The Azure command-line interface (Azure CLI) is a set of commands used to create and manage Azure resources. It is available across Azure services and is designed to get you working quickly with Azure, with an emphasis on automation.
The Azure command-line interface (Azure CLI) is a set of commands used to create and manage Azure resources. It is available across Azure services and is designed to get you working quickly with Azure, with an emphasis on automation.
To install azure-cli, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install azure-cli
To see what files were installed by azure-cli, run:
port contents azure-cli
To later upgrade azure-cli, run:
sudo port selfupdate && sudo port upgrade azure-cli
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.