How to Create an ARM-Based Linux Virtual Machine with Azure
Azure is one of the cloud providers that has started offering ARM-based virtual machines (VMs) in its portfolio. ARM architecture has been widely used in smartphones and is entering the PC market because of the advantages it offers.
The following article will show you how to set up an ARM-based Linux virtual machine with Azure.
Step 1: Sign in to Azure and create a resource
Go to portal.azure.com and log in. If you don't have an Azure account, create a free trial account.
Once logged in, click the Create a resource button under the Azure services heading .
Next, you will see a list of popular Azure services. Select the Virtual Machine service . Alternatively, just search for Virtual machine in the search box.
Step 2: Create an ARM-based virtual machine
On the Create Virtual Machine page , you need to fill in all the fields marked with an asterisk (*) as required.
Pay special attention to the following fields:
- Image : Select the Linux distribution image of your choice. It should be ARM64. In addition, choose the appropriate VM image according to your computer needs. Image VMs with high computational specifications will cost more.
- VM architecture : Make sure to select ARM64 to use ARM based processor.
- Run with Azure spot discount : Check this box to easily find ARM-based VMs. Due to the limited availability of ARM-based virtual machines, Azure allocates space to you on an unused resource.
- Authentication type : Select the Password option , and then enter your preferred username and password.
Azure may reclaim space for services with a Spot discount, so this option is not recommended for mission-critical systems.
Step 3: Verify virtual machine details
Once you have filled in all the required information, click the Review + create button located in the bottom left corner.
Azure will validate the virtual machine details you provided and notify if the authentication is successful or failed.
See a summary of the virtual machine resources you're about to create. At this stage, you can still make changes to your virtual machine by clicking Previous and modifying the configuration option you want to change.
If the validation fails, you'll be given instructions on what to fix. Otherwise, if everything is fine, click the Create button .
Step 4: Access the ARM-based virtual machine
Once created, click the Go to resource button and note down the public IP address of the virtual machine. You will use this IP address to access the VM via SSH from your PC using the following command format:
ssh username@địa_chỉ_ip_public
For example:
ssh muo@108.143.208.20
You can run and use the old Linux commands you are familiar with. The only difference is that the packages you install will be targeted towards ARM-based processors.
To confirm the architecture of the virtual machine, use the uname command as follows:
uname -m
Output aarch64 stands for ARM architecture 64-bit processing.
ARM-based PCs are powerful, energy-efficient, and generate less heat. Most of the major Linux distributions can run on ARM-based processors.
In addition to using ARM-based virtual machines in the cloud, you can purchase a dedicated ARM-based Linux desktop or laptop.
You should read it
- What is KVM (Kernel-Based Virtual Machine)?
- How to set up a Windows virtual machine in Linux
- Running Linux on Windows 10 does not require a virtual machine, here are 18 things you should know
- How to Tune a Java Virtual Machine (JVM)
- Stealing virtual machines and virtual machine data
- Setting up Ubuntu virtual machine with Hyper-V Quick Create on Windows 10
- How to install and use Kali Linux on VmWare virtual machine
- How to Install KVM in Arch Linux and Configure Virtual Machine
- How to run Android on Linux using a virtual machine
- Kali Linux installation instructions on VMware virtual machine in the most detailed
- How to prevent and handle when Windows Update deletes Linux
- Microsoft will soon have a 12TB virtual machine
Maybe you are interested
Microsoft's official Windows 11 virtual machine is no longer available
How to set virtual wallpaper for video calling on Mac
Why is Virtual Desktop the most underrated feature on Chromebooks?
The future of the virtual currency and bitcoin industry will be more favorable if Former President Donald Trump is re-elected
Xiaomi's AI virtual assistant can recommend recipes based on images of ingredients
What is VPN? Advantages and disadvantages of VPN virtual private network