A company stores media files in Azure Blob Storage. The files are accessed frequently for the first 30 days. After 30 days, the files are rarely accessed but must remain online and available for immediate download. Which solution should the company implement to minimize storage costs after 30 days?
- Transition the blobs to the Cool access tier using an Azure Storage lifecycle management policy.Answer
- BTransition the blobs to the Archive access tier using an Azure Storage lifecycle management policy.
- CReplicate the blobs to another Azure region using Geo-redundant storage (GRS).
- DHost the files on an Azure Disk Storage volume attached to an Azure Virtual Machine.
Answer
Transition the blobs to the Cool access tier using an Azure Storage lifecycle management policy.
The correct option is to transition the blobs to the Cool access tier using an Azure Storage lifecycle management policy. The Cool tier is designed for data that is infrequently accessed but must remain immediately available online. A lifecycle management policy can automate this transition after 30 days, reducing storage costs without affecting application availability.
Step-by-Step Solution
Key Concept
Azure Blob Storage access tiers and lifecycle management