KQL ‐ Azure Gateway - razmipatel/Random GitHub Wiki
AzureDiagnostics | where ResourceType == "APPLICATIONGATEWAYS" | where Category == "ApplicationGatewayAccessLog" | where clientIP_s == "x.x.x.x" // Replace with the specific IP address | project TimeGenerated, clientIP_s, requestUri_s, httpMethod_s, userAgent_s, host_s, status_s, backendStatus_s, instanceId_s | order by TimeGenerated desc