You plan to deploy a Standard Load Balancer in an Azure subscription. You create a public IP address to be used as the frontend for the load balancer. However, when you attempt to associate the public IP address with the Standard Load Balancer, the public IP address is not available for selection in the Azure portal. What is the most likely cause of this issue?
- The public IP address was created using the Basic SKU.Answer
- BThe public IP address was created in a different resource group than the load balancer.
- CThe public IP address is configured with dynamic IP address allocation.
- DThe public IP address has not been associated with a virtual network subnet.
Answer
The public IP address was created using the Basic SKU.
An Azure Standard Load Balancer requires a Standard SKU Public IP address. Basic SKU Public IP addresses are incompatible and will not appear in the selection menu when configuring a Standard Load Balancer frontend.
Step-by-Step Solution
Key Concept
SKU compatibility between Azure Load Balancer and Public IP addresses