Question

Difficulty: MediumDesign Azure Site Recovery Solutions

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 MachineDisk Churn DetailsTotal VM Churn
VM1 (Web Server)Disk 1: 5 MB/s5\text{ MB/s}, Disk 2: 8 MB/s8\text{ MB/s}13 MB/s13\text{ MB/s}
VM2 (Database Server)Disk 1: 45 MB/s45\text{ MB/s}, Disk 2: 48 MB/s48\text{ MB/s}93 MB/s93\text{ MB/s}
VM3 (App Server)Disk 1: 60 MB/s60\text{ MB/s}60 MB/s60\text{ MB/s}
VM4 (Analytics Server)Disk 1: 15 MB/s15\text{ MB/s}, Disk 2: 20 MB/s20\text{ MB/s}, Disk 3: 10 MB/s10\text{ MB/s}45 MB/s45\text{ MB/s}

Which of the following virtual machines can be successfully replicated to the target region using the Standard replication tier of Azure Site Recovery?

  1. VM1 (Web Server)Answer
  2. B
    VM2 (Database Server)
  3. C
    VM3 (App Server)
  4. 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 54 MB/s54\text{ MB/s} and the total write churn per VM is less than or equal to 80 MB/s80\text{ MB/s}. Specifically, VM1 has a maximum disk churn of 8 MB/s8\text{ MB/s} (with a total of 13 MB/s13\text{ MB/s}) and VM4 has a maximum disk churn of 20 MB/s20\text{ MB/s} (with a total of 45 MB/s45\text{ MB/s}).

Step-by-Step Solution

1
Identify the limits of the Standard replication tier of Azure Site Recovery (ASR) for Azure VMs.
The limits for Standard ASR are 54 MB/s54\text{ MB/s} write churn per Premium SSD disk and 80 MB/s80\text{ MB/s} total write churn per virtual machine.
These limits dictate which VM workloads can be replicated without experiencing replication failures or requiring the High-Churn tier.
2
Evaluate the disk-level and VM-level churn for each virtual machine against the ASR Standard tier limits.
VM1 (max disk 8 MB/s8\text{ MB/s}, total 13 MB/s13\text{ MB/s}) is within limits. VM2 (max disk 48 MB/s48\text{ MB/s}, total 93 MB/s93\text{ MB/s}) violates the VM-level limit of 80 MB/s80\text{ MB/s}. VM3 (max disk 60 MB/s60\text{ MB/s}, total 60 MB/s60\text{ MB/s}) violates the disk-level limit of 54 MB/s54\text{ MB/s}. VM4 (max disk 20 MB/s20\text{ MB/s}, total 45 MB/s45\text{ MB/s}) is within limits.
This step determines which specific VMs exceed either the individual disk threshold or the aggregate VM threshold.
3
Select the compliant virtual machines.
VM1 (Web Server) and VM4 (Analytics Server) are the only virtual machines that satisfy both constraints.
Only virtual machines satisfying both disk and VM-level limits are supported under the Standard ASR replication tier.

Key Concept

Azure Site Recovery VM replication limit validation
Rate this question