- Computer with Internet Connection
- Credit Card (Required for free Azure credits)
Create an Azure account here.
- 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) West 3 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
🎉Congratulations! You have created your first virtual machine within Azure!🎉
- If you want to save your free $200 credits, make sure you delete ALL your resources and resource groups after finishing!