Azure Policy as Code using Terraform – Part 1

Azure Policy is the cornerstone of governance in Azure. Creating and deploying policies at scale, as well as managing policy and initiative assignments for a large enterprise, is a massive undertaking. In highly regulated industries, the number of policies can run into hundreds to meet compliance requirements. The policy definition itself, when embedded in code, …

Continue reading Azure Policy as Code using Terraform – Part 1

Dynamic Terraform Module for Azure Diagnostic Settings

Enabling diagnostic settings is a fundamental requirement for deploying services on Azure. Each type of resource has a different set of log and metric categories. It could get quickly complicated and clunky if you don't use a dynamic way to fetch those log and metric categories. However, before we open the floodgates, we also need …

Continue reading Dynamic Terraform Module for Azure Diagnostic Settings