Infrastructure as Code (IaC) is essential for managing cloud environments efficiently and at scale. However, not all tools offer the same… Continue reading on ITNEXT »
Infrastructure as Code (IaC) is essential for managing cloud environments efficiently and at scale. However, not all tools offer the same… Continue reading on Medium »
As teams grow and services evolve, organizing infrastructure as code (IaC) in a way that scales across multiple teams becomes essential. A… Continue reading on ITNEXT […]
In a recent code review, I came across a subtle but critical mistake involving the provisioning of a new Azure Data Explorer (Kusto)… Continue reading on […]
When working with Terraform, most of our time is spent defining infrastructure using primitive types such as strings, booleans, and… Continue reading on DevOps.dev »
Azure Communication Services (ACS) is an API communication service inside Azure that can help you send voice, video, chat, text messaging/SMS, email and more. In this […]
Terraform has long been celebrated as the infrastructure-as-code tool for the multi-cloud era. But let’s be honest — how many of us… Continue reading on Azure Terraformer »
Working collaboratively with Terraform can be unexpectedly challenging — even when team members are making changes that seem mutually… Continue reading on Azure Terraformer »
Recently I blogged about Deploying to Azure: Secure Your GitHub Workflow with OIDC, this is a follow on post – looking at deploying Terraform to Azure […]
Terraform relies on a state file to manage the infrastructure it manages. This state file acts as a source of truth, mapping real-world resources to the […]
When working with Azure infrastructure through Terraform, it’s common to encounter edge cases where the state of a resource becomes… Continue reading on Azure Terraformer »