An administrator needs to configure a lifecycle management policy for a standard General Purpose v2 (GPv2) storage account to minimize storage costs. Which of the following actions is supported by Azure Blob Lifecycle Management rules?
- AAutomatically transitioning blobs from the Archive tier to the Hot tier when they are accessed by a client application
- BTransitioning page blobs on a premium storage account to the Cool tier
- Transitioning block blobs from the Hot tier to the Archive tier based on the time since the blobs were last modifiedAnswer
- DMoving files from an Azure File share to an Azure Blob container when they have not been modified for ninety days
Answer
Transitioning block blobs from the Hot tier to the Archive tier based on the time since the blobs were last modified
Transitioning block blobs from the Hot tier to the Archive tier is a supported action in Azure Storage Lifecycle Management, allowing users to move older, infrequently accessed data to a lower-cost tier automatically.
Step-by-Step Solution
Key Concept
Azure Blob Lifecycle Management supports transitioning block blobs to cooler storage tiers (Cool, Cold, Archive) and deleting them based on modification or creation time.
Estimated Time:45s