A healthtech company hosts a telemedicine platform on Azure virtual machines (VMs) in the East US region and is designing a disaster recovery (DR) solution to the West US region. The platform consists of a web tier, an application tier, and a database tier. The workload profiles and metrics are as follows:
- Web and Application Tiers: Four VMs (two web, two app) using Standard SSDs, with a maximum write churn of per VM.
- Database Tier: Two VMs running SQL Server on Windows Server using Premium SSD (P30) disks. Each database VM has one log disk with a continuous write churn of and one data disk with a write churn of .
Your disaster recovery design must satisfy the following business requirements:
- A Recovery Point Objective (RPO) of for the web and application tiers.
- An RPO of for the database tier.
- A Recovery Time Objective (RTO) of for the entire platform.
Which disaster recovery architecture should you design to meet these requirements?
- Replicate the web and application tier VMs to the target region using Azure Site Recovery. Replicate the database tier by configuring SQL Server Always On availability groups with asynchronous commit to database replicas in the target region.Cevap
- BReplicate all virtual machines, including the database tier, to the target region using Azure Site Recovery with default replication configurations.
- CReplicate all virtual machines to the target region using Azure Site Recovery, configuring the database VMs to use the High Churn replication policy tier.
- DConfigure Azure Backup to perform hourly application-consistent backups of all virtual machines, replicating the backups to a Geo-Redundant Storage vault in the target region.