6.5.4 (2026-09-09)
Bugs Fixed
- Fixed an issue where the checkpoint store's
BlobServiceClientwas constructed using the hard-codedcore.windows.netsuffix whenAzureWebJobsStorage__accountNamewas set, even if an explicitAzureWebJobsStorage__blobServiceUriwas also present. The explicit__blobServiceUriis now preferred over__accountName, and an optional__endpointSuffixsetting is honored when constructing the URI from__accountName. This unblocks Event Hub triggers that use managed-identity storage in sovereign clouds (e.g. Azure US Government, Azure China). (#57543)
Other Changes
- Replaced scaling warning/error log calls with standardized
LogFunctionScaleWarningextension method to enable Scale Controller App Insights diagnostics. - Added a
net10.0target and updated .NET runtime dependencies to the 10.x line. The package now targetsnet10.0,net8.0, andnetstandard2.0. - Removed the direct
Microsoft.Extensions.Hostingpackage reference.