A logistics company hosts a maritime cargo tracking application on Azure virtual machines in the East US region. The application architecture consists of the following components:
* `VM-App`: Runs the application front-end and middle-tier. It contains three Standard SSD disks, with a maximum write churn of per disk and a total VM write churn of .
* `VM-DB`: Runs a Microsoft SQL Server database. It contains four Premium SSD disks. The transaction log disk experiences a continuous write churn of , and the total VM write churn is .
You need to design a disaster recovery (DR) solution to the West US region that meets the following requirements:
* A Recovery Point Objective (RPO) of minutes or less
* A Recovery Time Objective (RTO) of hours or less
Which of the following replication strategies should you recommend? (Select TWO.)
- Replicate VM-App to the West US region using Azure Site Recovery.Answer
- Implement SQL Server Always On Availability Groups to replicate the databases on VM-DB to a destination VM in the West US region.Answer
- CReplicate VM-DB to the West US region using Azure Site Recovery.
- DConfigure Azure SQL Database Auto-Failover Groups to replicate the databases on VM-DB to the West US region.