An Azure service that provides a platform-managed, scalable, and highly available application delivery controller as a service.
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.