Building a Reusable Azure Web App Infrastructure Pattern with Terraform, Terraform Cloud, and Azure DevOps

Provisioning Azure infrastructure for a web app is easy to get working once.Getting it repeatable, secure, and boring across environments is where things get interesting. I wanted a pattern that: This post walks through the Terraform + Azure DevOps pattern I ended up with. No magic. Just lessons learned the hard way. The Problem Most […]

Using pipeline templates

I wanted to share a real-world working example of how we currently leverage YAML templates to facilitate reusability and consistency for building and deploying our apps to Azure. The one thing the various development teams have in common are the languages they use for writing the APIs (.NET Core) and portals (Angular). Rather than continue […]