Orion FinTech plans to deploy a new web portal consisting of two virtual machines named VM-Web1 and VM-Web2 in the Japan East region. The deployment must guarantee a virtual machine SLA of at least and protect the application from datacenter-wide failures. You need to configure the compute and load balancing infrastructure. Which two options should you select? (Select two.)
- Deploy VM-Web1 and VM-Web2 in separate Availability Zones.Answer
- BDeploy VM-Web1 and VM-Web2 within a single Availability Set.
- Deploy an Azure Standard Load Balancer to distribute traffic to the virtual machines.Answer
- DDeploy an Azure Basic Load Balancer to distribute traffic to the virtual machines.
Answer
Deploy the virtual machines in separate Availability Zones and deploy an Azure Standard Load Balancer to distribute traffic.
To meet the SLA requirement and protect against datacenter-wide outages, virtual machines must be deployed across separate Availability Zones. Additionally, routing traffic to these VMs across zones requires an Azure Standard Load Balancer, as the Basic SKU is not zone-aware.
Step-by-Step Solution
Key Concept
High availability configuration using Availability Zones and Standard Load Balancer