You provision a public IP address named IP-Pub1 and select the Standard SKU. You now need to set up a new Azure Load Balancer that will utilize IP-Pub1 as its frontend configuration. Which load balancer SKU must you select to ensure compatibility with IP-Pub1?
- StandardAnswer
- BBasic
- CGateway
- DPremium
Answer
Standard
The correct answer is Standard. In Azure, the SKU of the public IP address must match the SKU of the load balancer. Since the public IP address is created using the Standard SKU, the load balancer must also be deployed using the Standard SKU.
Step-by-Step Solution
Key Concept
Azure Load Balancer SKU compatibility requires that the frontend public IP address SKU matches the load balancer SKU (Standard public IPs require Standard Load Balancers).
Estimated Time:1m 0s