Azure is a cloud computing platform and an online portal that allows you to access and manage cloud services and resources provided by Microsoft. To get access to these resources and services, all you need to have is an active internet connection and the ability to connect to the Azure portal. This guide will demonstrate how to create an Azure account and create a virtual machine.
- Computer with Internet Connection
- Credit Card (Required for free Azure credits)
- Select Start Free
- Follow the prompt to create the account
- You will need to put in your credit card information, but you will 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!
- You may also go to portal.azure.com to start
- Go to the search bar at the top and search "resource group"
- Select Create Resource Group
- You will need to name the resource group and select the region
- Select Review + Create on the lower left
- For this example, we will be using RG-Lab-1 for the name and (US) East US 2 for the region
- Go to the search bar and search "storage account"
- Select Create Storage Account
- You will need to select the same resource group, the same region, and create a name for the storage group
- For this example, we will name the storage group "rglab1"
- Use the same resource group and region as step 2
- Select Review, then Create
- Go to the search bar and search "virtual machine"
- Select Create, then select Azure Virtual Machine
- You will need to select the same resource group, the same region, and create a name for the virtual machine
- For thise example, we will name the virtual machine "virtualmachine"
- Use the same resource group and region as steps 2 and 3
- You will then need to select the image and disk size
- For image we will use Windows 10 Pro
- For size, select See All Sizes and select Standard D2as_v4
- You will then need to make a username and password
- For username, we will use "labuser"
- Create your own password
- Click the box under licensing and finally click Review + Create
- First, you will need to find the public IP address of your virtual machine
- Select the virtual machine we created and the public IP address will be on the right-hand side of the screen
- Copy the public IP address
-
Mac Users
- Download Microsoft Remote Desktop
- Open the application and click Add PC
- Paste the public IP address and select Add
- Double-click on the virtual machine and enter the username and password from step 4
- Select Continue
-
Windows Users
- Open and use Remote Desktop
- Paste the public IP Address and select Connect
- Enter the username and password from step 4
- Select OK
You have created your first virtual machine within Azure!












