When working with Terraform, managing resource dependencies effectively is key to avoiding deployment issues. Terraform is great at automatically determining the order of resource creation, but […]
My blog was originally hosted on Azure Blob Storage with static website hosting enabled. It was a clean and straightforward setup… Continue reading on Azure Terraformer […]
Applications and Services need multiple environments. Therefore you can’t get away from the practical realities of managing… Continue reading on Medium »
When managing Azure infrastructure with Terraform — or any Infrastructure-as-Code tool for that matter — one of the more frequent ClickOps… Continue reading on Medium »
In cloud automation, subtle missteps in identity management can lead to serious deployment challenges. One of the most common traps occurs… Continue reading on ITNEXT »
Integrating Entra ID (formerly Azure Active Directory) authentication into Linux Virtual Machines (VMs) can significantly streamline… Continue reading on Azure Terraformer »
One of the most important (and overlooked) truths in infrastructure as code is this: Terraform is not application code.That might sound… Continue reading on Medium »
One of the most important (and overlooked) truths in infrastructure as code is this: Terraform is not application code.That might sound… Continue reading on DevOps.dev »
If you’ve been using Terraform for a few years and would rank yourself as intermediate, you’re probably finding that the foundational concepts are well behind you — but […]
<![CDATA[ Azure Verified Modules (AVM) for Terraform refers to a collection of verified and trusted Terraform modules specifically designed for use with Microsoft Azure. These modules […]
When working with Azure infrastructure, there’s one provider that consistently flies under the radar: the azuread provider. It’s powerful… Continue reading on Medium »