You are designing a disaster recovery (DR) solution from the North Europe region to the West Europe region for an e-commerce application hosted on Azure Virtual Machines. The application architecture and workload metrics are as follows:
* Web Tier: Two virtual machines, each with a single Standard SSD OS disk. The average write churn is per VM.
* Application Tier: Two virtual machines, each with a single Premium SSD disk. The average write churn is per VM.
* Database Tier: One SQL Server virtual machine with three Premium SSD disks: an OS disk ( write churn), a data disk ( write churn), and a transaction log disk ( write churn).
The business continuity requirements specify:
* Web and Application Tiers: Recovery Point Objective (RPO) of and Recovery Time Objective (RTO) of .
* Database Tier: RPO of and RTO of .
Which two replication methods should you include in the disaster recovery design? (Select two.)
- Replicate the Web and Application tier virtual machines to the target region using Azure Site Recovery.Answer
- Replicate the database tier workload to the target region using SQL Server Always On Availability Groups.Answer
- CReplicate all virtual machines, including the database tier, to the target region using Azure Site Recovery with standard policy settings.
- DReplicate the database virtual machine to the target region using Azure Site Recovery with multi-VM consistency enabled.