1) Install Homebrew
https://brew.sh
2) Before doing a 'brew update' you have to run the following commands:
To `brew update`, first run:
git -C /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core fetch --unshallow
git -C /usr/local/Homebrew/Library/Taps/homebrew/homebrew-cask fetch --unshallow
3) Install Azure CLI
https://docs.microsoft.com/en-us/cli/azure/install-azure-cli-macos
brew update && brew install azure-cli
4) Login to Azure
az login
No comments:
Post a Comment