An organization plans to deploy a public Azure Load Balancer named to distribute HTTPS traffic across three virtual machines: , , and . The virtual machines are configured as follows:
* and are member instances of an Availability Set named .
* is a standalone virtual machine.
* has a public IP address named that uses the Basic SKU.
You plan to configure using the Standard SKU. Which two actions must you perform to ensure that all three virtual machines can be successfully configured in the backend pool of and receive load-balanced traffic?
- Disassociate the Basic SKU public IP address from or upgrade it to a Standard SKU public IP address.Answer
- Associate a Network Security Group (NSG) with the subnet of the virtual machines and create an inbound rule to allow the load-balanced traffic.Answer
- CRe-create within the same Availability Set as and .
- DConfigure the frontend IP of the load balancer to use a dynamic Standard SKU public IP address.
Answer
The administrator must disassociate the Basic SKU public IP address from the virtual machine or upgrade it to a Standard SKU public IP address, and associate a Network Security Group (NSG) with the subnet of the virtual machines to allow inbound traffic.
To use a Standard Load Balancer, all public IP addresses on the network interfaces of VMs in the backend pool must also be of the Standard SKU, or be disassociated. In addition, Standard SKU resources are secure by default, meaning inbound flows are blocked unless explicitly allowed by a Network Security Group (NSG) associated with the subnet or network interface.
Step-by-Step Solution
Key Concept
Standard SKU Load Balancer configuration requirements, backend pool SKU alignment, and secure-by-default architecture.
Estimated Time:3m 0s