An organization is designing a high-availability and disaster recovery architecture in Azure for a regulatory-compliant application. The solution must satisfy the following requirements:
* Active virtual machines (VMs) must remain operational even in the event of a complete data center power outage in the primary hosting location.
* Database backups must replicate to a secondary region located at least 300 miles away for disaster recovery, while ensuring all data and backups remain strictly within the United Kingdom national boundary.
* Resource metadata and deployment logs must be stored in a Resource Group located in the North Europe region.
Which configuration should the organization implement to meet all requirements?
- ADeploy the VMs inside the North Europe region to match the Resource Group location, distribute them across Availability Zones in North Europe, and replicate the database to West Europe.
- BDeploy the VMs such that Availability Zone 1 is located in UK South and Availability Zone 2 is located in UK West, and replicate the database to North Europe.
- Deploy the VMs across multiple Availability Zones in UK South, replicate the database to the UK West region, and provision these resources inside the Resource Group located in North Europe.Answer
- DDeploy the VMs in a single availability set within UK South, and rely on the region pair replication to UK West to provide high availability during a local data center power outage.
Answer
Deploy the VMs across multiple Availability Zones in UK South, replicate the database to the UK West region, and provision these resources inside the Resource Group located in North Europe.
Deploying resources across Availability Zones within UK South provides high availability and resilience to data center power outages since Availability Zones are unique physical locations with independent power, cooling, and networking within a single region. Replicating the database to the paired region, UK West, ensures disaster recovery while keeping all data within the United Kingdom national boundary (satisfying data sovereignty). Finally, Azure resources do not have to reside in the same region as the Resource Group containing them; the Resource Group only stores resource metadata and can be in North Europe while the resources themselves reside in the UK.
Step-by-Step Solution
Key Concept
Decoupling of Resource Group locations, boundaries of Azure Availability Zones, and the geography constraints of Azure Region Pairs.
Estimated Time:2m 0s