An automotive manufacturing company runs a critical assembly line coordination system on Azure virtual machines in the UK South region. The system consists of two tiers:
1. An application tier with three stateless web servers (`VM-App1`, `VM-App2`, and `VM-App3`).
2. A database tier running SQL Server on a virtual machine (`VM-DB1`).
The data and log disks on `VM-DB1` have a combined write churn of , with the transaction log disk alone reaching a continuous write churn of . The business requires a Recovery Point Objective (RPO) of minutes and a Recovery Time Objective (RTO) of hours for the entire system.
Which disaster recovery strategy should you recommend to meet the requirements?
- AReplicate all virtual machines, including the database server, to the target region using Azure Site Recovery with a high-churn replication policy.
- BConfigure Azure Backup with Cross-Region Restore enabled to perform hourly backups of all virtual machines, and restore them in the secondary region in the event of a disaster.
- Replicate the application tier virtual machines using Azure Site Recovery, and configure SQL Server Always On Availability Groups to replicate the database to the target region.Cevap
- DConfigure Read-Access Geo-Redundant Storage for the virtual machine disks, and manually create new virtual machines in the target region using the read-only disk copies during a failover.
Cevap
Replicate the application tier virtual machines using Azure Site Recovery, and configure SQL Server Always On Availability Groups to replicate the database to the target region.
The correct strategy uses Azure Site Recovery for the application tier virtual machines, which fall well within supported limits, and SQL Server Always On Availability Groups for the database tier. Azure Site Recovery enforces a maximum write churn limit of per disk for Premium SSDs under the high-churn replication policy. Because the database transaction log disk has a continuous write churn of , block-level replication via Azure Site Recovery will fail. Using SQL Server Always On Availability Groups provides database-level replication that bypasses these storage-tier limits while meeting the -minute RPO and -hour RTO.
Adım Adım Çözüm
Anahtar Kavram
Disaster recovery design involving mixed workloads with high write churn that exceed Azure Site Recovery limits.
Tahmini Süre:2m 0s