Posts

Terraform

Image
  Terraform https://www.greatminditacademy.com/ Terraform introduction Featured snippet from the web HashiCorp Terraform is  an infrastructure as code tool that lets you define both cloud and on-prem resources in human-readable configuration files that you can version, reuse, and share . You can then use a consistent workflow to provision and manage all of your infrastructure throughout its lifecycle. How does Terraform work? Terraform creates and manages resources on cloud platforms and other services through their application programming interfaces (APIs). Providers enable Terraform to work with virtually any platform or service with an accessible API. Advantages of Terraform It supports multiple providers it is idempodent can split configuration into multiple files within working directory manually created existing resources can be able to import to terraform can perform dryrun (plan) Important Commands of Terraform Terraform init:   It starts the working directory con...

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...