An organization has an on-premises virtual machine named VM1 running SQL Server that hosts a critical sales database. You are designing a disaster recovery (DR) solution to Azure. VM1 has the following disk configuration:
* Disk 0 (OS): Standard HDD with a write disk churn rate of
* Disk 1 (Application): Premium SSD with a write disk churn rate of
* Disk 2 (Database Log): Premium SSD with a write disk churn rate of
The DR solution must meet an RPO of and an RTO of . Which two actions should you include in the disaster recovery design? (Select two.)
- Replicate Disk 0 and Disk 1 to Azure by using Azure Site Recovery.Answer
- Configure SQL Server Always On Availability Groups to replicate the database to a SQL Server instance running on an Azure virtual machine.Answer
- CReplicate Disk 2 to Azure by using Azure Site Recovery on a Standard SSD managed disk.
- DReplicate all disks of VM1 (Disk 0, Disk 1, and Disk 2) to Azure by using Azure Site Recovery.
- EConfigure Azure Backup to perform continuous backup replication for Disk 2 to an Azure Recovery Services vault.
Answer
Replicate Disk 0 and Disk 1 to Azure by using Azure Site Recovery, and configure SQL Server Always On Availability Groups to replicate the database to a SQL Server instance running on an Azure virtual machine.
The correct options recommend replicating the lower-churn OS and application disks (Disk 0 and Disk 1) using Azure Site Recovery while using SQL Server Always On Availability Groups for the high-churn database workloads on Disk 2. This satisfies the Azure Site Recovery limits (where Standard HDD is limited to and Premium SSD is limited to write churn per disk) and ensures a supported, reliable disaster recovery topology.
Step-by-Step Solution
Key Concept
Azure Site Recovery write churn limits require workload separation or application-level replication for high-transaction database disks.
Estimated Time:2m 0s