AeroSpace Dynamics is planning the deployment of a new line-of-business application in the East US region. To support the application, you must deploy two virtual machines named VM-App1 and VM-App2. The deployment must protect the application against datacenter-wide failures in the region and must guarantee a 99.99% virtual machine uptime SLA. Which deployment configuration meets the requirements?
- ADeploy both virtual machines to a new Availability Set configured with three fault domains.
- BDeploy both virtual machines to a single Availability Zone and associate them with a new Availability Set.
- Deploy VM-App1 to Availability Zone 1 and VM-App2 to Availability Zone 2.Answer
- DDeploy VM-App1 to Availability Zone 1 and VM-App2 to Availability Zone 2, and associate both virtual machines with a single Availability Set.
Answer
Deploy VM-App1 to Availability Zone 1 and VM-App2 to Availability Zone 2.
Deploying virtual machines across different Availability Zones distributes the workloads across physically separate datacenters within an Azure region. This protects against datacenter-wide outages (such as power or cooling failures) and qualifies the deployment for a 99.99% virtual machine uptime SLA.
Step-by-Step Solution
Key Concept
Azure Availability Zones vs. Availability Sets configuration and SLAs