Download from Microsoft
curl -L https://aka.ms/InstallAzureCli | bash echo "alias az='$HOME/bin/az'" >> ~/.bash_profile exec -l $SHELL
Install using HomeBrew
brew update brew install azure-cli
brew upgrade azure-cli
Last Updated on June 26, 2019
Download from Microsoft
curl -L https://aka.ms/InstallAzureCli | bash echo "alias az='$HOME/bin/az'" >> ~/.bash_profile exec -l $SHELL
Install using HomeBrew
brew update brew install azure-cli
brew upgrade azure-cli
You must be logged in to post a comment.