A company has a regional TCP-based application deployed on Azure Virtual Machines in a single region. The virtual machines use Standard SKU public IP addresses. The solution must distribute TCP traffic at the transport layer and support the existing Standard SKU resources without configuration validation errors. Which load balancing service should you recommend?
- AAzure Basic Load Balancer
- Azure Standard Load BalancerAnswer
- CAzure Traffic Manager
- DAzure Front Door
Answer
Azure Standard Load Balancer
Azure Standard Load Balancer operates at Layer 4 (TCP/UDP) and supports backend resources configured with Standard SKU public IP addresses. Since the application requires regional TCP load balancing and the virtual machines have Standard SKU public IPs, the Standard Load Balancer is the correct choice and avoids SKU validation errors.
Step-by-Step Solution
Key Concept
Azure Load Balancer SKU matching and protocol constraints