Updated 1/12/19
Problem scenario
You want to create an Ubuntu Linux server with one vCPU and one GB of RAM in Azure using PowerShell. You want to use Azure Resource Manager (an ARM template). You do not want to use the Azure Portal for 95% of the work involved. What do you do to automate the process (including the deployment of a resource group, a network security group, a subnet) so you can have a VM that is ready to use?
…
Continue reading “How Do You Create an Ubuntu Linux VM in Azure Using PowerShell Azure?”