An administrator is configuring a new public Azure Load Balancer named `LB1` using the Standard SKU. The administrator plans to associate an existing public IP address named `PubIP1` with the frontend IP configuration of `LB1`. `PubIP1` is currently configured with the Basic SKU. Which of the following describes the outcome when the administrator attempts to save this configuration?
- The configuration fails because a Standard SKU load balancer can only be associated with a Standard SKU public IP address.Answer
- BThe configuration succeeds, but Azure automatically upgrades the public IP address to the Standard SKU.
- CThe configuration succeeds, but the load balancer operates in a backward-compatibility mode with Basic SKU features.
- DThe configuration fails because Basic SKU public IP addresses are only supported for internal load balancers.
Answer
The configuration fails because a Standard SKU load balancer can only be associated with a Standard SKU public IP address.
The configuration fails because Azure enforces strict SKU consistency between the Load Balancer and its frontend IP configuration. A Standard SKU Load Balancer must use a Standard SKU Public IP address, and a Basic SKU Load Balancer must use a Basic SKU Public IP address.
Step-by-Step Solution
Key Concept
Azure Load Balancer and Public IP SKU compatibility requirements