An enterprise designs a disaster recovery (DR) solution for a critical financial application hosted on Azure virtual machines (VMs) in the East US region, with West US as the target DR region.
The application architecture consists of:
* Two application tier VMs ( and ). Each VM has a write churn rate of .
* Two database tier VMs ( and ) running SQL Server. Each database VM has three Premium SSD disks: a data disk with write churn, a transaction log disk with write churn, and a TempDB disk with write churn.
The business requirements specify:
* The application tier requires a Recovery Point Objective (RPO) of and a Recovery Time Objective (RTO) of .
* The database tier requires an RPO of and an RTO of .
Which two actions should you include in the disaster recovery design?
- Replicate the application tier VMs (AppVM1 and AppVM2) to the West US region by using Azure Site Recovery.Answer
- Configure SQL Server Always On Availability Groups to replicate the databases from the East US region to target SQL Server VMs in the West US region.Answer
- CReplicate the database tier VMs (DBVM1 and DBVM2) to the West US region by using Azure Site Recovery.
- DConfigure the database VMs to write backups to a Read-Access Geo-Redundant Storage (RA-GRS) account and perform write operations directly to the secondary storage endpoint in West US during a failover.