For system, network and cloud administrators
In order to create an Azure virtual machine, let’s say Ubuntu, you can use:
az vm create --name YourVMName --resource-group YourResourceGroup --admin-username myuser --image UbuntuLTS --public-ip-sku Standard --generate-ssh-keys --verbose
Continue reading ยป