You are designing a disaster recovery solution to Azure for an on-premises VMware virtual machine named VM1. The virtual machine hosts a web application and has the following disk configuration and write churn metrics:
- Disk 1 (OS): Standard SSD, write churn
- Disk 2 (Temp Data): Premium SSD, write churn (contains temporary cache files that do not need to be preserved)
- Disk 3 (App Logs): Premium SSD, write churn
The solution must meet a Recovery Point Objective (RPO) of and a Recovery Time Objective (RTO) of .
Which of the following actions should you recommend? (Select TWO).
- Replicate Disk 1 and Disk 3, and exclude Disk 2 from the replication configuration.Cevap
- Configure Azure Site Recovery to replicate the supported disks of the virtual machine to Azure.Cevap
- CReplicate all three disks to Azure to ensure that the complete virtual machine state is preserved.
- DReplicate Disk 2 to an Ultra Disk target in Azure to accommodate the high write churn.
Cevap
Recommending the replication of Disk 1 and Disk 3 while excluding Disk 2, and configuring Azure Site Recovery for the virtual machine.
Azure Site Recovery supports a maximum write churn of per Premium SSD and per Standard SSD/HDD for VMware virtual machines. Disk 2's churn of is well above this threshold. Because Disk 2 contains temporary cache data that does not need to be restored during a failover, it can be excluded from replication. This keeps the active replication churn within supported limits. Azure Site Recovery is the designated service to orchestrate the replication and failover of virtual machines to meet low RPO/RTO parameters.
Adım Adım Çözüm
Anahtar Kavram
Excluding high-churn temporary disks from Azure Site Recovery replication to stay within supported boundaries.