Use Observability's RemoveMicrosoftApplicationInsightsLoggerProvider
extension in Azure Functions project templates
#604
Labels
area:telemetry
All issues related to telemetry
bug
Something isn't working
good first issue
Good for newcomers
runtime:azure-functions
All issues related to templates forAzure Functions
Milestone
Is your feature request related to a problem? Please describe.
When looking at improving the Application Insights telemetry in Azure Functions, we saw that we should remove the default Microsoft's telemetry as it conflicts with Arcus' telemetry. Therefore, the Observability library has created an
.RemoveMicrosoftApplicationInsightsLoggerProvider
extension that we can use when setting up our Serilog infrastructure.Describe the solution you'd like
Add the
RemoveMicrosoftApplicationInsightsLoggerProvider
extension to all Serilog infrastructure code in all Azure Functions project templates.Additional context
Relates to arcus-azure/arcus.observability#364
The text was updated successfully, but these errors were encountered: