An organization is designing a backup solution for business-critical Azure Virtual Machines hosting an enterprise database. The solution must meet the following requirements:
* Daily backups must be retained for a minimum of days.
* Restore operations for any backup up to days old must be performed as an 'Instant Restore' to meet strict Recovery Time Objective (RTO) targets.
* Backups must remain available even in the event of a regional datacenter disaster.
Which two configurations should you include in the backup design to meet the requirements?
- Configure an Enhanced backup policy and set the snapshot retention for instant restore to days.Answer
- Create a Recovery Services vault and configure its storage replication to Geo-Redundant Storage (GRS).Answer
- CConfigure a Standard backup policy and set the snapshot retention for instant restore to days.
- DCreate a Backup vault and configure its storage replication to Geo-Redundant Storage (GRS).
Answer
Configure an Enhanced backup policy with days of snapshot retention for instant restore, and create a Recovery Services vault configured with Geo-Redundant Storage (GRS).
The correct design requires a Recovery Services vault configured with GRS to ensure regional resilience, and an Enhanced backup policy configured with days of snapshot retention to support instant restore for that duration, as Standard policies only support up to days.
Step-by-Step Solution
Key Concept
Azure VM backup policy configuration, vault selection, and storage redundancy options.
Estimated Time:2m 0s