A retail company hosts a customer order processing system on Azure virtual machines in the East US region. The disaster recovery (DR) solution must replicate workloads to the West US region. The application architecture consists of:
- `vm-orderapp`: An application server with an OS disk and a data disk (both Premium SSD v1). The data disk experiences a write churn rate of .
- `vm-orderdb`: A SQL Server database server with an OS disk and a data disk (both Premium SSD v1). The database transaction log data disk experiences a continuous write churn rate of .
The company requires a Recovery Point Objective (RPO) of for the application tier and for the database tier, with a Recovery Time Objective (RTO) of for the entire solution.
Which two actions should you include in the disaster recovery design? (Select TWO.)
- Replicate vm-orderapp to the West US region using Azure Site Recovery.Cevap
- Configure SQL Server Always On Availability Groups to replicate the database from vm-orderdb to a SQL Server instance in the West US region.Cevap
- CReplicate vm-orderdb to the West US region using Azure Site Recovery.
- DUse Azure Backup Cross-Region Restore (CRR) to replicate both virtual machines to the West US region.