You are planning to deploy a public Azure Load Balancer named LB1 to distribute incoming traffic across three virtual machines named VM1, VM2, and VM3. The virtual machines are deployed in different Availability Zones within the same virtual network.
You need to configure the load balancer and its frontend IP address.
Which two actions should you perform? Select two.
- Create a Standard SKU Azure Load Balancer.Answer
- Create a Standard SKU public IP address.Answer
- CCreate a Basic SKU Azure Load Balancer.
- DCreate a Basic SKU public IP address.
Answer
Create a Standard SKU Azure Load Balancer and a Standard SKU public IP address.
To support virtual machines deployed across different Availability Zones, a Standard SKU Load Balancer must be deployed. In addition, the SKU of the frontend public IP address must match the SKU of the load balancer, which requires creating a Standard SKU public IP address.
Step-by-Step Solution
Key Concept
Azure Load Balancer SKU compatibility and Availability Zone requirements