v4.1051.100
Breaking Changes📦 azure-functionsView on GitHub →
⚠ 1 breaking✨ 1 features🐛 6 fixes🔧 4 symbols
Summary
This release restores Logic App worker discovery, fixes several environment and configuration handling bugs, and addresses a breaking change related to connection string environment variables in .NET 10.
⚠️ Breaking Changes
- Fix .NET10 breaking change related to connection-string prefixed environment variables. Users relying on this specific environment variable format for connection strings in .NET 10 environments must update their configuration.
Migration Steps
- Review connection string environment variable usage if targeting .NET 10, as previous prefixing behavior is now fixed and may break existing setups.
✨ New Features
- Restore Workflows-bundle worker discovery on Logic App.
🐛 Bug Fixes
- Ensure wwwroot directory exists on new slot and app creation when networking restrictions are present.
- Skip Workflows-bundle `WebJobsStorageHealthCheck` when no active script host is available.
- Avoid false-positive connection string checks when constructing `BlobServiceClient`.
- Only register the host-name-fixup middleware on hosting environments where requests are routed through the Antares front end.
- Resolve correct `IHostApplicationLifetime` instance within certain ScriptHost services.
- Fix function-key prefix matching in the Kubernetes secrets repository merge step.