- Microsoft Azure (Virtual Machine)
- Windows 10 (21H2)
- Create an Azure Tenant and Subscription.
- Create a Resource Group in Azure.
- Creat a Virtual Network and a Subnet, while creating your virtual machine.
- Create a Virtual Machine.
- Create a free Azure subscription. You'll need a credit card for this but dont worry, It's free. Go to google and type in, "free Azure account". Then, choose start with $200 Azure credit and follow the instruction. This should give you $200 in credit for 30 days.
2. After you created your free subscription you can look up "Resource Group" in the search bar at the top or click the Resource Group icon. Click create, type the name of the Resource group you desire (I chose "RG-osTicket" for this project), choose your region, click Review + create at the bottom left, once the validation passed you can click create as shown in the pictures below. You now have created a Resource Group.
3. In order to create a Virtual Network and a Subnet, you need to create a Virtual Machine first. So, go back to the main Azure page, type in Virtual Machine on the search bar or click on the Virtual Machine icon then, click create and choose Azure Virtual Machine. Select the same Resource Group you just created, name the Virtual Machine you desire (I chose "vm-osticket" for this project), pick the same region from the Resource Group you created and for operating system choose Windows 10 Pro as shown in the pictures below. Then, scroll down for more options.
4. Select the size of your virtual cpu (vcpus, at least 2 vcpus with 16GB memory, in this project I chose 4 vcpus), create a username and a password and make sure to write it down so you won't forget, check the box at the bottom left to confirm then click Next to Disks.
5. Keep everything as is for Disks section then, click Next to Networking.
6. Under Networking, It should have automatically created a Virtual Network, default Subnet and an IP Address, so choose the given options then, click Review + create at the bottom left corner.
7. Once the validation passed, click create to create the Virtual Machine.
8. Finally, after deployment is complete, click Go To Resource or type in Virtual Machine on the search bar to view the Virtual Machine you just created. CONGRATULATIONS! You now have created your first Virtual Machine in Azure!