
Answer-first summary for fast verification
Answer: Enable access time tracking
To enable lifecycle management rules that move blobs between access tiers based on last access time, you must first enable access time tracking on the storage account. This feature tracks when each blob was last accessed, which is essential for creating rules that automatically transition blobs between hot, cool, and archive tiers based on access patterns. Without enabling access time tracking, the storage account cannot determine when blobs were last accessed, making it impossible to create rules based on this criterion. **Why other options are less suitable:** - **A: Configure object replication** - This is for copying blobs across storage accounts for redundancy or geographic distribution, not for tracking access times or lifecycle management based on access patterns. - **B: Create an Azure application** - This is unrelated to storage account configuration and lifecycle management policies. - **D: Enable the hierarchical namespace** - This is already enabled by default in Azure Data Lake Storage Gen2 accounts and is required for the ADLS Gen2 functionality, but it does not enable access time tracking specifically.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
You have an Azure Data Lake Storage Gen2 account named account1 containing a container named container1. You plan to create lifecycle management policy rules for container1 that move blobs between access tiers based on the last access time for each blob.
What should you do first?
A
Configure object replication
B
Create an Azure application
C
Enable access time tracking
D
Enable the hierarchical namespace