Azure Application Gateway
An Azure service that provides a platform-managed, scalable, and highly available application delivery controller as a service.
1,063 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi All,
i need help to check appgateway access logs for particular host like "www.abc.com" through KQL queries. can someone please help me with query.
appreciate for help.
First please make sure that you have the diagnostic settings setup correctly following this guide: https://learn.microsoft.com/en-us/azure/application-gateway/application-gateway-diagnostics#enable-logging-through-the-azure-portal.
The KQL query for this would be:
AzureDiagnostics
| where requestUri contains "www.abc.com"
App gateway access log schema: https://learn.microsoft.com/en-us/azure/application-gateway/application-gateway-diagnostics?source=recommendations#access-log