An enterprise architecture team is designing a data retention strategy for database transaction backups stored in an Azure Blob Storage General-purpose v2 (GPv2) account. The backups must be managed according to the following requirements:
* Backups must be immediately available for recovery operations for the first 45 days after creation, with sub-second retrieval times.
* Between 46 days and 365 days, the backups are occasionally needed for testing and must be retrievable within a few seconds.
* After 365 days, the backups must be retained for an additional 4 years to meet regulatory compliance. They are rarely accessed, and a retrieval latency of up to 15 hours is acceptable.
* The design must minimize storage and retrieval costs.
Which two actions should you include in the lifecycle management policy?
- Transition the backups to the Cool tier 45 days after creation.Cevap
- Transition the backups to the Archive tier 365 days after creation.Cevap
- CTransition the backups to the Archive tier 45 days after creation.
- DTransition the backups to the Archive tier 15 days after creation.