Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
How to create VM in Azure?
Home
Azure
How to create VM in Azure?
0
votes
asked
Oct 2, 2021
in
Azure
by
Robin
How to create VM in Azure?
azure-vm
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Oct 2, 2021
by
Robin
Steps to Create an Azure Virtual Machine (VM)
Log in to the Azure Portal.
Click on Create Resource and select Windows Server 2016 Datacenter.
Fill in the Subscription, resource group name and VM name and image.
Click on the Change Size hyperlink and choose the desire configuration. Select region accordingly. Standard DS1 v2 size is selected by default.
Key in the administrator account credentials and Inbound ports.
Click on the Next button to go to the Disks section.
Select the OS disk type – Premium SSD, Standard SSD and Standard HDD.
Select the OS disk type – Premium SSD, Standard SSD and Standard HDD.
Create a Virtual Network for the Virtual Machine and assign a subnet to it.
Click on Next to configure the management section.
Click Next to go to Guest Configs.
Click on Next to go to Tags sections.
Click on Next and review all the settings selected. Click on create.
Go to the All Resources section on the left panel and see the created resources:
Virtual machine
OS Disk
Network Interface
Public IP
Network Security Group
Virtual Network
Storage Account
Recovery Service Vault
Click on Virtual machine to get the RDP file.
...