An organization is designing a disaster recovery (DR) solution from the Azure North Europe region to the Azure West Europe region for a critical three-tier application.
The application workloads and performance metrics are:
- Web and Application Tiers: 4 VMs in total, each running on Standard SSDs. The write churn per VM is . The required recovery point objective (RPO) is , and the recovery time objective (RTO) is .
- Database Tier: 2 VMs running SQL Server Enterprise Edition on Windows Server. Each VM has:
- 1 Premium SSD OS disk ( write churn)
- 1 Premium SSD TempDB disk ( write churn)
- 1 Premium SSD Data disk ( write churn)
- 1 Premium SSD Transaction Log disk ( write churn)
- The required RPO for the database tier is , and the RTO is .
Which two of the following strategies should you include in the disaster recovery design? (Select TWO).
- Replicate the Web and Application tier VMs to the target region using Azure Site Recovery.Answer
- Deploy SQL Server Always On Availability Groups with asynchronous commit replication to SQL Server VMs in the target region.Answer
- CReplicate the database tier VMs to the target Azure region using Azure Site Recovery standard replication.
- DConfigure Azure Traffic Manager to handle the real-time data replication of the database logs between the primary and target regions.