You plan to configure a Standard SKU public Azure Load Balancer named LB1. LB1 will distribute incoming internet traffic to two virtual machines named VM1 and VM2. VM1 and VM2 are standalone virtual machines deployed in the same virtual network, and they are not part of an Availability Set or Virtual Machine Scale Set. You need to configure the frontend IP address and the backend pool for LB1. Which two actions should you perform? (Select two.)
- Create a Standard SKU public IP address and associate it with the frontend IP configuration of LB1.Answer
- BCreate a Basic SKU public IP address and associate it with the frontend IP configuration of LB1.
- Add the network interfaces of VM1 and VM2 directly to the backend pool of LB1.Answer
- DPlace VM1 and VM2 into an Availability Set before adding them to the backend pool.
Answer
To configure a Standard SKU public load balancer for standalone virtual machines, you must create a Standard SKU public IP address for the frontend configuration, and you can add the network interfaces of the virtual machines directly to the backend pool.
For a Standard SKU public load balancer, the frontend IP address configuration must use a Standard SKU public IP address. Additionally, the Standard SKU load balancer allows standalone virtual machines within the same virtual network to be added directly to the backend pool via their network interfaces (NICs). Placing the virtual machines in an availability set or virtual machine scale set is not required.
Step-by-Step Solution
Key Concept
SKU compatibility and configuration rules for Standard Azure Load Balancers.