Exploring Azure Verified Module for Azure Kubernetes Service

I have been testing out the Azure Verified Module for Azure Kubernetes Service that can be found in the Terraform Registry at https://registry.terraform.io/modules/Azure/avm-res-containerservice-managedcluster. This module came out in October 2024 so its fairly new. This module is suitable for enterprise-grade production environments, applies Microsoft best practices, features RBAC, complex monitoring. Also it is supported by …

Continue reading Exploring Azure Verified Module for Azure Kubernetes Service

Well Architected Framework With The Azure Verified Module For Azure Kubernetes

I came across the Azure Verified Module for Azure Kubernetes Service and in its Github repo I found a Well Architected Framework (WAF) Aligned example for deploying this Terraform module. So asked myself, "What exactly makes this example of deploying AKS WAF Aligned?" Before I get into that, let me explain what is WAF.  It …

Continue reading Well Architected Framework With The Azure Verified Module For Azure Kubernetes

2023 Beginner’s Guide To Create An Azure Devops Pipeline to deploy Azure Resources in Terraform

I will give a walk through of a simple starter approach to building an Azure Devops Pipeline to deploy an Azure resource in Terraform. I will deploy an Azure Function as an example. By automating, you promote consistency, repeatability, collaboration, overall productivity and more efficiency in operating your Azure infrastructure. Assumptions Demo Design AZDO Repo …

Continue reading 2023 Beginner’s Guide To Create An Azure Devops Pipeline to deploy Azure Resources in Terraform