Saturday, December 28, 2019

Azure Azure Hybrid Cloud Setup

Azure Hybrid Cloud Setup 

Azure Site and  own primrose inter-connectivity


In this Lab we will be implementing 3 Sites

EAST US - Site A -LAB1 Exercise 



Exercise 1- Resource Group - RGEastUS  
 How to Create a Resource Group using Azure Portal 

(Resource Group LAB in details with Screenshots)

To Create/Implement Resource Group follow below steps-
 
Step 1- Search for Resource Group in search bar.
Step 2- Click on Create Resource Group
Step 3- Select the Subscription
Step 4- Enter Resource Group Name- e.g. "RGEastUS"
Step 5- Select the Region where you wanted to publish your resource- "EastUS". .
Step 6- Review & Create







Exercise 2- Virtual Network -VNetEast & Subnet -FrontEndSubnet 
 How to Setup a Virtual Network using Azure Portal

(Virtual Network/Subnet LAB in details with Screenshots)
   
To Create/Implement virtual Network follow below steps-

Step 1- Search for Virtual Network
Step 2- Click Add
Step 3- Enter Name i.e - VNetEast

Step 4- Address Space (IP Range) i.e - 192.168.0.0/16
Step 5- Select Subscription

Step 6- Select Resource Group - RGEastUS
Step 7- Select Location - East US
Step 8- Enter Subnet Name - FrontEndSubnet
Step 9- Enter Address Range  - 192.168.0.0/24
Step 10- Click Create.



 

Exercise 3- Subnet -BackendEndSubnet 
 How to Setup a Subnet using Azure Portal

(Subnet LAB in details with Screenshots)
   
To Setup Subnet follow below steps-

Step 1- Search for Virtual Network
Step 2- Click on Virtual Network i.e. "VNetEast" open its property.
Step 3- Click Subnet
Step 4- Add Subnet


Step 5- Enter Subnet Name i.e. "BackendSubnet"
Step 6- Enter IP Range i.e. 192.168.1.0/24
 



Exercise 4 - VM1 - Server 2016
 How to Create/Setup a Virtual Machine (VM) using Azure Portal

(Virtual Machine LAB in details with Screenshots)
   
To Setup VM1 follow below steps- 

Step 1- Search for Virtual Machine
Step 2- Click Create a Virtual Machine
Step 3- Select Subscription
Step 4- Select Resource Group - RGEastUS

Step 5- Enter Virtual Machine Name - VM1
Step 6- Select Region - EastUS

Step 7- Select Availability - No infrastructure redundancy required
Step 8- Select OS Image- Windows Server 2016 DataCenter 

Step 9- Select VM Size as you wanted - Standard B2ms - 2 vcpus, 8 GiB memory
Step 10- Enter Administrator Account Name - webadmin

Please note : It would not accept Admin or Administrator 

Step 11- Select inbound port which you wanted to enable  - RDP, HTTP
 
Step 12- Under Network Tab Select VNet- VNetEast
Step 13-  Select Subnet - FrontEndSubnet
Step 14- Management Tab Select Off Boot Diagnostic.
Step 15- Advance Tab - None
Step 16- Tag Tab- None
Step 17- Review and Create and your VM has been deployed.



Step 18- Lets connect VM1 click connect and download RDP file button.
Step 19- Open RDP from local system download folder, Enter credentials that you given while creating VM and you will be connected.
Step 20- PowerShell Command

New-NetFirewallRule –DisplayName "Allow ICMPv4-In" –Protocol ICMPv4  





Exercise 5 - VM2 - Server 2016
 How to Create/Setup a Virtual Machine (VM) using Azure Portal

(Virtual Machine LAB in details with Screenshots)
   
To Setup VM2 follow below steps- 
Everything remain same except below changes 
Step 5- Enter Virtual Machine Name - VM2
Step 10- Enter Administrator Account Name - webadmin
Step 11- Under Network Tab Select VNet- VNetEast
Step 12-  Select Subnet - BackEndSubnet
Step 17- Review and Create and your VM has been deployed.



Please Note : Rest all step common from LAB 4 Step 18- Lets connect VM1 click connect and download RDP file button.
Step 19- Open RDP from local system download folder, Enter credentials that you given while creating VM and you will be connected.
Step 20- PowerShell Command

New-NetFirewallRule –DisplayName "Allow ICMPv4-In" –Protocol ICMPv4  


Please check IP Address, by default Azure reserves starting 3 IPs 4 on-wards will be assign to VMs that you deploy.

VM1 IP Address - 192.168.0.4
VM2 IP Address - 192.168.1.4


💁Question for you - Do you think VM1  and VM2 can be communicate each other using Private IP?

Post your comment in comment box will answer the same next LAB.




Site B -LAB 2 Exercise


No comments:

Post a Comment