Your company is migrating a critical line-of-business application to Azure. You plan to deploy three virtual machines named VM-Prod1, VM-Prod2, and VM-Prod3 to the East US 2 region. The deployment must meet the following requirements:
- Protect the application against localized datacenter outages.
- Provide a SLA for the virtual machines.
- Automatically distribute incoming traffic across the virtual machines.
You need to configure the high availability and load balancing strategy.
Which two actions should you perform? Select two.
- Deploy VM-Prod1, VM-Prod2, and VM-Prod3 across three different Availability Zones in the East US 2 region.Answer
- Deploy an Azure Standard Load Balancer to distribute traffic to the virtual machines.Answer
- CDeploy VM-Prod1, VM-Prod2, and VM-Prod3 into a single Availability Set that spans multiple Availability Zones.
- DDeploy an Azure Basic Load Balancer to distribute traffic to the virtual machines across the Availability Zones.
- ECreate the virtual machines first, and then associate them with a new Availability Set.
Answer
Deploy the virtual machines across three different Availability Zones in the East US 2 region, and deploy an Azure Standard Load Balancer to distribute traffic to the virtual machines.
Deploying the virtual machines across three different Availability Zones ensures that the VMs are located in separate physical datacenters within the region, providing protection against facility-level outages and meeting the 99.99% SLA requirement. Utilizing an Azure Standard Load Balancer is necessary because it is zone-redundant and supports routing traffic to backend pools that span multiple Availability Zones.
Step-by-Step Solution
Key Concept
Azure virtual machines deployed across multiple Availability Zones require a Standard Load Balancer to distribute traffic and achieve a 99.99% SLA.
Estimated Time:2m 30s