You are configuring a public load balancer in Azure to distribute incoming internet traffic across two virtual machines. You have already created a Standard SKU public IP address to be used for the frontend.
Which of the following configuration options are compatible with this setup? (Select two.)
- Create a Standard SKU load balancer and associate the existing Standard SKU public IP address with its frontend.Answer
- Add virtual machines deployed in different Availability Zones to the backend pool of the Standard SKU load balancer.Answer
- CCreate a Basic SKU load balancer and associate the existing Standard SKU public IP address with its frontend.
- DAdd virtual machines configured with Basic SKU public IP addresses on their network interfaces to the backend pool of the Standard SKU load balancer.
Answer
To configure a compatible architecture, you must create a Standard SKU load balancer to match the Standard SKU public IP address, and you can add virtual machines from different Availability Zones to its backend pool.
Standard SKU public IP addresses can only be bound to Standard SKU load balancers. Standard SKU load balancers support backend resources spanning multiple availability zones, ensuring high availability.
Step-by-Step Solution
Key Concept
Azure Load Balancer SKU alignment and backend pool zone capabilities