Azure Functions CLI 4.15.0
Host Version
- Host Runtime Version: 4.1053.200
- In-Proc CLI:
- CLI Version: 4.8.0
- Host Runtime Version: 4.52.100 (includes 4.852.100, 4.652.100)
Changes
- Add explicit .NET 11 C# isolated initialization with updated templates. The default remains .NET 10; .NET 11 F# scaffolding and Docker support are not yet available.
- Support worker-indexed .NET isolated build and publish outputs in
func pack, including--no-build, without requiring a separatefunctions.metadatafile. - Fixed Python native dependency builds to inherit authenticated pip indexes in Docker containers (#5574)
- Make host.json optional across func publish, and pack (#5488)
- Fixed
func kubernetes deployfailing withInvalid property identifier character: {for dotnet-isolated projects with more than one function. Theprint-functions.shscript previously used asedcommand that only captured the last function name and produced malformed JSON; replaced withawkto correctly key each function object by itsnamefield. (#3585)