An enterprise is designing a disaster recovery (DR) solution using Azure Site Recovery (ASR) to replicate workloads from the East US region to the West US region. The target Recovery Point Objective (RPO) is 2 hours, and the Recovery Time Objective (RTO) is 4 hours.
The infrastructure consists of four virtual machines (VMs) using Premium SSD storage. The write churn metrics for each VM are detailed in the table below:
| Virtual Machine | Disk Churn Details | Total VM Churn |
|---|---|---|
| VM1 (Web Server) | Disk 1: , Disk 2: | |
| VM2 (Database Server) | Disk 1: , Disk 2: | |
| VM3 (App Server) | Disk 1: | |
| VM4 (Analytics Server) | Disk 1: , Disk 2: , Disk 3: |
Which of the following virtual machines can be successfully replicated to the target region using the Standard replication tier of Azure Site Recovery?
- VM1 (Web Server)Answer
- BVM2 (Database Server)
- CVM3 (App Server)
- VM4 (Analytics Server)Answer
Answer
VM1 (Web Server) and VM4 (Analytics Server) can be successfully replicated using the Standard replication tier of Azure Site Recovery.
VM1 and VM4 are correct because they satisfy the Azure Site Recovery Standard replication tier constraints: the maximum write churn per Premium SSD disk is less than or equal to and the total write churn per VM is less than or equal to . Specifically, VM1 has a maximum disk churn of (with a total of ) and VM4 has a maximum disk churn of (with a total of ).
Step-by-Step Solution
Key Concept
Azure Site Recovery VM replication limit validation