SlideShare a Scribd company logo
Create and Configure a VM in the Azure Step by Step
Basic Lab (V2.0)
Ahmed Abdelwahed
Microsoft Certified Trainer
Ahmed_abdulwahed@outlook.com
Create and Configure a VM in the Azure Step by Step
2 | P a g e
http://www.mycertprofile.com/Profile/3992184764
Contents
Create Windows Server 2016 VM On Microsoft Azure.............................................................................................................3
Create Windows Server 2016 Data Center VM step by step ................................................................................................3
Access Azure VM ...................................................................................................................................................................8
Configure Windows Server 2016 VM on Azure.......................................................................................................................10
Network...............................................................................................................................................................................10
Assign static IP address for Azure VM.............................................................................................................................10
Configure DNS .................................................................................................................................................................12
Storage ................................................................................................................................................................................13
Create and attach data disk to Azure VM .......................................................................................................................13
Create and Configure a VM in the Azure Step by Step
3 | P a g e
http://www.mycertprofile.com/Profile/3992184764
Install Windows Server 2016 VM On Microsoft Azure
Install Windows Server 2016 Data Center VM step by step
1. Login to Microsoft Azure Portal and follow steps as explained in the figures below.
Create and Configure a VM in the Azure Step by Step
4 | P a g e
http://www.mycertprofile.com/Profile/3992184764
2. Configure VM basic settings including:
1- VM Name (special characters not allowed)
2- Hard Disk type: SSD or HDD
3- Create a local account on the VM with strong password (used for sign in to the VM).
4- Select your subscription.
5- Use exiting resource group or create new one
6- Azure allows you to create resources, such as VMs, in geographic regions, so select
region where you want the VM to run (There are 34 geographic regions for Microsoft
Azure).
Resource group is logically group related resources such as storage
accounts, virtual networks, and virtual machines (VMs) to deploy, manage,
and maintain them as a single entity.
docs.microsoft.com
Create and Configure a VM in the Azure Step by Step
5 | P a g e
http://www.mycertprofile.com/Profile/3992184764
3. Select VM size that will determine VM configuration including RAM size, processor cores,
storage size which will affect estimated monthly cost. In this lab DS1_V2 Standard is our
selected VM size.
Create and Configure a VM in the Azure Step by Step
6 | P a g e
http://www.mycertprofile.com/Profile/3992184764
4. Configure optional features for example you can create virtual network and assign specific IP
addresses to it or you can leave this option by default and azure will configure this options for
you.
Create and Configure a VM in the Azure Step by Step
7 | P a g e
http://www.mycertprofile.com/Profile/3992184764
5. Before start VM creation Azure validate your configuration
Create and Configure a VM in the Azure Step by Step
8 | P a g e
http://www.mycertprofile.com/Profile/3992184764
Access Azure VM
Once your VM is created Microsoft Azure assign public IP address to it so you can access your VM
through Remote Desktop with your local account credentials that you are created.
Now you can connect through remote desktop by click Connect tab as explained in the figures
below
Create and Configure a VM in the Azure Step by Step
9 | P a g e
http://www.mycertprofile.com/Profile/3992184764
Create and Configure a VM in the Azure Step by Step
10 | P a g e
http://www.mycertprofile.com/Profile/3992184764
Finally, we sign in Windows Server 2016 VM which we created.
Configure Windows Server 2016 VM on Azure
Network
Assign static IP address for Azure VM
By default, there is two IP address assign dynamically to your VM one private and another is public, to
change private IP address for Azure VM you should finish it from Azure Portal, as explained in the figures
below:
1- Select your VM on azure portal, and select network interfaces
Create and Configure a VM in the Azure Step by Step
11 | P a g e
http://www.mycertprofile.com/Profile/3992184764
2- Select VM NIC
3- Select IP Configuration
Create and Configure a VM in the Azure Step by Step
12 | P a g e
http://www.mycertprofile.com/Profile/3992184764
4- select static and change your IP
5- after changing VM IP address restart the VM.
Configure DNS
Also, you can change DNS configuration as explained in the figures below.
Create and Configure a VM in the Azure Step by Step
13 | P a g e
http://www.mycertprofile.com/Profile/3992184764
Now check your network configuration from VM
Storage
By default, azure VM come with two partition one for OS (formally C drive with maximum capacity 1023
GB) and another disk is temporary (only store data such as page files, and data on this partition will be
lost during reboot or maintenance), the virtual hard disks (VHDs) stored in an Azure storage account.
another type of VM disks called Data disk this disk working as permanent storage so you can store your
application data or any other data type you want to keep.
Create and attach data disk to Azure VM
1- OS and temporary partitions.
Create and Configure a VM in the Azure Step by Step
14 | P a g e
http://www.mycertprofile.com/Profile/3992184764
2- From azure portal, select VM you want to add data disk, and follow instructions that explained in
the figures below.
Create and Configure a VM in the Azure Step by Step
15 | P a g e
http://www.mycertprofile.com/Profile/3992184764
3- Follow the instructions below to add new data disk
1. Disk name, select friendly name
2. Source type, first option is new (empty disk) to create a new empty disk. Second option is
existing blob for attach existing disk
3. Select account type, premium which support SSD or standard which support HDD.
4. Disk size, maximum 1 GB
5. Storage container, browse to select storage account and container where the new disk stored.
You can select existing storage account or create new one.
6. Add new storage account, in our scenario we will create a new storage account
7. Storage account name
Create and Configure a VM in the Azure Step by Step
16 | P a g e
http://www.mycertprofile.com/Profile/3992184764
4- Create container where your disk stored
Create and Configure a VM in the Azure Step by Step
17 | P a g e
http://www.mycertprofile.com/Profile/3992184764
Save, now your disk is ready to initialize from disk management inside the VM.
Create and Configure a VM in the Azure Step by Step
18 | P a g e
http://www.mycertprofile.com/Profile/3992184764
5- Initialize and format the new data disk, as explained in the figures below (instructions inside the
VM)
Create and Configure a VM in the Azure Step by Step
19 | P a g e
http://www.mycertprofile.com/Profile/3992184764
Create and Configure a VM in the Azure Step by Step
20 | P a g e
http://www.mycertprofile.com/Profile/3992184764
Create and Configure a VM in the Azure Step by Step
21 | P a g e
http://www.mycertprofile.com/Profile/3992184764
Create and Configure a VM in the Azure Step by Step
22 | P a g e
http://www.mycertprofile.com/Profile/3992184764
6- Finally, your disk initialized and ready to store your data.

More Related Content

PDF
Install active directory on windows server 2016 step by step
PDF
Hyper v replication on windows server 2016 step by step
PDF
L2 tp i-psec vpn on windows server 2016 step by step
PDF
Install and configure windows server 2016 core on hyper v 2016 step by step
PDF
Iscsi storage in windows server 2016 step by step
PDF
Install and manage windows nano server 2016 step by step
PDF
Installing and configuring a dhcp on windows server 2016 step by step
PDF
Windows server 2016 storage step by step complete lab
Install active directory on windows server 2016 step by step
Hyper v replication on windows server 2016 step by step
L2 tp i-psec vpn on windows server 2016 step by step
Install and configure windows server 2016 core on hyper v 2016 step by step
Iscsi storage in windows server 2016 step by step
Install and manage windows nano server 2016 step by step
Installing and configuring a dhcp on windows server 2016 step by step
Windows server 2016 storage step by step complete lab

What's hot (20)

PDF
File server resource manager (fsrm) in windows server 2016
PPSX
Installing windows server 2016 TP 4
PDF
How to publish your NAS on the Internet?
PDF
Inmagic Content Server Enterprise/Standard v1.3 Install Notes
PDF
Installing and Setup Web Server
PDF
Pandora FMS: Cisco Remote inventory modules
PDF
Pandora FMS: Raven DB Plugin
PDF
Oracle vm
PDF
Weblogic installation in linux
DOCX
harjotverma_assign3
PDF
O C S Inventory N G Installation And Administration Guide 1
PDF
Microsoft Certifications 70-410 dumps
PDF
Free ERP 2BizBox Quick Start Tutorial
PDF
All database solution-Installing Micosoft SQL Server 2016
PDF
Oracle virtual server-2-t0-3-upgrade
PDF
Netxms install guide
PDF
Clouldera Implementation Guide for Production Deployments
PPTX
Uponor Exadata e-Business Suite Migration Case Study
PPTX
HCL Domino V12 Key Security Features Overview
PDF
System Engineer: OpenLDAP and Samba Server
File server resource manager (fsrm) in windows server 2016
Installing windows server 2016 TP 4
How to publish your NAS on the Internet?
Inmagic Content Server Enterprise/Standard v1.3 Install Notes
Installing and Setup Web Server
Pandora FMS: Cisco Remote inventory modules
Pandora FMS: Raven DB Plugin
Oracle vm
Weblogic installation in linux
harjotverma_assign3
O C S Inventory N G Installation And Administration Guide 1
Microsoft Certifications 70-410 dumps
Free ERP 2BizBox Quick Start Tutorial
All database solution-Installing Micosoft SQL Server 2016
Oracle virtual server-2-t0-3-upgrade
Netxms install guide
Clouldera Implementation Guide for Production Deployments
Uponor Exadata e-Business Suite Migration Case Study
HCL Domino V12 Key Security Features Overview
System Engineer: OpenLDAP and Samba Server
Ad

Similar to Create and Configure Windows Server 2016 VM in the Azure Step by Step (20)

PDF
Quick-Start Guide: Deploying Your Cloudian HyperStore Hybrid Storage Service
PDF
Azure hands on lab
PDF
How to become cloud backup provider
DOC
Manual 70-410 _Yves
PPTX
SQL2014 Big Data Module 3 best database in the word
PDF
How to become cloud backup provider with Cloudian HyperStore and CloudBerry L...
PDF
Installation and c onfiguration
PDF
SCVM_Deployment_VMware_OVA.pdf
PDF
Step by step installation of microsoft dynamics 365 finance and operations on...
PDF
Aspnet mtwaa using_storage_tables_queues_and_blobs
PPTX
Exploring App fabric
PDF
How to Become Cloud Backup Provider
PDF
Hdf installing-hdf
PDF
HDinsight Workshop - Prerequisite Activity
PDF
VMware Cookbook A Real World Guide to Effective VMware Use Second Edition Rya...
PDF
Credentials and VM Installation - Basic course.pdf
PDF
CloudStack - Top 5 Technical Issues and Troubleshooting
ODP
Guaranteeing CloudStack Storage Performance
PDF
How to backup and restore a vm using veeam
DOCX
Creating Virtual Infrastructure
Quick-Start Guide: Deploying Your Cloudian HyperStore Hybrid Storage Service
Azure hands on lab
How to become cloud backup provider
Manual 70-410 _Yves
SQL2014 Big Data Module 3 best database in the word
How to become cloud backup provider with Cloudian HyperStore and CloudBerry L...
Installation and c onfiguration
SCVM_Deployment_VMware_OVA.pdf
Step by step installation of microsoft dynamics 365 finance and operations on...
Aspnet mtwaa using_storage_tables_queues_and_blobs
Exploring App fabric
How to Become Cloud Backup Provider
Hdf installing-hdf
HDinsight Workshop - Prerequisite Activity
VMware Cookbook A Real World Guide to Effective VMware Use Second Edition Rya...
Credentials and VM Installation - Basic course.pdf
CloudStack - Top 5 Technical Issues and Troubleshooting
Guaranteeing CloudStack Storage Performance
How to backup and restore a vm using veeam
Creating Virtual Infrastructure
Ad

Recently uploaded (20)

PDF
Spectral efficient network and resource selection model in 5G networks
PDF
Encapsulation theory and applications.pdf
PDF
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
PDF
Mobile App Security Testing_ A Comprehensive Guide.pdf
PPTX
Understanding_Digital_Forensics_Presentation.pptx
PPTX
Cloud computing and distributed systems.
PDF
Dropbox Q2 2025 Financial Results & Investor Presentation
PDF
Unlocking AI with Model Context Protocol (MCP)
PPTX
Programs and apps: productivity, graphics, security and other tools
DOCX
The AUB Centre for AI in Media Proposal.docx
PDF
Optimiser vos workloads AI/ML sur Amazon EC2 et AWS Graviton
PDF
Chapter 3 Spatial Domain Image Processing.pdf
PPTX
20250228 LYD VKU AI Blended-Learning.pptx
PPTX
ACSFv1EN-58255 AWS Academy Cloud Security Foundations.pptx
PDF
Profit Center Accounting in SAP S/4HANA, S4F28 Col11
PPTX
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
PDF
MIND Revenue Release Quarter 2 2025 Press Release
PDF
Reach Out and Touch Someone: Haptics and Empathic Computing
PDF
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
PPTX
sap open course for s4hana steps from ECC to s4
Spectral efficient network and resource selection model in 5G networks
Encapsulation theory and applications.pdf
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
Mobile App Security Testing_ A Comprehensive Guide.pdf
Understanding_Digital_Forensics_Presentation.pptx
Cloud computing and distributed systems.
Dropbox Q2 2025 Financial Results & Investor Presentation
Unlocking AI with Model Context Protocol (MCP)
Programs and apps: productivity, graphics, security and other tools
The AUB Centre for AI in Media Proposal.docx
Optimiser vos workloads AI/ML sur Amazon EC2 et AWS Graviton
Chapter 3 Spatial Domain Image Processing.pdf
20250228 LYD VKU AI Blended-Learning.pptx
ACSFv1EN-58255 AWS Academy Cloud Security Foundations.pptx
Profit Center Accounting in SAP S/4HANA, S4F28 Col11
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
MIND Revenue Release Quarter 2 2025 Press Release
Reach Out and Touch Someone: Haptics and Empathic Computing
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
sap open course for s4hana steps from ECC to s4

Create and Configure Windows Server 2016 VM in the Azure Step by Step

  • 1. Create and Configure a VM in the Azure Step by Step Basic Lab (V2.0) Ahmed Abdelwahed Microsoft Certified Trainer Ahmed_abdulwahed@outlook.com
  • 2. Create and Configure a VM in the Azure Step by Step 2 | P a g e http://www.mycertprofile.com/Profile/3992184764 Contents Create Windows Server 2016 VM On Microsoft Azure.............................................................................................................3 Create Windows Server 2016 Data Center VM step by step ................................................................................................3 Access Azure VM ...................................................................................................................................................................8 Configure Windows Server 2016 VM on Azure.......................................................................................................................10 Network...............................................................................................................................................................................10 Assign static IP address for Azure VM.............................................................................................................................10 Configure DNS .................................................................................................................................................................12 Storage ................................................................................................................................................................................13 Create and attach data disk to Azure VM .......................................................................................................................13
  • 3. Create and Configure a VM in the Azure Step by Step 3 | P a g e http://www.mycertprofile.com/Profile/3992184764 Install Windows Server 2016 VM On Microsoft Azure Install Windows Server 2016 Data Center VM step by step 1. Login to Microsoft Azure Portal and follow steps as explained in the figures below.
  • 4. Create and Configure a VM in the Azure Step by Step 4 | P a g e http://www.mycertprofile.com/Profile/3992184764 2. Configure VM basic settings including: 1- VM Name (special characters not allowed) 2- Hard Disk type: SSD or HDD 3- Create a local account on the VM with strong password (used for sign in to the VM). 4- Select your subscription. 5- Use exiting resource group or create new one 6- Azure allows you to create resources, such as VMs, in geographic regions, so select region where you want the VM to run (There are 34 geographic regions for Microsoft Azure). Resource group is logically group related resources such as storage accounts, virtual networks, and virtual machines (VMs) to deploy, manage, and maintain them as a single entity. docs.microsoft.com
  • 5. Create and Configure a VM in the Azure Step by Step 5 | P a g e http://www.mycertprofile.com/Profile/3992184764 3. Select VM size that will determine VM configuration including RAM size, processor cores, storage size which will affect estimated monthly cost. In this lab DS1_V2 Standard is our selected VM size.
  • 6. Create and Configure a VM in the Azure Step by Step 6 | P a g e http://www.mycertprofile.com/Profile/3992184764 4. Configure optional features for example you can create virtual network and assign specific IP addresses to it or you can leave this option by default and azure will configure this options for you.
  • 7. Create and Configure a VM in the Azure Step by Step 7 | P a g e http://www.mycertprofile.com/Profile/3992184764 5. Before start VM creation Azure validate your configuration
  • 8. Create and Configure a VM in the Azure Step by Step 8 | P a g e http://www.mycertprofile.com/Profile/3992184764 Access Azure VM Once your VM is created Microsoft Azure assign public IP address to it so you can access your VM through Remote Desktop with your local account credentials that you are created. Now you can connect through remote desktop by click Connect tab as explained in the figures below
  • 9. Create and Configure a VM in the Azure Step by Step 9 | P a g e http://www.mycertprofile.com/Profile/3992184764
  • 10. Create and Configure a VM in the Azure Step by Step 10 | P a g e http://www.mycertprofile.com/Profile/3992184764 Finally, we sign in Windows Server 2016 VM which we created. Configure Windows Server 2016 VM on Azure Network Assign static IP address for Azure VM By default, there is two IP address assign dynamically to your VM one private and another is public, to change private IP address for Azure VM you should finish it from Azure Portal, as explained in the figures below: 1- Select your VM on azure portal, and select network interfaces
  • 11. Create and Configure a VM in the Azure Step by Step 11 | P a g e http://www.mycertprofile.com/Profile/3992184764 2- Select VM NIC 3- Select IP Configuration
  • 12. Create and Configure a VM in the Azure Step by Step 12 | P a g e http://www.mycertprofile.com/Profile/3992184764 4- select static and change your IP 5- after changing VM IP address restart the VM. Configure DNS Also, you can change DNS configuration as explained in the figures below.
  • 13. Create and Configure a VM in the Azure Step by Step 13 | P a g e http://www.mycertprofile.com/Profile/3992184764 Now check your network configuration from VM Storage By default, azure VM come with two partition one for OS (formally C drive with maximum capacity 1023 GB) and another disk is temporary (only store data such as page files, and data on this partition will be lost during reboot or maintenance), the virtual hard disks (VHDs) stored in an Azure storage account. another type of VM disks called Data disk this disk working as permanent storage so you can store your application data or any other data type you want to keep. Create and attach data disk to Azure VM 1- OS and temporary partitions.
  • 14. Create and Configure a VM in the Azure Step by Step 14 | P a g e http://www.mycertprofile.com/Profile/3992184764 2- From azure portal, select VM you want to add data disk, and follow instructions that explained in the figures below.
  • 15. Create and Configure a VM in the Azure Step by Step 15 | P a g e http://www.mycertprofile.com/Profile/3992184764 3- Follow the instructions below to add new data disk 1. Disk name, select friendly name 2. Source type, first option is new (empty disk) to create a new empty disk. Second option is existing blob for attach existing disk 3. Select account type, premium which support SSD or standard which support HDD. 4. Disk size, maximum 1 GB 5. Storage container, browse to select storage account and container where the new disk stored. You can select existing storage account or create new one. 6. Add new storage account, in our scenario we will create a new storage account 7. Storage account name
  • 16. Create and Configure a VM in the Azure Step by Step 16 | P a g e http://www.mycertprofile.com/Profile/3992184764 4- Create container where your disk stored
  • 17. Create and Configure a VM in the Azure Step by Step 17 | P a g e http://www.mycertprofile.com/Profile/3992184764 Save, now your disk is ready to initialize from disk management inside the VM.
  • 18. Create and Configure a VM in the Azure Step by Step 18 | P a g e http://www.mycertprofile.com/Profile/3992184764 5- Initialize and format the new data disk, as explained in the figures below (instructions inside the VM)
  • 19. Create and Configure a VM in the Azure Step by Step 19 | P a g e http://www.mycertprofile.com/Profile/3992184764
  • 20. Create and Configure a VM in the Azure Step by Step 20 | P a g e http://www.mycertprofile.com/Profile/3992184764
  • 21. Create and Configure a VM in the Azure Step by Step 21 | P a g e http://www.mycertprofile.com/Profile/3992184764
  • 22. Create and Configure a VM in the Azure Step by Step 22 | P a g e http://www.mycertprofile.com/Profile/3992184764 6- Finally, your disk initialized and ready to store your data.