Microsoft Azure Administrator Associate AZ-104

Microsoft Azure Administrator Associate AZ-104

Get started today

Ultimate access to all questions.


In an Azure Storage account with a container named container1, you are tasked with creating a blob inventory rule using an ARM template. The rule, named rule1, must ensure daily CSV storage of blobs starting with 'finance'. How should rule1 be configured to meet this requirement?




Explanation:

The correct answer is to use BlockBlob and the prefix 'container1/finance'. BlockBlob is suitable for storing CSV files, and using the prefix 'container1/finance' ensures that only blobs whose names start with 'finance' are included in the inventory. Therefore, option C is the correct choice.