AI-Assisted IaC Reviews: Using Claude and Copilot to Audit Your Azure TerraformFeb 16, 2026·12 min read
Setting up the Azure Terraform MCP Server in Visual Studio CodeIf you've been using Copilot or Claude in VS Code to help write Terraform for Azure, you'll have hit the same wall I did: the model is confidently wrong about provider arguments more often than feels Mar 30, 2026·8 min read
Building a Reusable Terraform Module Library for Azure TeamsEvery Azure team I have worked with eventually reaches the same tipping point. You start with a single Terraform repository, a few modules in a modules/ folder, and life is fine. Then a second team waAug 26, 2025·10 min read
How to Configure Azure Web Apps Autoscaling using TerraformOne of the reasons people pick Azure App Service in the first place is the scalability when things get busy. That part is true, but only if someone has actually configured it to do so. Out of the box,Jul 22, 2025·9 min read
How to Deploy Grafana on Azure Using TerraformGrafana is one of the most popular open-source visualisation tools for monitoring systems, applications, and infrastructure. If you're running on Azure and want to automate the deployment of Grafana uJun 6, 2025·6 min read
Refactoring Terraform: Moving Resources Without Destroying ThemAnyone who has worked on a Terraform codebase for any length of time eventually hits the same problem: the code you wrote six months ago no longer fits how the project has grown. Resources sit in the May 13, 2025·6 min read
Ultimate Guide to Using Azure DevOps CLI for Pipeline RunsMost of us spend a fair amount of time clicking around the Azure DevOps portal to trigger pipelines, check run statuses, or pull logs out of a failed job. It works, but once you are doing it several tApr 29, 2025·12 min read
What are Azure Verified Modules (AVM) and how to use them with TerraformAzure Verified Modules (AVM) for Terraform refers to a collection of verified and trusted Terraform modules specifically designed for use with Microsoft Azure. These modules have been reviewed and approved to ensure they meet high-quality standards a...Mar 31, 2025·3 min read