SlideShare a Scribd company logo
1 of 38
Download to read offline
AZURE HANDS-ON LAB
Build your Infrastructure in the Cloud using Windows Azure IaaS
Atanas Gergiminov
2017
Azure Hands-on Lab
1
Lab Task 1
Activating Microsoft Azure Subscription Using Azure Pass
Creating an Azure Pass subscription is a two step process.
• Redeem your Azure Pass Promo Code
• Activate your subscription
Redeeming a Microsoft Azure Pass Promo Code:
1. Open a browser and navigate to:
http://www.microsoftazurepass.com
It is recommended you use an In-Private Browser session. Other log-ins can persist
and cause errors during the activation step.
2. Select your country in the drop down menu.
Enter your Azure Pass Promo Code.
Click Submit.
3. Click Sign in to sign into your Microsoft Account (Live ID) or Organizational
Account (Org ID).
The Azure subscription will be created in this account
Azure Hands-on Lab
2
If you do not have a Microsoft Account or Org ID you can create one by clicking on
the https://signup.live.com
4. Enter your account login information and select Sign In.
Or
If your account is both a Live ID and Org ID please select which account you would
like to use.
Azure Hands-on Lab
3
5. Confirm Information
Click Submit
Azure Hands-on Lab
4
6. Click Activate
Activating a Microsoft Azure Pass Subscription:
1. Fill Out the Requested Information
This needs to match your account information
Click Sign up
Azure Hands-on Lab
5
2. It make take a few minutes, DO NOT refresh or close your browser.
3. Your subscription has been created and is being provisioned, this can take up to
10 minutes.
After your subscription is provisioned you can start using by clicking Portal.
In the future you can navigate directly to the management portal:
https://portal.azure.com
Azure Hands-on Lab
6
Lab Task 2
Create Resource groups
1. Open the Azure Portal (https://portal.azure.com), open Resource groups and click
the Add button.
2. In the Resource group blade, type CorpNet for the Resource group name, choose
the nearest region (North Europe) for the Resource group location then click the
Create button.
Azure Hands-on Lab
7
Lab Task 3
Networking
To create a VNet in the Resource Manager deployment model by using the Azure
portal, follow the steps below.
Part 1: Create VNET
1. Click the NEW button.
2. Click the Networking category
3. Click Virtual Network.
4. Select a deployment model to Resource Manager and click Create
5. Name the Virtual Network CorpVNET.
6. Specify the following configuration in Address space tile and changing the values:
Address space CIDR block: 10.0.0.0/24
Subnet name: default
Subnet CIDR block: 10.0.0.0/25
Azure Hands-on Lab
8
This will allocate an address block of up to 256 addresses (251 usable as the first 4
and last IP are reserved).
7. Select Use existing and choose previously created resource group CorpNet.
Configure the region where the virtual network will be created. For Location choose
North Europe.
8. Click the Create button to create the virtual network.
Azure Hands-on Lab
9
Part 2: Create a virtual network gateway
Point-to-site connections require the following settings:
Gateway type: VPN
VPN type: Route-based
1. Click the NEW button.
2. Click the Networking category
3. Click Virtual network gateway.
4. Name the Virtual network gateway CorpGW
5. Gateway type: Select VPN. VPN gateways use the virtual network gateway type
VPN. VPN type: Select the VPN type Route-based. SKU: Select Standard gateway
SKU from the dropdown.
Azure Hands-on Lab
10
6. Choose the virtual network to which you want to add this gateway. Click Virtual
network to open the Choose a virtual network blade. Select the CorpVNet. If you
don't see your VNet, make sure the Location field is pointing to the region in which
your virtual network is located.
7. Choose a public IP address. Click Public IP address to open the Choose public IP
address blade. Click +Create New to open the Create public IP address blade. Input
a name CorpGW for your public IP address. This blade creates a public IP address
object to which a public IP address will be dynamically assigned.
Click OK to save your changes to this blade.
8. Subscription: Verify that the correct subscription is selected.
Resource group: This setting is determined by the Virtual Network that you select.
Don't adjust the Location after you've specified the previous settings.
Verify the settings. You can select Pin to dashboard at the bottom of the blade if
you want your gateway to appear on the dashboard.
Click Create to begin creating the gateway.
Azure Hands-on Lab
11
The settings will be validated and you'll see the "Deploying Virtual network
gateway" tile on the dashboard. Creating a gateway can take up to 45 minutes. You
may need to refresh your portal page to see the completed status.
After the gateway is created, you can view the IP address that has been assigned to
it by looking at the virtual network in the portal. The gateway will appear as a
connected device. You can click the connected device (your virtual network
gateway) to view more information.
Azure Hands-on Lab
12
Part 3: Generate certificates
Certificates are used by Azure to authenticate VPN clients for Point-to-Site VPNs.
You export public certificate data (not the private key) as a Base-64 encoded X.509
.cer file from either a root certificate generated by an enterprise certificate solution,
or a self-signed root certificate. You then import the public certificate data from the
root certificate to Azure. Additionally, you need to generate a client certificate from
the root certificate for clients. Each client that wants to connect to the virtual
network using a P2S connection must have a client certificate installed that was
generated from the root certificate.
Create a self-signed certificate
The following steps walk you through creating a self-signed certificate using
makecert. These steps are not deployment-model specific. They are valid for both
Resource Manager and classic.
1. Download makecert from http://bit.ly/2meC5gX
2. Run AZCerts.bat file as Administrator
This file will be run following commands:
makecert.exe -sky exchange -r -n "CN=AzureRoot" -pe -a sha256 -len 2048 -ss My "AzureRoot.cer"
makecert.exe -n "CN=AzureClient" -pe -sky exchange -m 96 -ss My -in "AzureRoot" -is my -a sha256
Azure Hands-on Lab
13
3. Double click on newly created AzureRoot.cer file, go to Details > Copy to File…
Export the root certificate as a Base-64 encoded X.509 (.cer) file. You need to export
it in this format so that you can open the certificate with text editor.
Azure Hands-on Lab
14
4. Save file as Azure.cer name
5. Once the virtual network gateway has been created, navigate to the Settings
section of the virtual network gateway blade. In the Settings section, click Point-to-
site configuration to open the Configuration blade.
Azure Hands-on Lab
15
6. Address pool is the pool of IP addresses from which clients that connect will
receive an IP address. Add the address pool 172.16.1.0/24, and then click Save.
7. Upload the root certificate .cer file
Open the certificate Azure.cer with a text editor, such as Notepad. Copy only the
following section as one continuous line:
Azure Hands-on Lab
16
8. Paste the certificate data into the Public Certificate Data field. Name the
certificate, and then click Save.
9. Download and install the VPN client configuration package
Clients connecting to Azure using P2S must have both a client certificate, and a VPN
client configuration package installed. VPN client configuration packages are
available for Windows clients.
The VPN client package contains information to configure the VPN client software
that is built into Windows. The configuration is specific to the VPN that you want to
connect to. The package does not install additional software.
On the Point-to-site configuration blade, click Download VPN client to open the
Download VPN client blade.
10. Select the correct package for your client, then click Download. For 64-bit
clients, select AMD64. For 32-bit clients, select x86.
Azure Hands-on Lab
17
11. Install the package on the client computer. If you get a SmartScreen popup, click
More info, then Run anyway to install the package.
12. On the client computer, navigate to Network Settings and click VPN. You will see
the connection listed. It will show the name of the virtual network that it will
connect to
13. Connect to Azure
To connect to your CorpVNet, on the client computer, navigate to VPN connections
and locate the VPN connection that you created. It is named the same name as your
virtual network. Click Connect. A pop-up message may appear that refers to using
the certificate. If this happens, click Continue to use elevated privileges.
On the Connection status page, click Connect to start the connection. If you see a
Select Certificate screen, verify that the client certificate showing is the one that you
want to use to connect. If it is not, use the drop-down arrow to select the correct
certificate, and then click OK.
Azure Hands-on Lab
18
14. Your connection should now be established.
Azure Hands-on Lab
19
Lab Task 4
Create Storage Account
1. Click on New > Data + Storage > Storage Account
2. Provide storage account details
Name: Unique storage account name
Deployment model: Resource manager
Account kind: General purpose
Performance: Standard
Replication: Locally-redundant storage (LRS)
Storage service encryption: Disables
Azure Hands-on Lab
20
3. Select Use existing and choose previously created resource group CorpNet.
Configure the region where the storage account will be created. For Location choose
North Europe.
4. Click the Create button to create the storage account.
Azure Hands-on Lab
21
Lab Task 5
Create availability set
1. Click New and search Availability sets in Search the marketplace
Choose Availability set and click Create.
2. Provide availability set details
Name: HA
Resource group: Use existing > CorpNet
Location: North Europe
Fault domains: 2
Update domains: 5
Managed: NO
Azure Hands-on Lab
22
Azure Hands-on Lab
23
Lab Task 6
Create VM from Marketplace
In this task, you will create a new virtual machine using the Azure Management
Portal.
1. Click on the +NEW button.
2. Click Compute and then click Windows Server 2016 Datacenter.
3. Ensure you specify the deployment model as Resource Manager and click Create.
4. Specify the following virtual machine Basic configuration:
Name: CorpSRV2016
VM disk type: HDD
User Name: demouser
Password: demo@pass123
Resource group: Use existing > CorpNet
Then click OK to continue
Azure Hands-on Lab
24
Azure Hands-on Lab
25
5. Choose a size A5 Standard
Then click Select to continue
6. Specify the following virtual machine Settings:
Storage
Use managed disks: No
Storage account: Select storage account name previously created in task 4
Network
Virtual network: Select Virtual Network name previously created in task 2
Subnet: default (10.0.0.0/25)
Public IP address: CorpSRV2016-ip
Network security group (firewall): CorpSRV2016-nsg
Azure Hands-on Lab
26
Extensions: No extensions
High availability: Select availability set name previously created in task 5
Boot diagnostics: Enabled
Guest OS diagnostics: Enabled
Diagnostics storage account: Select storage account name previously created in
task 4
Azure Hands-on Lab
27
7. View Summary, wait final validation process and click OK.
Azure Hands-on Lab
28
8. After the virtual machine is created, click the Connect button on the toolbar.
9. Depending on your remote desktop protocol client and browser configuration you
will either be prompted to open an RDP file or you will need to download it and then
open it separately to connect.
10. Login with the credentials specified during creation:
User: demouser
Password: demo@pass123
11. Set a static internal private IP address: Go to VM settings Network interfaces
12. Click on network interface name (corpsrv2016904)
Azure Hands-on Lab
29
13. Go to network interface Settings IP configuration
14. Click on ipconfig name
15. On Assignment choose Static and Save configuration
16. Connect to VM through the Remote desktop using internal IP address. (Make
sure the VPN is connected)
Azure Hands-on Lab
30
Lab Task 7
Create Backup Vault and backup Virtual machine
A recovery services vault is an entity that stores the backups and recovery points
that have been created over time. The recovery services vault also contains the
backup policies associated with the protected virtual machines.
To create a recovery services vault:
1. Click the NEW button.
2. Click the Storage category
3. Click Backup and Site Recovery (OMS).
4. Name the Recovery Service Vault: Backup.
Select Use existing choose previously created resource group CorpNet and click
Create
Azure Hands-on Lab
31
5. After the Recovery Service Vault is created, click the All Resources
and then Backup
6. In the Getting Started section, click Backup to open the Getting started with
backup blade.
7. In Backup Goal choose
Where is your workload running? : Azure
What do you want to backup?: Virtual machine
Azure Hands-on Lab
32
And click OK
8. Choose Backup policy: Create New
Policy name: DailyBackup
and click OK
9. Items to backup
Select previously created VM: CorpSRV2016
and click OK
Azure Hands-on Lab
33
Lab Task 8
Create OMS Workspace
You can get up and running quickly with Azure Log Analytics, which helps you
evaluate operational intelligence gathered from your IT infrastructure. You can
easily start exploring, analyzing, and take action on data that you collect for free.
Create a workspace
1. Click the NEW button.
2. Click the Monitoring + Management
3. Click the Log Analytics
4. Provide OMS Workspace details
Azure Hands-on Lab
34
OMS Workspace: Must be Unique name
Resource group: Select Use existing and choose previously created resource group
CorpNet
Pricing tier: Free
5. After the OMS Workspace is created, in the Workspace data sources section,
click Virtual machines to open list with previously created VMs.
6. Select CorpSRV2016
7. Click Connect button
Azure Hands-on Lab
35
8. After VM is connected, go to the Workspace data sources section, click Storage
accounts logs and then +Add button to open Add storage account log blade.
For Storage account choose previously created storage. For Data Type choose
Events and click OK
9. Go to the Workspace data sources section, click Azure Activity logs and choose
your azure subscriptions and Connect to OMS
Azure Hands-on Lab
36
10. Login to OMS portal
Go OMS Workspace > OMS portal
or
https://microsoft.com/oms
11. In OMS Dashboard click Solutions Gallery
and ADD Alert management, Security and Audit, Antimalware Assessment and
Activity Log Analytics
Azure Hands-on Lab
37
Microsoft Operations Management suite mobile app for Windows Phone, iOS, and
Android
https://www.microsoft.com/en-us/cloud-platform/operations-management-suite-
mobile-apps

More Related Content

What's hot

What's hot (20)

Migrate to Microsoft Azure with Confidence
Migrate to Microsoft Azure with ConfidenceMigrate to Microsoft Azure with Confidence
Migrate to Microsoft Azure with Confidence
 
Security As A Service In Cloud(SECaaS)
Security As A Service In Cloud(SECaaS)Security As A Service In Cloud(SECaaS)
Security As A Service In Cloud(SECaaS)
 
Microsoft azure
Microsoft azureMicrosoft azure
Microsoft azure
 
Data saturday Oslo Azure Purview Erwin de Kreuk
Data saturday Oslo Azure Purview Erwin de KreukData saturday Oslo Azure Purview Erwin de Kreuk
Data saturday Oslo Azure Purview Erwin de Kreuk
 
Cloud Security
Cloud SecurityCloud Security
Cloud Security
 
Microsoft Intune - Empowering Enterprise Mobility - Presented by Atidan
Microsoft Intune - Empowering Enterprise Mobility - Presented by Atidan Microsoft Intune - Empowering Enterprise Mobility - Presented by Atidan
Microsoft Intune - Empowering Enterprise Mobility - Presented by Atidan
 
Introduction to Microsoft Azure Cloud
Introduction to Microsoft Azure CloudIntroduction to Microsoft Azure Cloud
Introduction to Microsoft Azure Cloud
 
Understanding Azure AD
Understanding Azure ADUnderstanding Azure AD
Understanding Azure AD
 
Windows Azure Virtual Machines
Windows Azure Virtual MachinesWindows Azure Virtual Machines
Windows Azure Virtual Machines
 
Introducing Azure SQL Database
Introducing Azure SQL DatabaseIntroducing Azure SQL Database
Introducing Azure SQL Database
 
48. Azure Active Directory - Part 1
48. Azure Active Directory - Part 148. Azure Active Directory - Part 1
48. Azure Active Directory - Part 1
 
Azure Arc Overview from Microsoft
Azure Arc Overview from MicrosoftAzure Arc Overview from Microsoft
Azure Arc Overview from Microsoft
 
Hybrid Cloud and Its Implementation
Hybrid Cloud and Its ImplementationHybrid Cloud and Its Implementation
Hybrid Cloud and Its Implementation
 
Azure Storage
Azure StorageAzure Storage
Azure Storage
 
Introduction to Azure
Introduction to AzureIntroduction to Azure
Introduction to Azure
 
Microsoft Azure - Introduction
Microsoft Azure - IntroductionMicrosoft Azure - Introduction
Microsoft Azure - Introduction
 
現実的な「WordPress on Azure App Service」 クイックスタート
現実的な「WordPress on Azure App Service」 クイックスタート現実的な「WordPress on Azure App Service」 クイックスタート
現実的な「WordPress on Azure App Service」 クイックスタート
 
Introduction to Amazon EC2
Introduction to Amazon EC2Introduction to Amazon EC2
Introduction to Amazon EC2
 
Microsoft Azure Technical Overview
Microsoft Azure Technical OverviewMicrosoft Azure Technical Overview
Microsoft Azure Technical Overview
 
Microsoft Azure Overview Infographic
Microsoft Azure Overview InfographicMicrosoft Azure Overview Infographic
Microsoft Azure Overview Infographic
 

Similar to Azure hands on lab

Aws project jenkins-build-server
Aws project jenkins-build-serverAws project jenkins-build-server
Aws project jenkins-build-server
saifam
 
( 16 ) Office 2007 Create An Extranet Site With Forms Authentication
( 16 ) Office 2007   Create An Extranet Site With Forms Authentication( 16 ) Office 2007   Create An Extranet Site With Forms Authentication
( 16 ) Office 2007 Create An Extranet Site With Forms Authentication
LiquidHub
 
Understanding Windows Azure’s Active Directory (AD) and PowerShell Tools
Understanding Windows Azure’s Active Directory (AD) and PowerShell ToolsUnderstanding Windows Azure’s Active Directory (AD) and PowerShell Tools
Understanding Windows Azure’s Active Directory (AD) and PowerShell Tools
EPC Group
 

Similar to Azure hands on lab (20)

Aws project jenkins-build-server
Aws project jenkins-build-serverAws project jenkins-build-server
Aws project jenkins-build-server
 
Get Started With Microsoft Azure Cloud Service
Get Started With Microsoft Azure Cloud ServiceGet Started With Microsoft Azure Cloud Service
Get Started With Microsoft Azure Cloud Service
 
Dev ops & laas fundamental
Dev ops & laas fundamentalDev ops & laas fundamental
Dev ops & laas fundamental
 
ArcMC for Azure 2.2 Setup Guide
ArcMC for Azure 2.2 Setup GuideArcMC for Azure 2.2 Setup Guide
ArcMC for Azure 2.2 Setup Guide
 
HDinsight Workshop - Prerequisite Activity
HDinsight Workshop - Prerequisite ActivityHDinsight Workshop - Prerequisite Activity
HDinsight Workshop - Prerequisite Activity
 
Windows azure active directory
Windows azure active directoryWindows azure active directory
Windows azure active directory
 
DEVNET-1120 Intercloud Fabric - AWS and Azure Account Setup and Utilization
DEVNET-1120	Intercloud Fabric - AWS and Azure Account Setup and UtilizationDEVNET-1120	Intercloud Fabric - AWS and Azure Account Setup and Utilization
DEVNET-1120 Intercloud Fabric - AWS and Azure Account Setup and Utilization
 
Microsoft Lync Server 2010 Installation
Microsoft Lync Server 2010 InstallationMicrosoft Lync Server 2010 Installation
Microsoft Lync Server 2010 Installation
 
Actor Model Import Connector for Microsoft Active Directory
Actor Model Import Connector for Microsoft Active DirectoryActor Model Import Connector for Microsoft Active Directory
Actor Model Import Connector for Microsoft Active Directory
 
AWS DataSync.pdf
AWS DataSync.pdfAWS DataSync.pdf
AWS DataSync.pdf
 
Raspberry pi and Azure
Raspberry pi and AzureRaspberry pi and Azure
Raspberry pi and Azure
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):
 
AWS essentials EC2
AWS essentials EC2AWS essentials EC2
AWS essentials EC2
 
0417 HK AWS Hands-on Lab Series 2019 for Enterprise Data Protection in Enterp...
0417 HK AWS Hands-on Lab Series 2019 for Enterprise Data Protection in Enterp...0417 HK AWS Hands-on Lab Series 2019 for Enterprise Data Protection in Enterp...
0417 HK AWS Hands-on Lab Series 2019 for Enterprise Data Protection in Enterp...
 
Citrix StoreFront - Implementation Guide
Citrix StoreFront - Implementation GuideCitrix StoreFront - Implementation Guide
Citrix StoreFront - Implementation Guide
 
Create and Configure Windows Server 2016 VM in the Azure Step by Step
Create and Configure Windows Server 2016 VM in the Azure Step by StepCreate and Configure Windows Server 2016 VM in the Azure Step by Step
Create and Configure Windows Server 2016 VM in the Azure Step by Step
 
( 16 ) Office 2007 Create An Extranet Site With Forms Authentication
( 16 ) Office 2007   Create An Extranet Site With Forms Authentication( 16 ) Office 2007   Create An Extranet Site With Forms Authentication
( 16 ) Office 2007 Create An Extranet Site With Forms Authentication
 
Step by step installation of microsoft dynamics 365 finance and operations on...
Step by step installation of microsoft dynamics 365 finance and operations on...Step by step installation of microsoft dynamics 365 finance and operations on...
Step by step installation of microsoft dynamics 365 finance and operations on...
 
SharePoint Farm Setup On Azure
SharePoint Farm Setup On AzureSharePoint Farm Setup On Azure
SharePoint Farm Setup On Azure
 
Understanding Windows Azure’s Active Directory (AD) and PowerShell Tools
Understanding Windows Azure’s Active Directory (AD) and PowerShell ToolsUnderstanding Windows Azure’s Active Directory (AD) and PowerShell Tools
Understanding Windows Azure’s Active Directory (AD) and PowerShell Tools
 

More from Atanas Gergiminov (8)

Cisco Security portfolio update
Cisco Security portfolio updateCisco Security portfolio update
Cisco Security portfolio update
 
Modern Devices Management
Modern Devices ManagementModern Devices Management
Modern Devices Management
 
Microsoft Azure - Introduction to microsoft's public cloud
Microsoft Azure - Introduction to microsoft's public cloudMicrosoft Azure - Introduction to microsoft's public cloud
Microsoft Azure - Introduction to microsoft's public cloud
 
Microsoft Azure for Small and Medium Businesses
Microsoft Azure for Small and Medium Businesses Microsoft Azure for Small and Medium Businesses
Microsoft Azure for Small and Medium Businesses
 
New Cisco Small Business Products
New Cisco Small Business ProductsNew Cisco Small Business Products
New Cisco Small Business Products
 
Meraki cloud managed products
Meraki cloud managed productsMeraki cloud managed products
Meraki cloud managed products
 
New Cisco Access Points
New Cisco Access PointsNew Cisco Access Points
New Cisco Access Points
 
Cisco Small and Midsize Business Training
Cisco Small and Midsize Business TrainingCisco Small and Midsize Business Training
Cisco Small and Midsize Business Training
 

Recently uploaded

Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Safe Software
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
?#DUbAI#??##{{(☎️+971_581248768%)**%*]'#abortion pills for sale in dubai@
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Safe Software
 

Recently uploaded (20)

ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
CNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In PakistanCNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In Pakistan
 
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ..."I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
 
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
 
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 AmsterdamDEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
Spring Boot vs Quarkus the ultimate battle - DevoxxUK
Spring Boot vs Quarkus the ultimate battle - DevoxxUKSpring Boot vs Quarkus the ultimate battle - DevoxxUK
Spring Boot vs Quarkus the ultimate battle - DevoxxUK
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
AXA XL - Insurer Innovation Award Americas 2024
AXA XL - Insurer Innovation Award Americas 2024AXA XL - Insurer Innovation Award Americas 2024
AXA XL - Insurer Innovation Award Americas 2024
 
ICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesICT role in 21st century education and its challenges
ICT role in 21st century education and its challenges
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 
Exploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with MilvusExploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with Milvus
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 

Azure hands on lab

  • 1. AZURE HANDS-ON LAB Build your Infrastructure in the Cloud using Windows Azure IaaS Atanas Gergiminov 2017
  • 2. Azure Hands-on Lab 1 Lab Task 1 Activating Microsoft Azure Subscription Using Azure Pass Creating an Azure Pass subscription is a two step process. • Redeem your Azure Pass Promo Code • Activate your subscription Redeeming a Microsoft Azure Pass Promo Code: 1. Open a browser and navigate to: http://www.microsoftazurepass.com It is recommended you use an In-Private Browser session. Other log-ins can persist and cause errors during the activation step. 2. Select your country in the drop down menu. Enter your Azure Pass Promo Code. Click Submit. 3. Click Sign in to sign into your Microsoft Account (Live ID) or Organizational Account (Org ID). The Azure subscription will be created in this account
  • 3. Azure Hands-on Lab 2 If you do not have a Microsoft Account or Org ID you can create one by clicking on the https://signup.live.com 4. Enter your account login information and select Sign In. Or If your account is both a Live ID and Org ID please select which account you would like to use.
  • 4. Azure Hands-on Lab 3 5. Confirm Information Click Submit
  • 5. Azure Hands-on Lab 4 6. Click Activate Activating a Microsoft Azure Pass Subscription: 1. Fill Out the Requested Information This needs to match your account information Click Sign up
  • 6. Azure Hands-on Lab 5 2. It make take a few minutes, DO NOT refresh or close your browser. 3. Your subscription has been created and is being provisioned, this can take up to 10 minutes. After your subscription is provisioned you can start using by clicking Portal. In the future you can navigate directly to the management portal: https://portal.azure.com
  • 7. Azure Hands-on Lab 6 Lab Task 2 Create Resource groups 1. Open the Azure Portal (https://portal.azure.com), open Resource groups and click the Add button. 2. In the Resource group blade, type CorpNet for the Resource group name, choose the nearest region (North Europe) for the Resource group location then click the Create button.
  • 8. Azure Hands-on Lab 7 Lab Task 3 Networking To create a VNet in the Resource Manager deployment model by using the Azure portal, follow the steps below. Part 1: Create VNET 1. Click the NEW button. 2. Click the Networking category 3. Click Virtual Network. 4. Select a deployment model to Resource Manager and click Create 5. Name the Virtual Network CorpVNET. 6. Specify the following configuration in Address space tile and changing the values: Address space CIDR block: 10.0.0.0/24 Subnet name: default Subnet CIDR block: 10.0.0.0/25
  • 9. Azure Hands-on Lab 8 This will allocate an address block of up to 256 addresses (251 usable as the first 4 and last IP are reserved). 7. Select Use existing and choose previously created resource group CorpNet. Configure the region where the virtual network will be created. For Location choose North Europe. 8. Click the Create button to create the virtual network.
  • 10. Azure Hands-on Lab 9 Part 2: Create a virtual network gateway Point-to-site connections require the following settings: Gateway type: VPN VPN type: Route-based 1. Click the NEW button. 2. Click the Networking category 3. Click Virtual network gateway. 4. Name the Virtual network gateway CorpGW 5. Gateway type: Select VPN. VPN gateways use the virtual network gateway type VPN. VPN type: Select the VPN type Route-based. SKU: Select Standard gateway SKU from the dropdown.
  • 11. Azure Hands-on Lab 10 6. Choose the virtual network to which you want to add this gateway. Click Virtual network to open the Choose a virtual network blade. Select the CorpVNet. If you don't see your VNet, make sure the Location field is pointing to the region in which your virtual network is located. 7. Choose a public IP address. Click Public IP address to open the Choose public IP address blade. Click +Create New to open the Create public IP address blade. Input a name CorpGW for your public IP address. This blade creates a public IP address object to which a public IP address will be dynamically assigned. Click OK to save your changes to this blade. 8. Subscription: Verify that the correct subscription is selected. Resource group: This setting is determined by the Virtual Network that you select. Don't adjust the Location after you've specified the previous settings. Verify the settings. You can select Pin to dashboard at the bottom of the blade if you want your gateway to appear on the dashboard. Click Create to begin creating the gateway.
  • 12. Azure Hands-on Lab 11 The settings will be validated and you'll see the "Deploying Virtual network gateway" tile on the dashboard. Creating a gateway can take up to 45 minutes. You may need to refresh your portal page to see the completed status. After the gateway is created, you can view the IP address that has been assigned to it by looking at the virtual network in the portal. The gateway will appear as a connected device. You can click the connected device (your virtual network gateway) to view more information.
  • 13. Azure Hands-on Lab 12 Part 3: Generate certificates Certificates are used by Azure to authenticate VPN clients for Point-to-Site VPNs. You export public certificate data (not the private key) as a Base-64 encoded X.509 .cer file from either a root certificate generated by an enterprise certificate solution, or a self-signed root certificate. You then import the public certificate data from the root certificate to Azure. Additionally, you need to generate a client certificate from the root certificate for clients. Each client that wants to connect to the virtual network using a P2S connection must have a client certificate installed that was generated from the root certificate. Create a self-signed certificate The following steps walk you through creating a self-signed certificate using makecert. These steps are not deployment-model specific. They are valid for both Resource Manager and classic. 1. Download makecert from http://bit.ly/2meC5gX 2. Run AZCerts.bat file as Administrator This file will be run following commands: makecert.exe -sky exchange -r -n "CN=AzureRoot" -pe -a sha256 -len 2048 -ss My "AzureRoot.cer" makecert.exe -n "CN=AzureClient" -pe -sky exchange -m 96 -ss My -in "AzureRoot" -is my -a sha256
  • 14. Azure Hands-on Lab 13 3. Double click on newly created AzureRoot.cer file, go to Details > Copy to File… Export the root certificate as a Base-64 encoded X.509 (.cer) file. You need to export it in this format so that you can open the certificate with text editor.
  • 15. Azure Hands-on Lab 14 4. Save file as Azure.cer name 5. Once the virtual network gateway has been created, navigate to the Settings section of the virtual network gateway blade. In the Settings section, click Point-to- site configuration to open the Configuration blade.
  • 16. Azure Hands-on Lab 15 6. Address pool is the pool of IP addresses from which clients that connect will receive an IP address. Add the address pool 172.16.1.0/24, and then click Save. 7. Upload the root certificate .cer file Open the certificate Azure.cer with a text editor, such as Notepad. Copy only the following section as one continuous line:
  • 17. Azure Hands-on Lab 16 8. Paste the certificate data into the Public Certificate Data field. Name the certificate, and then click Save. 9. Download and install the VPN client configuration package Clients connecting to Azure using P2S must have both a client certificate, and a VPN client configuration package installed. VPN client configuration packages are available for Windows clients. The VPN client package contains information to configure the VPN client software that is built into Windows. The configuration is specific to the VPN that you want to connect to. The package does not install additional software. On the Point-to-site configuration blade, click Download VPN client to open the Download VPN client blade. 10. Select the correct package for your client, then click Download. For 64-bit clients, select AMD64. For 32-bit clients, select x86.
  • 18. Azure Hands-on Lab 17 11. Install the package on the client computer. If you get a SmartScreen popup, click More info, then Run anyway to install the package. 12. On the client computer, navigate to Network Settings and click VPN. You will see the connection listed. It will show the name of the virtual network that it will connect to 13. Connect to Azure To connect to your CorpVNet, on the client computer, navigate to VPN connections and locate the VPN connection that you created. It is named the same name as your virtual network. Click Connect. A pop-up message may appear that refers to using the certificate. If this happens, click Continue to use elevated privileges. On the Connection status page, click Connect to start the connection. If you see a Select Certificate screen, verify that the client certificate showing is the one that you want to use to connect. If it is not, use the drop-down arrow to select the correct certificate, and then click OK.
  • 19. Azure Hands-on Lab 18 14. Your connection should now be established.
  • 20. Azure Hands-on Lab 19 Lab Task 4 Create Storage Account 1. Click on New > Data + Storage > Storage Account 2. Provide storage account details Name: Unique storage account name Deployment model: Resource manager Account kind: General purpose Performance: Standard Replication: Locally-redundant storage (LRS) Storage service encryption: Disables
  • 21. Azure Hands-on Lab 20 3. Select Use existing and choose previously created resource group CorpNet. Configure the region where the storage account will be created. For Location choose North Europe. 4. Click the Create button to create the storage account.
  • 22. Azure Hands-on Lab 21 Lab Task 5 Create availability set 1. Click New and search Availability sets in Search the marketplace Choose Availability set and click Create. 2. Provide availability set details Name: HA Resource group: Use existing > CorpNet Location: North Europe Fault domains: 2 Update domains: 5 Managed: NO
  • 24. Azure Hands-on Lab 23 Lab Task 6 Create VM from Marketplace In this task, you will create a new virtual machine using the Azure Management Portal. 1. Click on the +NEW button. 2. Click Compute and then click Windows Server 2016 Datacenter. 3. Ensure you specify the deployment model as Resource Manager and click Create. 4. Specify the following virtual machine Basic configuration: Name: CorpSRV2016 VM disk type: HDD User Name: demouser Password: demo@pass123 Resource group: Use existing > CorpNet Then click OK to continue
  • 26. Azure Hands-on Lab 25 5. Choose a size A5 Standard Then click Select to continue 6. Specify the following virtual machine Settings: Storage Use managed disks: No Storage account: Select storage account name previously created in task 4 Network Virtual network: Select Virtual Network name previously created in task 2 Subnet: default (10.0.0.0/25) Public IP address: CorpSRV2016-ip Network security group (firewall): CorpSRV2016-nsg
  • 27. Azure Hands-on Lab 26 Extensions: No extensions High availability: Select availability set name previously created in task 5 Boot diagnostics: Enabled Guest OS diagnostics: Enabled Diagnostics storage account: Select storage account name previously created in task 4
  • 28. Azure Hands-on Lab 27 7. View Summary, wait final validation process and click OK.
  • 29. Azure Hands-on Lab 28 8. After the virtual machine is created, click the Connect button on the toolbar. 9. Depending on your remote desktop protocol client and browser configuration you will either be prompted to open an RDP file or you will need to download it and then open it separately to connect. 10. Login with the credentials specified during creation: User: demouser Password: demo@pass123 11. Set a static internal private IP address: Go to VM settings Network interfaces 12. Click on network interface name (corpsrv2016904)
  • 30. Azure Hands-on Lab 29 13. Go to network interface Settings IP configuration 14. Click on ipconfig name 15. On Assignment choose Static and Save configuration 16. Connect to VM through the Remote desktop using internal IP address. (Make sure the VPN is connected)
  • 31. Azure Hands-on Lab 30 Lab Task 7 Create Backup Vault and backup Virtual machine A recovery services vault is an entity that stores the backups and recovery points that have been created over time. The recovery services vault also contains the backup policies associated with the protected virtual machines. To create a recovery services vault: 1. Click the NEW button. 2. Click the Storage category 3. Click Backup and Site Recovery (OMS). 4. Name the Recovery Service Vault: Backup. Select Use existing choose previously created resource group CorpNet and click Create
  • 32. Azure Hands-on Lab 31 5. After the Recovery Service Vault is created, click the All Resources and then Backup 6. In the Getting Started section, click Backup to open the Getting started with backup blade. 7. In Backup Goal choose Where is your workload running? : Azure What do you want to backup?: Virtual machine
  • 33. Azure Hands-on Lab 32 And click OK 8. Choose Backup policy: Create New Policy name: DailyBackup and click OK 9. Items to backup Select previously created VM: CorpSRV2016 and click OK
  • 34. Azure Hands-on Lab 33 Lab Task 8 Create OMS Workspace You can get up and running quickly with Azure Log Analytics, which helps you evaluate operational intelligence gathered from your IT infrastructure. You can easily start exploring, analyzing, and take action on data that you collect for free. Create a workspace 1. Click the NEW button. 2. Click the Monitoring + Management 3. Click the Log Analytics 4. Provide OMS Workspace details
  • 35. Azure Hands-on Lab 34 OMS Workspace: Must be Unique name Resource group: Select Use existing and choose previously created resource group CorpNet Pricing tier: Free 5. After the OMS Workspace is created, in the Workspace data sources section, click Virtual machines to open list with previously created VMs. 6. Select CorpSRV2016 7. Click Connect button
  • 36. Azure Hands-on Lab 35 8. After VM is connected, go to the Workspace data sources section, click Storage accounts logs and then +Add button to open Add storage account log blade. For Storage account choose previously created storage. For Data Type choose Events and click OK 9. Go to the Workspace data sources section, click Azure Activity logs and choose your azure subscriptions and Connect to OMS
  • 37. Azure Hands-on Lab 36 10. Login to OMS portal Go OMS Workspace > OMS portal or https://microsoft.com/oms 11. In OMS Dashboard click Solutions Gallery and ADD Alert management, Security and Audit, Antimalware Assessment and Activity Log Analytics
  • 38. Azure Hands-on Lab 37 Microsoft Operations Management suite mobile app for Windows Phone, iOS, and Android https://www.microsoft.com/en-us/cloud-platform/operations-management-suite- mobile-apps