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
- 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
May be interested
- Microsoft offers a $ 100,000 award to hackers of the Azure Sphere operating systemthe challenge participant will have 3 months to try to crack security and successfully penetrate azure sphere os, a customized version based on linux os.
- How to install and use Kali Linux on VmWare virtual machineuntil now, a famous linux distro, kali linux, has always been sought by security experts or hackers. why? simply because kali linux has a built-in range of tools for penetration, hacking, analysis, etc. all are categorized very clearly.
- Create clone virtual machine for current Windows hard drivethe following article will show you how to create a virtual clone for the system and how to use it when you have created a virtual machine.
- How to install Azure Data Studio on Linux to manage SQL serverazure data studio is a cross-platform database management tool available on mac, windows, and linux. azure data studio has most of the features that microsoft sql server management studio (ssms) possesses.
- How to Install KVM in Arch Linux and Configure Virtual Machinesetting up a new virtual machine on arch linux using kvm and qemu can seem daunting. but fret not, as it will be very easy to learn how to do it.
- Instructions on how to install virtual machines with VMwarevmware workstation helps you create multiple virtual machines running different types of operating systems from windows to linux on a real machine, but the effects of that virtual machine do not affect the real machine.
- Microsoft Azure Arc will support OpenShift and Red Hat Enterprise Linuxwith azure arc, you can manage linux and windows servers, as well as kubernetes clusters on any infrastructure.
- 7 best Linux distributions based on Red Hatred hat became the largest open source company in the world before it was acquired by ibm, and red hat enterprise linux was its main product.
- How to run Android on Linux using a virtual machinein this article, tipsmake will guide you how to run android on linux using a virtual machine. let's find out right now!
- Kali Linux installation instructions on VMware virtual machine in the most detailedfull guide on how to install kali linux on a vmware virtual computer, detailed to the teeth. how to install kali linux operating system on a virtual computer is extremely simple