An enterprise is designing a deployment strategy in Azure to host a regulated payroll application. The solution must protect against localized datacenter outages within the primary region, and it must support automatic replication to a secondary region located at least 300 miles away to ensure business continuity during a regional disaster. The primary resources will be managed under a resource group named `RG-HR-Prod` that is created in the `East US` region.
Which configuration represents a valid design that meets these requirements?
- ADeploy the virtual machines and the replica storage account strictly within the East US region because all resources in RG-HR-Prod must inherit and match the region of their resource group.
- BDeploy the virtual machines across the East US and West US regions within a single Availability Zone to ensure high availability within the primary region, and configure storage replication to a different zone in East US for disaster recovery.
- Deploy the virtual machines across multiple Availability Zones within the East US region, and configure the storage account with Geo-Redundant Storage (GRS) to replicate data to the West US region.Answer
- DDeploy the virtual machines in a single availability zone that physically spans across both the East US and East US 2 regions to protect against region-wide outages, and configure local storage replication.
Answer
Deploy the virtual machines across multiple Availability Zones within the East US region, and configure the storage account with Geo-Redundant Storage (GRS) to replicate data to the West US region.
The correct option satisfies all constraints: deploying virtual machines across Availability Zones in the primary region (East US) protects against localized datacenter failures. Configuring Geo-Redundant Storage (GRS) replicates data to the paired region (West US), which is situated more than 300 miles away, satisfying disaster recovery needs. Additionally, Azure resources do not inherit or depend on their resource group's location for deployment, meaning resources in West US can be part of a resource group located in East US.
Step-by-Step Solution
Key Concept
Azure Regions, Availability Zones, and Region Pairs
Estimated Time:2m 0s