-
Notifications
You must be signed in to change notification settings - Fork 192
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ApplicationInsights dependency tracking not working #308
Comments
Tried using DependencyTrackingTelemetryModule to add application insights into a .NET 5.0 function app. However I got a number of these messages in application insights logs:
None of the http or table storage dependency events that I was hoping to see appeared in the logs. The only dependency event type was:
See Setup automatic dependency tracking in Console Apps for details. |
Using the Microsoft.ApplicationInsights.WorkerService package works for getting dependencies logged, but the telemetry isn't associated with the function execution. Is there an easy way to bridge that gap? |
This is now supported with the ApplicationInsights package: #944 |
Since I upgraded to the new runtime, dependency tracking is not working. It would seem that it is necessary to manually enable this (not documented).
Is there a recommended way to configure Application Insights and/or an example?
The text was updated successfully, but these errors were encountered: