I have deployed my application on Azure kubernetes and I am using Azure Application gateway to expose the services.
I want to trace the incoming requests to understand the complete execution. Eg: how long it takes to process the request by the application gateway.
Is there any way to trace the individual request in azure application gateway?
First of all you have to enable the logs, see the docs
If you enable logs to be written to an Azure Log Analytics Workspace you can then perform queries like:
and it will show you something like: