Azure CLI

Azure CLI Azure CLI is a set of commands used to create and manage Azure resources. To start off, run the following command to display all available commands. $ az --help To display available subcommands add --help after any command. $ az login --help Use the find command to fetch examples of use for commands. az find "az login" Login To login to Azure run the following command: $ az login To sign in with a service principal run the following command:...

November 9, 2022 · 1 min · Me