An agricultural technology company hosts an IoT crop telemetry application on Azure virtual machines in the West US 2 region. The application architecture consists of:
- `vm-app01`: An application tier virtual machine with a total write churn of on a single disk.
- `vm-db01`: A SQL Server database tier virtual machine with a database data disk experiencing a write churn of and a transaction log disk experiencing a continuous write churn of .
You need to design a disaster recovery (DR) solution to the East US region that meets the following requirements:
- A Recovery Time Objective (RTO) of for the entire application.
- A Recovery Point Objective (RPO) of less than for the database tier.
- Minimize replication costs and administrative complexity.
Which disaster recovery strategy should you recommend?
- AReplicate both `vm-app01` and `vm-db01` to the East US region using Azure Site Recovery with standard replication policies.
- BReplicate all virtual machine disks to the East US region using Read-Access Geo-Redundant Storage (RA-GRS) and manually attach them to newly provisioned virtual machines during a disaster.
- Replicate `vm-app01` using Azure Site Recovery. Configure SQL Server Always On Availability Groups to replicate the database to a SQL Server instance running on a virtual machine in the East US region.Cevap
- DConfigure Azure Backup with cross-region restore (CRR) to perform hourly backups of both virtual machines to a vault in the East US region.