You are designing a disaster recovery solution for a retail inventory system hosted on Azure virtual machines in the West US 2 region. The solution must replicate the workloads to the West Central US region.
The workload consists of the following virtual machines:
* VM-Web: Running web services with one OS disk (Premium SSD) experiencing a write churn of .
* VM-Data: Running an inventory processing database with one OS disk (Premium SSD) experiencing a write churn of , one database data disk (Premium SSD) experiencing a write churn of , and one temporary cache disk (Premium SSD) experiencing a write churn of .
You have a target Recovery Point Objective (RPO) of and a Recovery Time Objective (RTO) of .
Which two actions should you include in the disaster recovery design to ensure supportability and minimize replication costs? (Select two.)
- Exclude the temporary cache disk from replication for VM-Data.Answer
- Select the High Churn replication policy tier for VM-Data.Answer
- CReplicate all disks of VM-Data using the standard replication policy tier.
- DConfigure Azure Backup to run hourly backups of VM-Data instead of using Azure Site Recovery.