You are designing a backup solution for Azure Virtual Machines that host a financial application. The solution must meet the following requirements:
- Backups must be performed twice daily to meet a strict recovery point objective (RPO).
- File-level recoveries from the last days must be performed instantly using local snapshots to minimize the recovery time objective (RTO).
- All vault backups must be available for restore in a paired secondary Azure region in the event of a primary region disaster.
- Vaulted backups must be retained for years.
Which two configurations should you include in the design?
- Configure an Enhanced backup policy with the snapshot retention set to days.Answer
- Configure a Recovery Services Vault with geo-redundant storage (GRS) and enable Cross Region Restore (CRR).Answer
- CConfigure a Standard backup policy with the snapshot retention set to days.
- DConfigure a Recovery Services Vault with locally redundant storage (LRS) to minimize backup costs.
Answer
Configure an Enhanced backup policy with the snapshot retention set to days, and configure a Recovery Services Vault with geo-redundant storage (GRS) and enable Cross Region Restore (CRR).
To meet the requirements of a twice-daily backup frequency and days of instant recovery snapshot retention, an Enhanced backup policy must be configured. Standard policies do not support multiple backups per day and are limited to a maximum of days of snapshot retention. To ensure the backups are restorable in the paired secondary region during a primary region disaster, the Recovery Services Vault must use geo-redundant storage (GRS) with Cross Region Restore (CRR) enabled.
Step-by-Step Solution
Key Concept
Selecting between Standard and Enhanced backup policies based on frequency and snapshot retention requirements, and choosing appropriate vault storage redundancy for secondary region recovery.
Estimated Time:2m 0s