Nebula Logistics plans to deploy a new web application in the North Europe region. The application will run on two new virtual machines named VM-Web1 and VM-Web2. The deployment must meet the following requirements:
- Guarantee a virtual machine uptime SLA of at least .
- Protect the application against datacenter-wide failures.
Which two configurations should you implement? (Select two.)
- Deploy VM-Web1 to Availability Zone 1 and VM-Web2 to Availability Zone 2.Answer
- Associate the virtual machines with a Standard Load Balancer.Answer
- CDeploy VM-Web1 and VM-Web2 to a new Availability Set.
- DAssociate the virtual machines with a Basic Load Balancer.
- ECreate an Availability Set configured across Availability Zone 1 and Availability Zone 2, and place both virtual machines in the set.
Answer
Deploying the virtual machines across different Availability Zones and associating them with a Standard Load Balancer.
To guarantee an SLA of for virtual machine connectivity, instances must be deployed across two or more Availability Zones in the same region. A Standard Load Balancer is required because it supports zone-redundant backend pools that can span multiple Availability Zones to distribute traffic to the virtual machines.
Step-by-Step Solution
Key Concept
Azure Virtual Machine High Availability options (Availability Zones vs Availability Sets) and their corresponding SLA and Load Balancer requirements.
Estimated Time:2m 0s