Overview
This release delivers major improvements to durable functions, including better configuration handling, and enhanced validation for DTS. It also adds improved identity assignment support, and stronger reliability for local development with Azurite.
Added
- [4566] Add Azure deployment support for DTS projects
- [4625] Improve support for assigning a user-assigned identity and roles to a Function App.
- [4650] Deploy with Functions CLI for custom runtimes on Flex Consumption plans.
- [4667] Add dynamic Azurite connection string generation using workspace settings.
- [4660] Add warning popup when incompatible Function App plans are used for durable projects.
- [4618] Update Python requirements.txt.
Fixed
- [4622] Fix
host.json
version not showing for AzureExtensionsBundle. - [4632] Fix Azurite Table/Queue services not starting during durable function debugging.
- [4652] Use the v1 index.json for retrieving all templates
- [4661] Update templates with userPrompt tokens so tokens are replaced.
- [4682] Use port number to find the func PID.