You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Consume WebJobs diagnostics for Application Insights flushing issues (#8998)
* Subscribe to flushing issue messages from WebJobs.Logging.ApplicationInsights
* Update release_notes.md
* Add the AzureFunctions feed as a NuGet package source (#9167)
* Add AzureFunctions as a package source
* Correct view to be staging only
* Update WebJobs.Logging.ApplicationInsights package
Copy file name to clipboardExpand all lines: release_notes.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,8 @@
3
3
<!-- Please add your release notes in the following format:
4
4
- My change description (#PR)
5
5
-->
6
+
7
+
- Consume diagnostic events raised by the WebJobs SDK for Application Insights flushing issues: see [PR](https://github.com/Azure/azure-webjobs-sdk/pull/2939)
6
8
- Update Python Worker Version to [4.11.0](https://github.com/Azure/azure-functions-python-worker/releases/tag/4.11.0)
7
9
- Update Java Worker Version to [2.10.0](https://github.com/Azure/azure-functions-java-worker/releases/tag/2.10.0)
8
10
- Update PowerShell Worker 7.2 to 4.0.2719 [Release Note](https://github.com/Azure/azure-functions-powershell-worker/releases/tag/v4.0.2719)
0 commit comments