Azure Available Options for Global and Regional Load Balancers

Microsoft Azure offers many global and regional load balancers which can be used within your infra cloud design architecture to manager the traffic load and auto scale the infra.

We can see the below comparative features which will be helpful in taking the decision what can be the best suitable component for your design architecture with Azure Traffic Manager, App Gateway, Front Door and Load Balancer.

List of FeaturesAzure Traffic ManagerAzure Application GatewayAzure Front DoorAzure Load Balancer
Works at OSI Layer7774
Health ProbesHTTP/HTTPS/TCPHTTP/HTTPSHTTP/HTTPSTCP/HTTP
SKU’sBasic/StandardBasic/Standard
Load BalancingGlobalRegionalGlobalGlobal
Work’s atVMsAny IP AddressDNS Name
TCP & UDPDNSHTTP/HTTPS/HTTP2/WSHTTP/HTTPS/HTTP2/TP2TCP & UDP
Sticky SessionsSupportedSupportedSupportedSupported
Traffic ControlNSGNSG
WAF_WAFWAF

Load Balancer

A device sits between the end user and the cloud server group and acts as an invisible facilitator to distribute set of tasks to set of resource and making sure overall processing more efficient.

Azure Traffic Manager

A DNS based traffic load balancer to auto switch to the new end points for load balancing. Azure Traffic Manager Services allows to distribute traffic to public facing applications across the globe Azure regions.

Traffic manager also provides public endpoints with high availability and quick responsiveness.

The Traffic manager usage DNS to direct client requests to the appropriate service endpoint based on a traffic-routing method. Traffic Manager also provides health monitoring for every endpoint.

For more details and information please reach out to the original Microsoft articles:

Feel free to share your observations or suggestion to hello.lymun@gmail.com.