You are designing a business continuity and backup strategy for a set of Azure Virtual Machines that host a critical ERP system.
The system has the following requirements:
- Any VM recovery for outages occurring within the last 10 days must complete in under 15 minutes.
- Backups must be retained for 3 years to comply with regulatory audits.
- The backups must remain available for restore in a secondary paired region even if the primary region experiences a prolonged outage.
- Storage cost must be minimized while meeting all recovery objectives.
Which backup configuration should you recommend?
- A Recovery Services vault configured with Geo-redundant storage (GRS) and Cross Region Restore (CRR) enabled, utilizing an Enhanced backup policy with the instant restore retention set to 10 days and vault retention set to 36 months.Answer
- BA Recovery Services vault configured with Geo-redundant storage (GRS) and Cross Region Restore (CRR) enabled, utilizing a Standard backup policy with the instant restore retention set to 10 days and vault retention set to 36 months.
- CA Recovery Services vault configured with Locally-redundant storage (LRS) and Cross Region Restore (CRR) enabled, utilizing an Enhanced backup policy with the instant restore retention set to 10 days and vault retention set to 36 months.
- DA Recovery Services vault configured with Geo-redundant storage (GRS) and Cross Region Restore (CRR) enabled, utilizing a Standard backup policy with the instant restore retention set to 5 days and vault retention set to 36 months.
Answer
A Recovery Services vault configured with Geo-redundant storage (GRS) and Cross Region Restore (CRR) enabled, utilizing an Enhanced backup policy with the instant restore retention set to 10 days and vault retention set to 36 months.
To satisfy the RTO of 15 minutes for recoveries up to 10 days old, the solution must utilize snapshot-based instant restore. Because the Standard backup policy only supports instant restore retention of up to 5 days, an Enhanced backup policy is required to support the 10-day retention. Furthermore, to enable recovery in a secondary paired region, the vault must be configured with Geo-redundant storage (GRS) and Cross Region Restore (CRR) enabled.
Step-by-Step Solution
Key Concept
Selecting and configuring the appropriate Azure VM backup policy type (Standard vs. Enhanced) and storage redundancy model based on strict RTO, retention, and disaster recovery requirements.
Estimated Time:2m 0s