Wednesday, January 15, 2020

Azure VM Availability LAB-3

Azure Virtual Machine High Availability LAB Part 3

In this LAB we will be implementing Web Server and Uploading Web Pages, Configure Load Balancer and 


Exercise 9 - Configure Web Serveron VM1- WebSRV1DEL

Learn how to Setup/Configure  Web Server step by step

Step 1- Open Server Manager-> Manage->Add Role and Features Wizard- Click Next-> Role-based or feature-based installation->Select Server (SRVWeb1DEl) Click Next -> Select Web Server (IIS)-> Add Feature & Click Next-> Next-> Next-> Keep it as default and Click Next-> Click Install

Step 2- Open Windows Administrative Tools from Start Menu -> IIS Manager -> Select SRVWeb1DEL (ServerName) -> Sites -> Right Click on Default Web Sites and Click Explorer> Pest all files and folder for your website.

Step 3- Open Browser and enter IP Address i.e. http://localhost/ or http://PublicIP

You website is stared working now 

 



Exercise 10 - Configure Web Server on VM2- WebSRV2MUM

Learn how to Setup/Configure Web Server using PowerShell

Step 1- Open RPD connection using Public IP of VM - WebSRV2MUM, Enter credentials to log on to the VM. 
Step 2- Install IIS using PowerShell Command-

Install-WindowsFeature -name Web-Server -IncludeManagementTools

Step 3- Open Windows Administrative Tools from Start Menu -> IIS Manager -> Select SRVWeb1DEL (ServerName) -> Sites -> Right Click on Default Web Sites and Click Explorer> Pest all files and folder for your website
Step 3- Open Browser and enter IP Address i.e. http://localhost/ or http://PublicIP


Exercise 11 - Configure Web Server on VM2- WebSRV3BLR

Learn how to Setup/Configure Web Server using PowerShell

Step 1- Open RPD connection using Public IP of VM - WebSRV3BLR, Enter credentials to log on to the VM. 
Step 2- Install IIS using PowerShell Command-

Install-WindowsFeature -name Web-Server -IncludeManagementTools

Step 3- Open Windows Administrative Tools from Start Menu -> IIS Manager -> Select SRVWeb1DEL (ServerName) -> Sites -> Right Click on Default Web Sites and Click Explorer> Pest all files and folder for your website
Step 3- Open Browser and enter IP Address i.e. http://localhost/ or http://PublicIP


Exercise 12 - Configure/Setup Load Balancer

Learn how to Setup/Configure Load Balancer in Azure

Step 1- Search for Load Balancer Click Add
Step 2- Select Subscription and Select Resource Group-RGEastUS
Step 3- Name - LBEastUS
Step 4- Region - EastUS
Step 5- Type - Public, SKU- Basic
Step 6- Public New, Public IP Name- PIP_LBEastUS
Step 7- Assignment- Dynamic ( in case of  production it will be static)  Name


No comments:

Post a Comment