Azure Application Gateway
An Azure service that provides a platform-managed, scalable, and highly available application delivery controller as a service.
1,079 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Is there a option in Azure App Gateway to split load between multiple endpoints? i.e. 50-50 or based on configuration
Hi,
The Application Gateway will do a round-robin load balancing between the endpoints setup in your back-end pool.
If you need a more advanced load balancing method, you will need to use a Load Balancer instead.
https://video2.skills-academy.com/en-us/azure/load-balancer/load-balancer-overview
Cheers,
Stephane