A retail company's transactional data is hosted on Azure Virtual Machines. You need to configure Azure Backup for these VMs to satisfy the following requirements:
- Daily backups must run automatically.
- The Recovery Point Objective (RPO) must be 24 hours.
- File-level restores from backups taken within the last 4 days must be performed instantly without waiting for data transfer from the vault.
- All backups must be kept for 60 days.
- Backups must remain available even if the primary Azure region suffers a complete disaster, while keeping storage costs to a minimum.
Which configuration should you recommend?
- A Recovery Services vault configured with Geo-Redundant Storage (GRS), and a backup policy with instant restore retention set to 4 days and vault-standard retention set to 60 days.Answer
- BA Recovery Services vault configured with Locally Redundant Storage (LRS), and a backup policy with instant restore retention set to 4 days and vault-standard retention set to 60 days.
- CA Recovery Services vault configured with Geo-Redundant Storage (GRS), and a backup policy with instant restore retention set to 1 day and vault-standard retention set to 60 days, relying on the vault-standard tier for instant recovery of files older than 1 day.
- DA Recovery Services vault configured with Geo-Redundant Storage (GRS), and a backup policy with instant restore retention set to 4 days, with all vault backup data immediately tiered to the vault-archive tier.
Answer
A Recovery Services vault configured with Geo-Redundant Storage (GRS), and a backup policy with instant restore retention set to 4 days and vault-standard retention set to 60 days.
Configuring a Recovery Services vault with Geo-Redundant Storage (GRS) satisfies the requirement to survive a regional outage at a lower cost than Read-Access Geo-Redundant Storage (RA-GRS) or Zone-Redundant Storage (ZRS) depending on regional availability. To perform file-level recoveries instantly from the last 4 days without waiting for data transfer from the vault, the backup policy's instant restore retention must be configured to at least 4 days. This keeps snapshots locally on the source virtual machine's disks. Retaining the backups in the vault for 60 days ensures long-term operational recovery needs are met.
Step-by-Step Solution
Key Concept
Designing Azure Backup solutions that balance regional resiliency, instant restore snapshot retention, and vault-standard tier retention.
Estimated Time:1m 0s