You are planning to configure a public Azure Load Balancer to distribute internet traffic to two Azure virtual machines named VM1 and VM2. VM1 is deployed in Availability Zone 1, and VM2 is deployed in Availability Zone 2.
You decide to deploy a Standard Load Balancer.
Which two configurations must you perform to successfully deploy the load balancer and allow traffic to the virtual machines? (Select two)
- Create a Standard SKU public IP address for the frontend IP configuration.Answer
- Associate a Network Security Group (NSG) with the subnets or network interfaces of VM1 and VM2 and allow the inbound traffic.Answer
- CCreate a Basic SKU public IP address for the frontend IP configuration.
- DConfigure the public IP address for the frontend IP configuration to use dynamic allocation.
Answer
To successfully deploy a Standard Load Balancer and allow traffic to the zonal virtual machines, you must create a Standard SKU public IP address for the frontend IP configuration and associate a Network Security Group (NSG) with the subnets or network interfaces of VM1 and VM2 with rules to allow inbound traffic.
The correct configurations require selecting a Standard SKU public IP address and associating a Network Security Group (NSG) to allow inbound traffic. Standard Load Balancer frontend configurations must match the Standard SKU. In addition, Standard Load Balancers are secure by default, meaning that traffic to the backend pool is blocked until explicitly allowed via NSG rules.
Step-by-Step Solution
Key Concept
Azure Load Balancer SKU selection and configuration requirements