Is it possible to split load using App Gateway?

DHAVAL R PATEL 46 Reputation points
2020-05-20T05:55:28.137+00:00

Is there a option in Azure App Gateway to split load between multiple endpoints? i.e. 50-50 or based on configuration

Azure Application Gateway
Azure Application Gateway
An Azure service that provides a platform-managed, scalable, and highly available application delivery controller as a service.
1,069 questions
0 comments No comments
{count} votes

Accepted answer
  1. Stephane Budo 426 Reputation points
    2020-05-20T22:07:22.223+00:00

    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://learn.microsoft.com/en-us/azure/load-balancer/load-balancer-overview

    Cheers,
    Stephane

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.