Azure Function templates should be updated to use configurable serilog settings #480
Labels
area:telemetry
All issues related to telemetry
enhancement
New feature or request
runtime:azure-functions
All issues related to templates forAzure Functions
Milestone
The templates that are used to quickly start an Azure Function project should be modified so that the Serilog configuration can be read from the configuration using
LoggerConfiguration.ReadFrom.Configuration()
just like we do in the Api template.Next to that, we should also only log to AppInsights if the instrumentationkey is not blank.
The text was updated successfully, but these errors were encountered: