Category "appinsights"

Python Azure function logging into Azure Monitor (App Insights)

We are wanting to log custom properties using the Opencensus library in our Azure function. We are able to log custom properties (in our logs) into Azure Monito

ILogger logs to app insights locally but not on azure

The following code work on my machine locally. That means all log statements are in app insights after some minutes... When I deploy the application with Publis