This tutorial outlines the prerequisites and installation steps for Creating a Virtual Machine Using Azure
Azure Portal
- The Azure Portal is the main web interface for creating, configuring, and managing Azure VMs and other resources
- Usage: It offers a visual interface to select VM types, configure networking, assign storage, set up security, and manage monitoring options
- Azure VMs can run Windows Server for enterprise and web hosting, various Linux distributions like Ubuntu, CentOS, and RHEL for open-source projects and development, while macOS can be used for connecting to and managing VMs using tools like Azure CLI and PowerShell
- Azure Account
- Computer with Internet Connection
- Credit Card (Required for free Azure credits)
- Create an Azure account here
- Follow the prompt to create the account
- You will need to put in your credit card information for verification purposes, this will allow you to get $200 worth of Azure credit and will have 30 days to use those credits. You will not be charged until then
- Finish the prompt, click Go to Azure Portal, and you are ready to start with Azure!
Additionally If You Already Have An Account Go Here To Start
- Go to the Azure portal search bar at the middle top of the screen and search resource group
- Select Resource Groups
- In the Resource Groups tab click Create on the left top side of the screen or on the bottom middle
- We then need to name the resource group and select a region
- In this tutorial we will name the resource group resourcegroup1 and select (US) East US for the region
- On the bottom left of the screen click Review + Create
(it should say Azure subscription 1 if using a brand new account)
- Once verification is complete we have successfully created a Resource Group. We can then click Create at the bottom right of the screen
- Go to the Azure portal search bar at the middle top of the screen and search Storage Accounts
- Select Storage Accounts
- Click Create on the left top side of the screen or on the bottom middle
- We need to select the same Resource Group and Region we used in step 2
- In this tutorial we will name the Storage Account storageaccount1 and select (US)East US for the region
- At the bottom left of the screen we will select Review + Create and in the next one click Create
- Our Storage Account is now successuccessfully fully created
- Go to the Azure portal search bar at the middle top of the screen and search Virtual Machines.
- Select Virtual Machines
- Click Create Azure Virtual Machine at the middle bottom of the screen of the page
- We will need to select the same Resource Group, Region, and create a name for the virtual machine
- In this tutorial, we will name the virtual Machine "Windows10ProVM"
- We now need to select an Image for our virtual machine
- In this tutorial, we will be using a Windows 10Pro VM image
- Next scroll down to size , we need to select a VM size with 2vcpus
- Finally, we will create a username and password so we can login to our VM
- Make sure to confirm and agree to licensing agreements
- Once validation is passed we have now successfully created our VM
- First we need to find the public IP Address of our virtual machine
- Select the virtual machine we created and copy the public IP Address on the right side of the Virtual Machine of the screen
- Open up Remote Desktop Connection or type MSTSC in the search bar
- In Remote Desktop Connection we can then now paste in our IP Address
- Download Windows App from the App Store
- Open the application and click the + sign and then Add PC
- Paste the public IP address from the created Virtual Machine on PC Name and select Add
-
Double-click on the virtual machine and enter the username and password from step 4
-
Congratulations! You have created your first virtual machine within Azure!
🎉You’ve successfully created a Vitrual Machine in Azure🎉


























