Terraform on Azure: Infrastructure as Code tools for DevOps / SRE professionals

The last few years I’ve been working a lot with using HashiCorp Terraform to build resource managed and creation pipelines for managing Microsoft Azure environments. The native tools to Microsoft Azure for building Infrastructure as Code (IaC) are ARM Templates and Azure Bicep, which I’ve also worked a lot with over the years, but HashiCorp Terraform is the popular IaC tooling that is platform agnostic. This means you can use Terraform to manage infrastructure resources in Microsoft Azure as well as other non-Microsoft platforms all from a single IaC project. It’s a great tool, and is still growing in popularity as more and more organizations adopt DevOps and SRE (Site Reliability Engineer) practices.

The last couple years I’ve worked a bit at writing articles over on Build5Nines.com around several topics to help others learn how to use and get more proficient with HashiCorp Terraform. In helping the community around learning and using Terraform, I was even awarded a HashiCorp Ambassador in 2021 for the content and community help that I provided in my spare time. I am also a HashiCorp Certified: Terraform Associate too.

In case you’re looking to get started with Terraform, or just get more proficient with it, here are several of the Terrafrom related articles that I’ve written so far:

I hope these help you on your journey to learning Terraform, using it with Azure and other platforms, and further developing your DevOps and/or SRE toolset. I’m still working on writing more Terraform and Azure content on a regular basis over on Build5Nines.com. I recommend you head over there to check it out!