AZ-120 · Question #229
You have an SAP HANA virtual machine that performs daily backups to an Azure Storage account container. You need to automatically delete backups that are older than 30 days. Which type of policy…
The correct answer is C. lifecycle management. Lifecycle management policies in Azure Storage allow you to define rules that automatically transition or delete blobs based on age - making it the perfect fit for purging backups older than 30 days without manual intervention. Why the distractors are wrong: A. Azure…
Question
You have an SAP HANA virtual machine that performs daily backups to an Azure Storage account container. You need to automatically delete backups that are older than 30 days. Which type of policy should you create?
Options
- AAzure Information Protection (AIP)
- BCross-Origin Resource Sharing (CORS)
- Clifecycle management
- DConditional Access
How the community answered
(51 responses)- A8% (4)
- B4% (2)
- C86% (44)
- D2% (1)
Explanation
Lifecycle management policies in Azure Storage allow you to define rules that automatically transition or delete blobs based on age - making it the perfect fit for purging backups older than 30 days without manual intervention.
Why the distractors are wrong:
- A. Azure Information Protection (AIP) - classifies and protects documents via labels and encryption; it has nothing to do with storage retention or deletion schedules.
- B. CORS - controls which web origins can make cross-domain requests to your storage account; it's a browser security mechanism, not a data management tool.
- D. Conditional Access - an Azure AD/Entra ID feature that enforces access policies based on user identity, device state, or location; it governs who can access resources, not how long data lives.
Memory tip: Think "lifecycle = birth to death." Just as a lifecycle describes something from creation to expiration, Azure Storage lifecycle management policies handle data from the moment it's created all the way through automatic deletion - including setting a "die at 30 days" rule.
Topics
Community Discussion
No community discussion yet for this question.