Relative Content

Tag Archive for azurehttprequestkqlazure-log-analyticsazure-monitoring

Monitor HTTP traffic for Azure Web App using Log analitics and KQL query

I have a Azure Web Application in Azure. I have one endpoint :
https://dev-my-app.azurewebsites.net/test
I would like to see all http requests which were done for this endpoint. I have read that I can use Log Analitics Workspace (https://learn.microsoft.com/en-us/azure/azure-monitor/logs/log-analytics-workspace-overview) in order to achieve it.
I have configured a workspace. I have also created Diagnostic setting which sends “HTTP logs” to the workspace :