
Answer-first summary for fast verification
Answer: Choose the blob type suitable for daily updates, such as CSV files.
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.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
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?
A
Select the option that configures rule1 for daily CSV storage of blobs prefixed with 'finance'.
B
Refer to documentation for setting up prefix matching in blob inventory rules.
C
Choose the blob type suitable for daily updates, such as CSV files.
D
Determine if Append Blobs or Block Blobs are more appropriate based on the data's update frequency.