You are designing an Azure Backup solution for a suite of critical Azure Virtual Machines hosting an enterprise financial application. The solution must satisfy the following technical requirements:
- Recovery Point Objective (RPO): The maximum data loss window must be no more than hours.
- Recovery Time Objective (RTO): The solution must support immediate recovery from local disk snapshots for backups taken within the last days.
- Disaster Recovery: Backups must be replicated to a secondary region. The design must allow administrators to restore virtual machines to the secondary region even if the primary Azure region suffers a complete, prolonged outage.
- Cost Optimization: Yearly backup recovery points must be stored in the most cost-effective tier after their first days in the vault.
Which two configuration actions should you include in the backup design to meet the requirements?
- Configure the Recovery Services vault to use Geo-redundant storage (GRS) and enable Cross Region Restore (CRR).Answer
- Create an Enhanced backup policy configured with a backup schedule of every hours and an instant restore snapshot retention of days.Answer
- CCreate a Standard backup policy configured with a daily backup schedule and set the instant restore snapshot retention to days.
- DConfigure a backup policy that transitions the daily recovery points to the Vault-archive tier after days.
- EConfigure the Recovery Services vault to use Locally redundant storage (LRS) and configure Azure Site Recovery (ASR) to replicate the backup vault metadata.