v4.1047.100
📦 azure-functionsView on GitHub →
✨ 2 features🐛 2 fixes🔧 3 symbols
Summary
This release focuses on enhancing observability by adding OTEL environment variable support and improving health check diagnostics, alongside updating underlying language worker versions.
Migration Steps
- If using the .NET Isolated Worker, note that the net6.0 prelaunch app has been removed and a net10.0 prelaunch app has been added.
- Linux artifacts are now built using ubuntu 24.
✨ New Features
- Added support for OTEL_SERVICE_NAME and OTEL_RESOURCE_ATTRIBUTES environment variables.
- Tagging cold start impacted requests for better monitoring.
🐛 Bug Fixes
- Stopped collecting telemetry from admin endpoint requests.
- Added area & error code to script & web host health checks.