
Answer-first summary for fast verification
Answer: Use 'tierToArchive' for the lowest cost tier without immediate data access needs., Apply 'prefixMatch' to target blobs specifically within container1.
The correct answers are to use 'tierToArchive' for moving the blobs to the lowest-cost tier after 90 days and 'prefixMatch' to target the specific container. 'tierToArchive' is chosen because it is the lowest-cost tier suitable when there is no need for immediate data access. 'prefixMatch' is used to specify that the rule should apply only to blobs within container1.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
In an Azure subscription, a storage account named storage1 includes a container named container1. Create a lifecycle management rule for storage1 to automatically transition blobs in container1 to the lowest-cost tier after 90 days. What should be included in the rule?
A
Use 'tierToArchive' for the lowest cost tier without immediate data access needs.
B
Apply 'prefixMatch' to target blobs specifically within container1.
C
Utilize 'blobTypes' for task automation.
D
Select 'prefixMatch' over 'blobTypes' for precise targeting.