Posts

Showing posts from December, 2022

Azure Front Door

Image
https://www.greatminditacademy.com/   Create an Azure Front Door profile - Azure portal Create Front Door profile - Quick Create On the  Compare offerings  page, select  Quick create . Then select  Continue to create a Front Door click on Configuration now, configure frontends/domains Now configure backend pools To configure backend hosts configure kfc-pool now Now configure Routing rules click on Review +Create browse your website using azure FD URL

Application Gateway

Image
  https://www.greatminditacademy.com/ What is Azure Application Gateway? Azure Application Gateway is a load balancing solution provided by  Microsoft Azure . This web traffic load balancer works on Layer 7 of  the OSI model  and enables you to manage traffic for your web applications.  Azure Application Gateway makes routing decisions based on  URI path or host headers. Azure Application Gateway gives you application-level routing and load balancing services that let you build a scalable and highly-available web front end in Azure. Azure Application Gateway is a helpful tool for web traffic managers. For example, you can route traffic based on the incoming URL. If /Images or /Videos are in the URL, then you can route to the specific set of servers configured for Images or Videos. It can also be used for SSL or TLS termination as well. Azure Application Gateway features Secure Sockets Layer (SSL/TLS) termination Autoscaling Zone redundancy Static VIP Before creating application gateway

AZLoad Balancer

Image
  https://www.greatminditacademy.com/ Activity 1: Create an two ubuntu linux VM's Create an two ubuntu linux vm's and install Ngnix software Below are the steps to create ubuntu machine While creating VM open 22, 80 ports   Open Ports 22 and 80 for both the machines Once Virtual machines are created, connect server using ssh for the both the machines and install nginx software. Now change to root user by using "sudo su" command as below Now run command as "apt update" Now install nginx software by using below command  apt install nginx -y To verify, webserer is installed or not, browse using server Public IP in the browser Create load balancer During the creation of the load balancer, you'll configure: Frontend IP address Backend pool Inbound load-balancing rules Health probe In the search box at the top of the portal, enter  Load balancer . Select  Load balancers  in the search results. In the  Load balancer  page, select  + Create . Setting Value Proje