Zenith Trading plans to deploy a critical line-of-business application on Azure virtual machines in the East US 2 region. The application infrastructure must survive a local datacenter-wide outage and maintain a minimum virtual machine uptime SLA of . Which deployment configuration should you use to meet these requirements?
- Deploy the virtual machines across two or more Availability Zones in the region.Answer
- BDeploy the virtual machines in a single Availability Set configured with three fault domains.
- CDeploy the virtual machines in a single Availability Set and distribute them across different Availability Zones in the region.
- DDeploy the virtual machines in a single Availability Zone using managed disks configured with Zone-Redundant Storage (ZRS).
Answer
Deploy the virtual machines across two or more Availability Zones in the region.
Deploying virtual machines across different Availability Zones ensures they are located in physically separate datacenters within the region. This isolates them from datacenter-wide failures (such as power, cooling, or structural outages) and meets the virtual machine uptime SLA requirement.
Step-by-Step Solution
Key Concept
Azure Availability Zones protect applications and data from datacenter failures by placing virtual machines in physically unique locations within a region, providing a VM uptime SLA.