AZ-305 · Question 23 · Domain 2.3: Recommend a data storage solution
A media company stores 500 TB of video files in an Azure Storage account.
Data access patterns show:
- Videos are accessed frequently during the first 30 days after upload.
- From day 31 to day 180, videos are accessed infrequently.
- After 180 days, videos are rarely accessed but must be kept for 5 years for compliance.
You need to design a solution that minimizes storage costs without requiring manual intervention.
What should you recommend?
A media company stores 500 TB of video files in an Azure Storage account.
Data access patterns show:
- Videos are accessed frequently during the first 30 days after upload.
- From day 31 to day 180, videos are accessed infrequently.
- After 180 days, videos are rarely accessed but must be kept for 5 years for compliance.
You need to design a solution that minimizes storage costs without requiring manual intervention.
What should you recommend?
Answer options:
Create an Azure Automation runbook that runs a PowerShell script daily to change the access tier of older blobs.
Configure a Lifecycle Management policy to move blobs to the Cool tier after 30 days, and to the Archive tier after 180 days.
Use Azure Data Factory to copy data older than 30 days to a new Storage account configured with the Cool tier.
Enable Blob versioning and set the default access tier of the storage account to Archive.
How to approach this question
Full Answer
Common mistakes
Practice the full Azure Solutions Architect Expert AZ-305 Practice Exam 3
55 questions · hints · full answers · grading
Expert