An organization is designing a disaster recovery (DR) solution from the Azure East US region to the West US region for a critical retail application. The application consists of two virtual machine tiers:
* Web Tier: Two virtual machines named `VM-Web1` and `VM-Web2` deployed on Standard_D2s_v5 size. Each VM has a single OS disk using Standard SSD storage, with a write churn rate of per disk.
* Database Tier: A single virtual machine named `VM-DB1` running SQL Server on Standard_E8s_v5 size. The VM has one OS disk and one data disk () containing database files. Both disks use Standard SSD storage. The data disk has an average write churn rate of .
The organization specifies a Recovery Point Objective (RPO) of 1 hour and a Recovery Time Objective (RTO) of 2 hours for the entire application.
Which of the following actions should you include in the disaster recovery design? (Select TWO.)
- Replicate `VM-Web1` and `VM-Web2` to the West US region by using Azure Site Recovery.Answer
- Change the database data disk of `VM-DB1` to Premium SSD, and then replicate `VM-DB1` to the West US region by using Azure Site Recovery.Answer
- CReplicate `VM-DB1` to the West US region using Azure Site Recovery with its current Standard SSD data disk configuration.
- DConfigure Read-Access Geo-Redundant Storage (RA-GRS) to replicate the virtual machine disks directly.
- EReplicate `VM-DB1` to the West US region by using Azure Backup with a 1-hour backup replication interval.