Apex Genomics plans to deploy a new critical genomic sequencing analysis portal. The application tier will consist of four virtual machines. The design must meet the following requirements:
- Protect the application tier from datacenter-level failures.
- Provide a SLA for the virtual machines.
- Support load balancing using an Azure Load Balancer.
You need to configure the virtual machines for high availability.
Which two configurations should you implement? (Select two.)
- Deploy the virtual machines across multiple Availability Zones in the West US 3 region.Answer
- Associate the virtual machines with a Standard SKU Azure Load Balancer.Answer
- CDeploy the virtual machines in a single Availability Set configured with three fault domains.
- DConfigure a Basic SKU Azure Load Balancer to distribute traffic to the virtual machines.
- EDeploy the virtual machines in a single Availability Set and span the Availability Set across multiple Availability Zones.
Answer
Deploy the virtual machines across multiple Availability Zones in the West US 3 region, and associate the virtual machines with a Standard SKU Azure Load Balancer.
To protect against datacenter-level failures and achieve a SLA, virtual machines must be deployed across physically separate Availability Zones. Additionally, because the VMs are deployed across different Availability Zones, a Standard SKU Azure Load Balancer must be used since the Basic SKU does not support cross-zone backend distribution.
Step-by-Step Solution
Key Concept
Azure virtual machine high availability configurations: Availability Zones provide datacenter-level redundancy and a SLA, which requires a Standard SKU Load Balancer.