Hi, i still having fun with this compilation of technical resources, well as many of you should know the 20533 exam evaluates each skill required as Compute (Virtual Machines, Containers, and ACS), by the way, you can deploy virtual machines from the Portal, the PowerShell and AzureCLI, well this pack of links contains also many templates, and resources to increase the knowledge.
First, let’s try some AzureCLI, and you got to install it. https://docs.microsoft.com/en-us/cli/azure/get-started-with-azure-cli?view=azure-cli-latest with this URL you’ll find how to deploy the AZ CLI.
As i said before, you can create from templates and scripts, so check this one https://docs.microsoft.com/en-us/azure/virtual-machines/linux/create-cli-complete this brings up a Linux machine, but as probably you know this Linux machines doesn’t come with graphic UI, https://docs.microsoft.com/en-us/azure/virtual-machines/linux/create-ssh-secured-vm-from-template and also we can secure their SSH, but what if i tell you can create an RDP Linux machine… you can use the RDP command and grab it graphically https://docs.microsoft.com/en-us/azure/virtual-machines/linux/use-remote-desktop , Finally i found how to deploy a virtual machine that supports Containers here, https://docs.microsoft.com/en-us/azure/virtual-machines/linux/dockerextension
https://docs.microsoft.com/en-Us/azure/virtual-machines/linux/cli-samples?toc=%2Fcli%2Fazure%2Ftoc.json&bc=%2Fcli%2Fazure%2Fbreadcrumb%2Ftoc.json
https://docs.microsoft.com/en-Us/azure/virtual-machines/scripts/virtual-machines-linux-cli-sample-create-vm?toc=%2fcli%2fazure%2ftoc.json
https://docs.microsoft.com/en-us/azure/virtual-machines/windows/cli-samples?toc=%2Fcli%2Fazure%2Ftoc.json&bc=%2Fcli%2Fazure%2Fbreadcrumb%2Ftoc.json