You are designing a backup solution for critical Azure Virtual Machines. The solution must meet the following requirements:
1. Backups must be protected against a regional outage of the primary Azure region.
2. You must be able to perform instant restores of the virtual machines from local snapshots for the last 2 days.
3. You must retain the backup data in the vault for a total of 30 days.
Which configuration should you recommend?
- A Recovery Services vault configured with Geo-redundant storage (GRS), with the backup policy set to 2 days of instant restore retention and 30 days of vault retention.Answer
- BA Recovery Services vault configured with Locally-redundant storage (LRS), with the backup policy set to 2 days of instant restore retention and 30 days of vault retention.
- CA Recovery Services vault configured with Geo-redundant storage (GRS), with the backup policy set to 30 days of instant restore retention.
- DA Recovery Services vault configured with Read-Access Geo-Redundant Storage (RA-GRS) to support active-active write replication of the backups to the secondary region.
Answer
A Recovery Services vault configured with Geo-redundant storage (GRS), with the backup policy set to 2 days of instant restore retention and 30 days of vault retention.
The correct configuration uses a Recovery Services vault with Geo-redundant storage (GRS) to provide regional resilience, combined with a backup policy that keeps local instant restore snapshots for 2 days and retains vault recovery points for 30 days.
Step-by-Step Solution
Key Concept
Azure VM Backup policy configuration and vault storage redundancy design.