An organization is designing a disaster recovery (DR) solution from the East US region (primary) to the West US region (secondary) for a multi-tier application. The solution must achieve a Recovery Point Objective (RPO) of under and a Recovery Time Objective (RTO) of under for all workloads. The application consists of the following virtual machines (VMs):
1. AppVM1 (Application Tier):
- Disk 1 (OS, Premium SSD): average write churn
- Disk 2 (Data, Premium SSD): average write churn
- Total VM write churn:
2. DBVM1 (Database Tier running SQL Server):
- Disk 1 (OS, Premium SSD): average write churn
- Disk 2 (Data, Premium SSD): average write churn
- Disk 3 (Logs, Premium SSD): average write churn
- Total VM write churn:
Which two configurations should you include in the disaster recovery design to meet the requirements while staying within supported limits?
- Replicate AppVM1 to the secondary region using Azure Site Recovery with High Churn replication enabled.Cevap
- Configure a SQL Server Always On Availability Group with an asynchronous replica on a VM in the secondary region for the databases on DBVM1.Cevap
- CReplicate DBVM1 to the secondary region using Azure Site Recovery with High Churn replication enabled.
- DConfigure Azure Backup with Cross-Region Restore (CRR) for both VMs to meet the replication needs.