Forum Discussion

Tayyab Suhail's avatar
Tayyab Suhail
Copper Contributor
Apr 21, 2020
Solved

Azure Application Gateway with App Service

Hi Community,   Can someone help me in understanding that how scalability  is handled by APG on app service level. Let's take an example, we have an app service deployed and running with auto-scale...
  • hspinto's avatar
    Apr 21, 2020

    Tayyab Suhail, when you configure App Service as a backend for AppGW, you are providing its URL, not the actual references to the App Service Plan instances. AppGW only knows a Web App URL, as much as any other HTTP client. Therefore, App Service scaling operations are transparent to AppGW, no matter you have 1 or 10 instances.

Resources