Share via

Application Gateway – Review / Clarification on Current Traffic Architecture and Behavior

Kanifnath Deshmukh (Infosys Ltd) 0 Reputation points Microsoft External Staff
2026-03-03T22:55:04.9333333+00:00

Hello Team,

Currently, our traffic is routed through a backdoor configuration where requests flow directly from Azure Traffic Manager to Azure App Service, without passing through Application Gateway.

We are in the process of transitioning to a new architecture where traffic flows as follows:

Traffic Manager → Application Gateway → App Service

In production, we have 7 regions. We began gradually migrating region by region by closing the backdoor route and directing traffic through Application Gateway.

However, after enabling traffic through Application Gateway in one of the regions, we observed a significant increase in latency reported by our partner systems that consume our service. The latency increase was noticeable and impacted their calls. Please refer to the attached screenshot for details.

Due to the impact, we had to roll back the change and restore traffic to the previous backdoor routing (Traffic Manager → App Service).

We would like assistance in understanding:

Why the latency increased significantly after introducing Application Gateway.

Whether there are any configuration aspects (listeners, HTTP settings, probes, WAF, autoscaling, etc.) that could contribute to this behavior.

If any known performance considerations should be reviewed when placing Application Gateway in the request path.

Kindly help us analyze the possible root cause of this latency increase.

Thank you.

  We currently support seven regions, with the four regions listed below accounting for approximately 80% of overall traffic.

Application gateway :

agw-pims-prod-cus-1

agw-pims-prod-cus-2

agw-pims-prod-ncus-1

agw-pims-prod-ncus-2

Azure Application Gateway
Azure Application Gateway

An Azure service that provides a platform-managed, scalable, and highly available application delivery controller as a service.

{count} votes

1 answer

Sort by: Most helpful
  1. Praveen Bandaru 10,720 Reputation points Microsoft External Staff Moderator
    2026-03-06T06:36:53.8033333+00:00

    Hello Kanifnath Deshmukh (Infosys Ltd)

    **
    **Please review the application gateway access logs to analyze the time taken and server latency values and determine how long the server takes to respond to the application gateway.

    If the server's response time is equal to or greater than the application gateway, then the latency is not due to the application gateway, which is expected. The application gateway acts as a load balancer and will reflect the response time of the backend server. If you notice higher server latency, please address the issue on the server side first.

    If you find any latency in the application gateway logs, let me know and I can assist further.

    Check the reference document to check the logs:
    https://learn.microsoft.com/en-us/azure/application-gateway/monitor-application-gateway

    And also check the document Use Azure App Gateway with Azure Traffic Manager

    Similarly, for the traffic manager, you can review the diagnostic logs and check the status (Up or Down) at the time the issue occurred to help resolve the problem.

    Additionally, if you're interested, I can recommend using Front Door instead of Traffic Manager. It is also a global load balancer with similar capabilities, and Front Door offers a caching feature as well. If you want to use the cache option, you can choose Front Door. And it will support WAF also. 

    Check the reference document:
    https://learn.microsoft.com/en-us/azure/frontdoor/front-door-overview


    I hope the above answer helps you! Please let us know if you have any further questions.

    Please don't forget to "accept the answer" and "upvote" where the information provided will help you, this can be beneficial to other members of the community.


Your answer

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