Articles on: Virtual Machine

Creating a Linux VM in Azure

Articles on: Virtual Machine

Creating a Linux VM in Azure





Go to the Azure Portal , click on Create a resource in the left-side navigation, then select the Compute category, then click on Ubuntu Server. At the time of writing this the version listed is Ubuntu Server 16.04 LTS.


2. Next, fill in some details about your VM, such as the Name, Username, and method of Authentication. To keep things simple, you’ll want to set the Authentication type to Password, then enter a password you’ll use to login with the User name you’ve entered. Also, don’t forget to specify the Resource Group too, before clicking OK.



For the VM Size, I would recommend choosing a size with at least 2 vCPUs, as this will give you better performance for the UI. Although, 1 vCPU would work just fine too, just maybe a little more slowly.




Finally, click Create to create the new Ubuntu Linux VM!


Now that you have an Ubuntu Server Linux VM, you are ready to setup RDP support.

Updated on: 31/01/2023

Updated on: 01/07/2024

Was this article helpful?

Share your feedback

Cancel

Thank you!