Microsoft Azure Administrator Associate AZ-104 Practice Question
Your company stores data in Azure Blob Storage and wants to reduce storage costs by transitioning blobs to lower-cost tiers over time and deleting old data. Blobs older than 30 days should be moved to the Cool tier, blobs older than 90 days to the Archive tier, and blobs older than 365 days should be deleted. What should you do to implement this requirement?
Turn on Azure Storage Analytics to handle blob transitions and deletions
Write a script to move and delete blobs based on their creation date
Set up a lifecycle management policy in the storage account to transition and delete blobs based on their age
Deploy an Azure Function that moves and deletes blobs according to their age