Load Balancing for the web Apps in Azure

Tarun Dhoddi 1 Reputation point
2020-05-28T04:40:59.727+00:00

We have deployed the ASP .Net web application with Microsoft Identity authentication. Now we are planning to implement the Load balancing for the same. Based on the MSDN reference link load-balancing-overview we are planning to implement the AzureFront door + Application Gateway Can anyone shares the sample documents and reference for the same?

Azure Load Balancer
Azure Load Balancer
An Azure service that delivers high availability and network performance to applications.
404 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,929 questions
{count} votes

1 answer

Sort by: Most helpful
  1. msrini-MSFT 9,261 Reputation points Microsoft Employee
    2020-06-21T21:03:00.793+00:00

    Hi @tarun00197,

    There are no specific doc for the one you asked. I would suggest you to follow the below steps:

    1. Deploy your web app in two or more regions.
    2. Deploy Application Gateway in the respective region where you deployed the Web App and add web App to the backend of Application Gateway and configure it. (Ref: https://learn.microsoft.com/en-us/azure/application-gateway/configure-web-app-portal)
    3. Then deploy Azure Frontdoor and configure the AppGW as the backend and configure the routing rules in AFD.

    Regards,
    Msrini

    0 comments No comments