Skip to content

Azure

Common Services

  • Entra ID
  • Resource Groups
  • Virtual Network
  • Virtual Machines
  • AKS
  • Azure DevOps
  • Storage Accounts
  • Monitor

Basic CLI Commands

az login
az account show
az group list
az vm list -o table
az aks list -o table
az resource list --resource-group my-rg

Practice

  • Resource Groups and naming conventions have a major impact on manageability.
  • For automation, teams often combine az CLI with Terraform or Bicep.