Azure Service Reference

Virtual Machines (VM)

Manage virtual machines, disks, and images.

Read the full reference →
az vm create --resource-group MyResourceGroup --name MyVM --image UbuntuLTS

Azure Blob Storage

Object storage for unstructured data.

Read the full reference →
az storage blob upload --account-name mystorage --container-name mycontainer --name sample.txt --file ./sample.txt

Azure Functions

Serverless compute with event-driven code.

Read the full reference →
func azure functionapp publish MyFunctionApp

Azure Kubernetes Service (AKS)

Managed Kubernetes clusters.

Read the full reference →
az aks create --resource-group MyRG --name MyAKSCluster --node-count 3 --enable-addons monitoring --generate-ssh-keys

Azure Active Directory (AAD)

Identity and access management.

Read the full reference →
az ad user create --display-name "John Doe" --user-principal-name john.doe@mytenant.onmicrosoft.com --password MyStrongP@ssw0rd