github Azure/azure-functions-core-tools 4.15.0

5 hours ago

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 separate functions.metadata file.
  • 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 deploy failing with Invalid property identifier character: { for dotnet-isolated projects with more than one function. The print-functions.sh script previously used a sed command that only captured the last function name and produced malformed JSON; replaced with awk to correctly key each function object by its name field. (#3585)

Don't miss a new azure-functions-core-tools release

NewReleases is sending notifications on new releases.