check logs for azure

PHOTO EMBED

Sun Apr 28 2024 11:42:34 GMT+0000 (Coordinated Universal Time)

Saved by @nithin_p

AzureDiagnostics
| where ResourceType == "APPLICATIONGATEWAYS"
    and OperationName == "ApplicationGatewayAccess"
      and httpStatus_d ==  404
      and backendPoolName_s contains "SNWL"
| summarize AggregatedValue = count()
    by
    clientIP_s,
    host_s,
    requestUri_s,
    httpStatus_d,
    originalRequestUriWithArgs_s,
    timeStamp_t,
    userAgent_s
content_copyCOPY