Azure Functions CLI 4.7.0
Host Version
- Host Runtime Version: 4.1045.200
- In-Proc CLI:
- CLI Version: 4.3.0
- Host Runtime Version: 4.44.100 (includes 4.844.100, 4.644.100)
Changes
- Added end-of-life warnings for all runtime versions during
func azure functionapp publish. (#4760) - Reduced console output noise by moving informational messages to verbose logging. (#4768)
- Fixed an issue where creating an MCP Tool trigger function would fail with "Unknown template 'McpToolTrigger'" error. (#4768)
- Added new
func bundlescommands for managing extension bundles (#4769)func bundles download- Download the extension bundle configured in host.json with optional--forceflag to re-downloadfunc bundles list- List all downloaded extension bundlesfunc bundles path- Get the path to the downloaded extension bundlefunc bundles add- Add extension bundle configuration to host.json with--channelflag to select GA (default), Preview, or Experimental bundles- Support for custom bundle download paths via
AzureFunctionsJobHost__extensionBundle__downloadPathenvironment variable
- Added
--bundles-channeloption tofunc initcommand to specify extension bundle channel (GA, Preview, or Experimental) during project initialization
Notes
- APT is still in progress.