Difference between revisions of "Kusto queries App Service & AGW"
Jump to navigation
Jump to search
(Created page with "Go to Application Insights for Service and logs ``` requests | where url contains 'https://my-app-service.azurewebsites.net' | where name contains 'health' | summarize count(...") |
(No difference)
|
Latest revision as of 22:11, 26 June 2024
Go to Application Insights for Service and logs
requests | where url contains 'https://my-app-service.azurewebsites.net' | where name contains 'health' | summarize count() by bin(timestamp, 15m), resultCode
?? not sure how well this works
AzureDiagnostics | where ResourceType == "APPLICATIONGATEWAYS" and OperationName == "ApplicationGatewayAccess" and host_s == "my-app-service.azurewebsites.net"