I was recently asked by a client to provision an automated failover solution for their geo-paired Azure Service Bus namespace, whereby an alert is automatically generated and sent via email or Microsoft Teams to a reviewer. The reviewer can then immediately grant approval to activate the automated failover to the secondary namespace and break the… Continue reading Azure Service Bus geo-paired namespace with automated failover
Tag: terraform
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
Terraform – Virtual Network deployment
This Terraform script deploys a resource group, a virtual network with six subnets with tags. — I hope this Terraform script helped expedite your deployment–
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