Skip to content
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

Update dependency on Microsoft.ApplicationInsights #2900

Closed
JoshLove-msft opened this issue Aug 5, 2022 · 3 comments
Closed

Update dependency on Microsoft.ApplicationInsights #2900

JoshLove-msft opened this issue Aug 5, 2022 · 3 comments
Assignees

Comments

@JoshLove-msft
Copy link
Member

A new version of the App Insights library has been released that adds additional support for the new Service Bus library. In order for Service Bus extension users to benefit from these changes, we would need to update the dependency version used in the WebJobs SDK, which would in turn pull up the version used by the Functions host.

@ilmax
Copy link

ilmax commented Aug 19, 2022

Since the referenced version of AppInsights doesn't have support for the new Service Bus library and the old one is deprecated and suggest to use the newly Azure.Messaging.ServiceBus, this one should be prioritized otherwise distributed tracing is not working as expected when using service bus.

@maskati
Copy link

maskati commented Aug 31, 2022

@ilmax in addition to expanded support for Service Bus, this will probably also unblock use of Azure AD authentication for Application Insights:

Support for Azure AD in the Application Insights .NET SDK is included starting with version 2.18-Beta3

@brettsam
Copy link
Member

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants