AI-Assisted IaC Reviews: Using Claude and Copilot to Audit Your Azure TerraformIf you've been writing Terraform for Azure for any length of time, you'll know that code reviews are where most of the real quality work happens. A plan might be clean, the pipeline might be green, anFeb 16, 2026·12 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
Deploying Grafana on Azure: UI Implementation EditionMicrosoft offers a managed instance option of Grafana on its Azure Marketplace. This is a quick way to implement Grafana without implementing complex configurations. Microsoft manages updates for this service. In this article, we run through implemen...Mar 21, 2025·2 min read
Terraform: AzAPI 2.0 is Now Available!The Terraform AzAPI Provider has become a powerful companion to the more traditional AzureRM provider, especially for users needing access to the day zero Azure features. With the release of AzAPI 2.0, Microsoft has introduced many enhancements that ...Feb 17, 2025·3 min read