serilog-contrib / serilog-sinks-applicationinsights

A Serilog sink that writes events to Microsoft Azure Application Insights
Apache License 2.0
220 stars 72 forks source link

Outdated `using-with-azure-functions` section in readme #167

Closed rafek1241 closed 2 years ago

rafek1241 commented 3 years ago

Link: https://github.com/serilog/serilog-sinks-applicationinsights#using-with-azure-functions

When i'm trying to use such implementation image

Link for issue: https://docs.microsoft.com/en-us/dotnet/api/Microsoft.ApplicationInsights.Extensibility.TelemetryConfiguration.Active?view=azure-dotnet&viewFallbackFrom=netstandard-2.0

nblumhardt commented 2 years ago

Thanks for the heads-up! Help with figuring out the correct configuration/a PR for the docs would be very welcome, if anyone's able to.

zyofeng commented 2 years ago

I have created a PR with the updated Azure Function setup.

https://github.com/serilog-contrib/serilog-sinks-applicationinsights/pull/191

nblumhardt commented 2 years ago

Fixed in #193