An administrator is configuring a public load balancer in Azure. The backend pool must include three virtual machines that are currently deployed across three different Availability Zones in the East US region. The administrator has already created a Basic SKU public IP address for the frontend. When configuring the load balancer, the administrator is unable to select the virtual machines for the backend pool. Which of the following configuration adjustments is required to successfully configure the load balancer to distribute traffic to these virtual machines?
- ADeploy a Basic SKU load balancer and associate the existing Basic SKU public IP address with it.
- BDeploy a Basic SKU load balancer and associate a new Standard SKU public IP address with it.
- Deploy a Standard SKU load balancer and associate a new Standard SKU public IP address with it.Answer
- DDeploy a Standard SKU load balancer and associate the existing Basic SKU public IP address with it.
Answer
Deploy a Standard SKU load balancer and associate a new Standard SKU public IP address with it.
Deploying a Standard SKU load balancer and associating a new Standard SKU public IP address with it is correct because Standard SKU load balancers are required to support backend resources distributed across multiple Availability Zones. Additionally, Standard SKU load balancers require Standard SKU public IP addresses for their frontend configurations.
Step-by-Step Solution
Key Concept
Azure Load Balancer SKU compatibility and Availability Zone support