You are designing an Azure Backup solution for a critical application hosted on Azure Virtual Machines. The solution must satisfy the following requirements:
* For any data loss events occurring within the last days, virtual machine restoration must be performed with the absolute minimum recovery time objective (RTO).
* Backups must be resilient to regional disasters, with the capability to initiate restores in the secondary paired region at any time, regardless of the primary region's status.
* Monthly backups must be kept for years at the lowest possible storage cost.
Which two configuration options should you include in the backup design? (Select TWO)
- Configure the backup policy with an instant restore snapshot retention of days.Answer
- Enable Cross-Region Restore (CRR) on a Recovery Services vault configured with Geo-Redundant Storage (GRS).Answer
- CRetain instant restore snapshots for days and use vault-standard tier restore points for restores required between and days.
- DDeploy a Recovery Services vault using Locally Redundant Storage (LRS) to reduce cost and configure manual failover to the secondary region.
- EEnable the Vault-archive tier for the -day instant restore snapshots to minimize operational storage cost.
Answer
Configure the backup policy with an instant restore snapshot retention of days, and enable Cross-Region Restore (CRR) on a Recovery Services vault configured with Geo-Redundant Storage (GRS).
To achieve the lowest possible RTO for the last days, the backup policy must keep the snapshots locally in the source resource group by extending the instant restore snapshot retention to days. To allow restoration in the secondary region at any time regardless of the primary region's status, Cross-Region Restore (CRR) must be enabled on a Geo-Redundant Storage (GRS) vault.
Step-by-Step Solution
Key Concept
Designing Azure Backup policies for low RTO (using extended Instant Restore snapshot retention) and configuring vaults for cross-region recoverability (using GRS with Cross-Region Restore).