-
Notifications
You must be signed in to change notification settings - Fork 12
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
chore: use appinsights pkg for isolated az func #442
chore: use appinsights pkg for isolated az func #442
Conversation
✅ Deploy Preview for arcus-webapi canceled.
|
Just wondering if we should look at this further: Azure/azure-functions-dotnet-worker#1263 (comment) |
Yes, actually hope that they answer me on this so we can use the preferred approach. |
…m/stijnmoreels/arcus.webapi into chore/use-preview-appinsights-pkg
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Don't know if we still need to do something here ?
Also don't know 😄 |
Think this is done, as it only updates the packages and related YAML files. |
Use preview Application Insights NuGet package for isolated Azure Functions applications to fix the automatic dependency tracking and Arcus telemetry.
Relates to arcus-azure/arcus.observability#359