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 »
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 […]