Aether Financial plans to deploy a new transaction application in the Australia East region. The application will run on two virtual machines named VM-Tx1 and VM-Tx2. The application architecture must meet the following requirements:
- Protect the virtual machines from datacenter-wide failures.
- Guarantee a virtual machine SLA of at least .
Which two options should you select to meet the requirements? (Select two.)
- Deploy VM-Tx1 in Availability Zone and VM-Tx2 in Availability Zone .Answer
- Configure a Standard SKU Load Balancer to distribute traffic across the virtual machines.Answer
- CDeploy both virtual machines in a single Availability Set configured with fault domains.
- DAssociate both virtual machines with a Basic SKU Load Balancer to route traffic across the zones.
Answer
Deploy the virtual machines in separate Availability Zones and configure a Standard SKU Load Balancer to distribute traffic across them.
To satisfy the requirements of protecting the virtual machines from datacenter-wide failures and achieving a SLA, you must deploy the virtual machines across different Availability Zones. Furthermore, because the virtual machines reside in different Availability Zones, a Standard SKU Load Balancer must be configured to distribute incoming traffic, as a Basic SKU Load Balancer does not support routing to backend resources across multiple zones.
Step-by-Step Solution
Key Concept
Azure Availability Zones and Load Balancer SKU Requirements for High Availability