You are designing a disaster recovery solution to Azure for an on-premises VMware virtual machine that runs a retail inventory database. The solution must use Azure Site Recovery to meet a Recovery Point Objective (RPO) of and a Recovery Time Objective (RTO) of . The virtual machine has the following disk configuration:
* Disk 1 (OS): size, with a peak write churn of
* Disk 2 (Data): size, with a peak write churn of
You need to recommend the target Azure managed disk configuration for replication while minimizing ongoing storage costs. Which configuration should you recommend?
- Replicate Disk 1 to a Standard SSD managed disk and Disk 2 to a Premium SSD managed disk.Answer
- BReplicate both Disk 1 and Disk 2 to Standard SSD managed disks.
- CReplicate both Disk 1 and Disk 2 to Premium SSD managed disks.
- DReplicate Disk 1 to a Standard SSD managed disk and exclude Disk 2 from replication.
Answer
Replicate Disk 1 to a Standard SSD managed disk and Disk 2 to a Premium SSD managed disk.
The correct configuration is to replicate Disk 1 to a Standard SSD managed disk and Disk 2 to a Premium SSD managed disk. In Azure Site Recovery replication from VMware to Azure, the maximum supported write churn per disk is for Standard SSD and for Premium SSD. Disk 1's peak write churn is , which is within the Standard SSD limit and minimizes costs. Disk 2's peak write churn is , which exceeds the Standard SSD limit and therefore requires a Premium SSD target.
Step-by-Step Solution
Key Concept
Azure Site Recovery write churn limits for VMware to Azure replication require mapping target disk types based on peak write rate limits ( for Standard HDD/SSD, and for Premium SSD per disk).