Azure / Azure/azure-functions-host
ExtensionsMetadataGenerator needs to include dlls for App Insights Extension by default
Open
- Dominant language
- C#
- Stars
- 2k
- Forks
- 482
- Avg merge
- 2d 12h
- Merged PRs (30d)
- 38
Description
We need to make sure to include "Microsoft.Azure.WebJobs.Logging.ApplicationInsights.dll" in ExtensionsMetadataGenerator so it's not pruned by default. This DLL is being moved to the App Insights Extension rather than the Host itself, so it's being treated differently.
As of right now, for someone to use the App Insights Extension, they would have to add this dll as a "FunctionsPreservedDependencies" item which is not ideal
Contributor guide
Assessment
This issue has not been assessed yet.