
Explanation:
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:
Ultimate access to all questions.
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
No comments yet.