Is there a option in Azure App Gateway to split load between multiple endpoints? i.e. 50-50 or based on configuration
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://docs.microsoft.com/en-us/azure/load-balancer/load-balancer-overview
Cheers,
Stephane
4 people are following this question.