Azure CLI Extensions
Azure CLI extensions to help with everyday Azure development.
Install in Seconds
1. Configure the extension index (one time):
az config set extension.index_url=https://jongio.github.io/az-extensions/index.json 2. Install any extension by name:
az extension add --name group-bulk-delete 3. Update to the latest version anytime:
az extension update --name group-bulk-delete One Command Install
Install any extension with a single az extension add command. No downloads, no manual steps.
Safe by Default
Confirmation prompts protect you from accidental deletions. Use --yes to skip when you're sure.
Extends Built-in Commands
Extensions add new commands under existing az command groups. Feels native, works seamlessly.