Discover How to Create an Azure VM in Microsoft Azure Cloud
Originally published at https://adamtheautomator.com by Sagar on February 8, 2023.
If you plan to start with Microsoft Azure Cloud, nothing could be better than launching your first Azure virtual machine (VM). Azure VMs are hosted on hypervisors, where you can customize all software, such as operating systems (OS), configurations, and so on,
In this tutorial, you will learn how to launch your first Azure VM via Azure Cloud Shell and Azure Portal.
Read on and start your journey to cloud computing!
Prerequisites
This tutorial comprises step-by-step instructions. To follow along, be sure you have the following in place:
- An Azure account with an active subscription or an existing sandbox subscription will suffice.
- Azure CLI version 2.0.79 or newer installed — This tutorial uses the 2.42.0 version.
Related:How to Install Azure CLI (Windows, Linux, macOS, Azure Shell)
Activating the Azure Cloud Shell to Create an Azure VM
Azure offers VMs, one of several on-demand, scalable computing resources that improve operational efficiency. With Azure VMs, you can migrate business-critical workloads to Azure infrastructure without buying and maintaining the physical hardware that runs it.