You are designing a backup solution for a set of Azure Virtual Machines running a critical enterprise application. The virtual machines are configured with Premium SSD v2 managed disks and require backups to be taken every 12 hours. The solution must meet the following requirements:
- Ensure backups are resilient to a zone outage in the primary region.
- Support restoring the virtual machines to a paired region in the event of a regional disaster.
- Allow instant recovery of the virtual machines from snapshots for up to 10 days.
Which two configurations should you include in the backup design? Select two.
- A Recovery Services vault configured with geo-zone-redundant storage (GZRS) and Cross-Region Restore enabledAnswer
- BA Recovery Services vault configured with geo-redundant storage (GRS) and Cross-Region Restore enabled
- An Enhanced backup policy with the instant restore retention set to 10 daysAnswer
- DA Standard backup policy with the instant restore retention set to 10 days
Answer
A Recovery Services vault configured with geo-zone-redundant storage (GZRS) with Cross-Region Restore enabled, and an Enhanced backup policy with the instant restore retention set to 10 days.
The correct configurations are geo-zone-redundant storage (GZRS) with Cross-Region Restore enabled and an Enhanced backup policy with the instant restore retention set to 10 days. GZRS ensures that the backup vault remains available even if an entire availability zone in the primary region fails, while Cross-Region Restore enables recovery in the paired secondary region. An Enhanced backup policy is required because the VMs use Premium SSD v2 disks and need multiple backups per day (every 12 hours), both of which are unsupported by the Standard policy. Furthermore, the Enhanced policy supports the required 10-day instant recovery snapshot retention, whereas the Standard policy is limited to a maximum of 5 days.
Step-by-Step Solution
Key Concept
Selecting vault storage redundancy and backup policy tiers based on disk types, backup frequency, zonal availability, and instant recovery duration requirements.
Estimated Time:2m 0s