You are configuring a public Azure Load Balancer to distribute traffic to two virtual machines, VM-App1 and VM-App2. The virtual machines are deployed in different Availability Zones (Zone 1 and Zone 2) within the same Azure region. You need to ensure the load balancer can route traffic to both virtual machines. Which two configurations must you select to support this architecture?
- Deploy the load balancer using the Standard SKU.Answer
- Configure the frontend IP address using a Standard SKU public IP.Answer
- CDeploy the load balancer using the Basic SKU.
- DConfigure the frontend IP address using a Basic SKU public IP.
Answer
Deploy the load balancer using the Standard SKU and configure the frontend IP address using a Standard SKU public IP.
To distribute traffic to virtual machines located in different Availability Zones, a Standard SKU load balancer must be deployed because the Basic SKU load balancer does not support zonal or zone-redundant backend pools. Additionally, the public IP address associated with the frontend of a Standard SKU load balancer must also be of the Standard SKU, as SKU alignment between the load balancer and the frontend public IP is not permitted.
Step-by-Step Solution
Key Concept
Azure Load Balancer SKU features and IP compatibility