A company is planning its data retention strategy using Azure Blob Storage. They want to store log files that are rarely accessed. The logs must be stored in the Archive tier to minimize costs, but if an anomaly is detected, the logs must be moved back to the Cool tier automatically. Is the following statement regarding Azure Storage lifecycle management true or false: You can configure a lifecycle management policy to automatically transition blobs from the Archive tier to the Cool tier when they need to be accessed again?
Answer: Answer
Answer
The statement is false because Azure Storage lifecycle management policies cannot automatically transition blobs from the Archive tier to the Cool tier.
The statement is false because Azure Storage lifecycle management is strictly unidirectional (it transitions data to cooler tiers or deletes it) and does not support automatic rehydration of blobs from the Archive tier to warmer tiers.
Step-by-Step Solution
Key Concept
Azure Storage lifecycle management policies only support unidirectional transitions to cooler tiers or deletion, and cannot automate rehydration from the Archive tier.