An organization hosts a critical financial web application in the Canada Central region. The application architecture consists of the following components:
- Two web server virtual machines (`Web-VM1` and `Web-VM2`), each containing a single Standard SSD disk with a write churn of per disk.
- One database virtual machine (`DB-VM1`) running Microsoft SQL Server with a total VM write churn of . The virtual machine has three disks: an OS disk (Standard SSD, write churn), a database data disk (Premium SSD v1, write churn), and a transaction log disk (Premium SSD v1, write churn).
The organization is designing a disaster recovery (DR) solution to the Canada East region. The design must meet the following objectives:
- A recovery time objective (RTO) of for the entire application.
- A recovery point objective (RPO) of for the web servers.
- A recovery point objective (RPO) of for the database server.
Which disaster recovery strategy should you recommend?
- Configure Azure Site Recovery to replicate the web server virtual machines to the Canada East region. Deploy a secondary SQL Server virtual machine in the Canada East region and configure asynchronous SQL Server Always On Availability Groups to replicate the database.Answer
- BConfigure Azure Site Recovery to replicate all virtual machines, including the web servers and the database server, using a replication policy with multi-VM consistency enabled for the database tier.
- CConfigure Azure Site Recovery to replicate the web server virtual machines. Configure Azure Backup for the database virtual machine with Cross-Region Restore enabled to replicate database recovery points to the Canada East region.
- DConfigure Azure Site Recovery to replicate the web server virtual machines. Store the database files on a Read-Access Geo-Redundant Storage account and mount the storage to a recovery virtual machine in the Canada East region.