/azure-cli-tools

A collection of bash scripts for my daily work with Azure

Primary LanguageShellMIT LicenseMIT

Azure CLI Tools

A collection of bash scripts for my daily work with Azure.

The scripts are basically wrappers around the az and azd cli tools from Microsoft.

Disclaimer: These scripts were created to fit my personal needs. They might not fit your needs, they might not work on your machine, they might not work with your project setup.

Install

Set symlinks to ~/bin/ folder:

make

Alternatively symlink to custom folders like this example:

make BINDIR=/usr/local/bin/ COMPLETIONSDIR=/etc/bash_completions.d