$ az login --tenant <tenant>
$ az config set auto-upgrade.enable=yes
$ az group create --name "cli-grp" --location "North Europe"
$ az group list
$ az vm create \
--resource-group myResourceGroupAutomate \
--name myAutomatedVM \
--image UbuntuLTS \
--admin-username azureuser \
--generate-ssh-keys \
--custom-data cloud-init.txt
Other az cli scripts can be found here