Azure Function, Logging part III

.net8, what happened to application insight With .net8 we have to remove the default Application Insights logging filter to be able to see our logger.loginformation. This is easily resolved by adding the following line of code in your program.cs By utilizing extension I moved this to a custom HostBuilderExtension.cs And from my program.cs One other

Azure Function, Logging part III Read More »

Scroll to Top