Skip to content

mmej181/vmintro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 

Repository files navigation

Getting Started with Virtual Machines

This project is a tutorial on creating and using a virtual machine in Azure.

How to:

Create Azure Virtual Machines

Use Remote Desktop to operate a VM

Technologies Used

  • Azure (VMs/Compute)
  • Remote Desktop (RDP)

OS Used

  • Windows 10 (21H2)

Stages

  • Create
  • Use

Stage 1: Create

Step 1: Navigate to azure.microsft.com

Step 2: Open a free Azure account (this is referred to as setting up your tenant and subscription).

Step 3: Search ‘Resource Groups’ and create a Resource Group. When setting up, choose the region most local to you. Click “Review + Create”, then click “Create” on the next page.

Step 4: Create a Storage Account which will hold your Virtual Machine. Ensure it is also in the same region as your resource group.

Step 5: Search ‘Virtual Machines’ and click Create to select the option titled ‘Azure Virtual Machine’. Choose the location of the virtual machine to be in the resource group and storage account that you created previously.

Step 6: Give your Virtual Machine a name and select the same region used for your resource group. Click Image and choose an operating system and for size select the desired CPU specifications. Create a username and password for the administrator account. Check the box called licensing; then click ‘Review + Create’. Last, click ‘Create’.


Stage 2: Use

Step 7: Search ‘Virtual Machines’ in the Azure portal’s search bar.

Step 8: Open the overview page of your VM and locate the public IP address. Copy this IP address to your clipboard.

Step 9: For Windows, type in “remote desktop”; then paste the Azure VM’s public IP address. When prompted enter your username and password you created for this virtual machine. For Mac, download the Microsoft Remote Desktop app from the app store. Click ‘Add PC’ and paste the public IP address of your VM where it says ‘PC Name’. Then enter your username and password you created previously and click save.

Step 10: Click on the PC to load and access your virtual machine.


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors