A CLI tool with Azure utilities
- You must have Azure Functions core tools and Azure CLI
brew tap azure/functions brew install azure-functions-core-tools@4 # if upgrading on a machine that has 2.x or 3.x installed: brew link --overwrite azure-functions-core-tools@4 brew install azure-cli - Run
npm ito install dependencies - Run the CLI with
npm run cli
- Handle subscription
- Fetch settings for a specific function app