Your company is deploying a new public-facing application in Azure. You plan to distribute traffic to the application's virtual machines using a Standard Load Balancer. Which two configurations are compatible and supported for this Standard Load Balancer deployment?
- A frontend IP configuration that uses a Standard SKU public IP addressAnswer
- Backend pool virtual machines located in different virtual networks within the same regionAnswer
- CA frontend IP configuration that uses a Basic SKU public IP address
- DBackend pool virtual machines that have Basic SKU public IP addresses assigned to their network interfaces
Answer
The Standard Load Balancer must use a Standard SKU public IP address for its frontend configuration, and its backend pool can contain virtual machines from any virtual network within the same region.
A Standard Load Balancer requires Standard SKU public IP addresses for its frontend and any instance-level public IPs on the backend VMs. It also supports virtual machines from any virtual network in the same region as backend pool members.
Step-by-Step Solution
Key Concept
SKU compatibility and backend pool features of Azure Standard Load Balancer