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)

PPTX
Microsoft azure overview
PDF
Azure 103 Certification Course
PDF
Azure Administrator Interview Questions By ScholarHat
PPTX
Automating Azure VMs with PowerShell
PDF
Az 104 session 3 azure compute
PPTX
KD2017_Uvod u Azure IaaS
PPTX
Azure Fubdamentals (Az-900) presentation.
PPTX
Deep dive into azure virtual machines
DOCX
Install windows sql 2016 enter prise on azure portal cloud step by step with ...
PPTX
Azure IaaS Tanıtım - Uzun Anlatım
PDF
Introduction to Windows Azure
PDF
Azure Cloud Dev Camp - App Platform
PDF
Azure Guide Azure Guide Azure Guide Azure Guide Azure Guide Azure GuideAzure ...
PDF
INE-Azure-Fundamentals-Azure-Architecture-Course-File.pdf
PDF
Programming Windows Azure Programming the Microsoft Cloud 1st Edition Sriram ...
PPTX
Creating a gallery image for Azure marketplace
PPTX
Enterprise Dev Test offer Customer ready.pptx
PDF
Microsoft certified azure developer associate
PDF
MS Azure for Beginners Getting Started with Cloud Computing for Businesses.pdf
PDF
Azure hands on lab
Microsoft azure overview
Azure 103 Certification Course
Azure Administrator Interview Questions By ScholarHat
Automating Azure VMs with PowerShell
Az 104 session 3 azure compute
KD2017_Uvod u Azure IaaS
Azure Fubdamentals (Az-900) presentation.
Deep dive into azure virtual machines
Install windows sql 2016 enter prise on azure portal cloud step by step with ...
Azure IaaS Tanıtım - Uzun Anlatım
Introduction to Windows Azure
Azure Cloud Dev Camp - App Platform
Azure Guide Azure Guide Azure Guide Azure Guide Azure Guide Azure GuideAzure ...
INE-Azure-Fundamentals-Azure-Architecture-Course-File.pdf
Programming Windows Azure Programming the Microsoft Cloud 1st Edition Sriram ...
Creating a gallery image for Azure marketplace
Enterprise Dev Test offer Customer ready.pptx
Microsoft certified azure developer associate
MS Azure for Beginners Getting Started with Cloud Computing for Businesses.pdf
Azure hands on lab
Ad

Recently uploaded (20)

PPT
Teaching material agriculture food technology
PDF
Encapsulation_ Review paper, used for researhc scholars
PPTX
Big Data Technologies - Introduction.pptx
PDF
Empathic Computing: Creating Shared Understanding
PDF
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
PDF
Dropbox Q2 2025 Financial Results & Investor Presentation
PDF
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
PDF
Machine learning based COVID-19 study performance prediction
PDF
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
PPTX
Tartificialntelligence_presentation.pptx
PPTX
Group 1 Presentation -Planning and Decision Making .pptx
PDF
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
PDF
Advanced methodologies resolving dimensionality complications for autism neur...
PDF
Encapsulation theory and applications.pdf
PDF
Agricultural_Statistics_at_a_Glance_2022_0.pdf
PDF
MIND Revenue Release Quarter 2 2025 Press Release
PDF
Getting Started with Data Integration: FME Form 101
PDF
Mobile App Security Testing_ A Comprehensive Guide.pdf
PDF
cuic standard and advanced reporting.pdf
PDF
Optimiser vos workloads AI/ML sur Amazon EC2 et AWS Graviton
Teaching material agriculture food technology
Encapsulation_ Review paper, used for researhc scholars
Big Data Technologies - Introduction.pptx
Empathic Computing: Creating Shared Understanding
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
Dropbox Q2 2025 Financial Results & Investor Presentation
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
Machine learning based COVID-19 study performance prediction
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
Tartificialntelligence_presentation.pptx
Group 1 Presentation -Planning and Decision Making .pptx
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
Advanced methodologies resolving dimensionality complications for autism neur...
Encapsulation theory and applications.pdf
Agricultural_Statistics_at_a_Glance_2022_0.pdf
MIND Revenue Release Quarter 2 2025 Press Release
Getting Started with Data Integration: FME Form 101
Mobile App Security Testing_ A Comprehensive Guide.pdf
cuic standard and advanced reporting.pdf
Optimiser vos workloads AI/ML sur Amazon EC2 et AWS Graviton

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 [email protected]
  • 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.