Deploy Azure Infrastructure using Terraform scripts, GitHub and Azure DevOps pipelines

This blog is written on a level 100 to explain how to use the most simplistic tooling to deploy Azure resources using Terraform scripts, GitHub and deployed via Azure DevOps pipelines with continuous integration. Deployment Plan Step 1 – Terraform code Step 2 – Create a Storage Account Step 3 – Update Terraform file Step… Continue reading Deploy Azure Infrastructure using Terraform scripts, GitHub and Azure DevOps pipelines

Resource Deployment

This blog is a quick 101 introduction for anybody wanting to know how to quickly and easily deploy an Azure resource using Terraform with end to end easy instructions. Deployment Steps: Step 1 – Authenticating on Azure Terraform must authenticate to Azure to create infrastructure az login Your browser will open and prompt you to… Continue reading Resource Deployment