Azure CLI

Login and account

  • az login: login azure if account has a subscription

  • az account list: get a list of subscriptions for the logged in account or list information about current account if there's only one

  • az account show: get details of current subscription

  • az account create: create a subscription

  • az account list-locations: list regions

  • Reference: https://learn.microsoft.com/en-US/cli/azure/account?view=azure-cli-latest#az_account_list

Reference

  • https://github.com/Azure-Samples/azure-cli-samples/

Last updated