When you are creating resources through Infrastructure as Code (IaC) either you or our coding tool have to understand how each resource needs to be created. […]
Like many people, I’ve been using Azure Copilot to help with Azure Administration tasks and operations, and have seen how it can really help to enhance […]
Ephemeral resources are Terraform resources that are essentially temporary. Ephemeral resources have a unique lifecycle, and Terraform does not store information about ephemeral resources in state […]
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 DevOps.dev »
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 »