Azure Monitor
An Azure service that is used to collect, analyze, and act on telemetry data from Azure and on-premises environments.
3,658 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Application logs that i create showing in log stream but not in the Log Analytics table.
Hi @Sergey Yakovlev ,
I would preface by saying that AppServiceAppLogs is considered platform logs. But I did configure a log analytics workspace for a web app under Diagnostic settings. I did have results returned for the following query:
In case you're interested here are my appsettings.json, which can see over here, but this didn't have anything to do with the logs of the platform.
"Logging": {
"LogLevel": { // All providers, LogLevel applies to all the enabled providers.
"Default": "Error", // Default logging, Error and higher.
"Microsoft": "Warning", // All Microsoft* categories, Warning and higher.
"Azure": "Debug"
}
},