vfox plugin for Azure Functions Core Tools.
Azure Functions Core Tools provides a local development experience for creating, developing, testing, running, and debugging Azure Functions.
# Install a specific version
mise install azure-functions-core-tools@4.5.0
# Use in current shell
mise use azure-functions-core-tools@4.5.0
# Run func
func --version# Add the plugin
vfox add azure-functions-core-tools
# Install a version
vfox install azure-functions-core-tools@4.5.0
# Use the version
vfox use azure-functions-core-tools@4.5.0