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

Azure Verified Module Storage Account: Firewalls and Virtual Network Configuration

I have been trying out the Azure Verified Module avm-res-storage-storageaccount. module's repo: https://github.com/Azure/terraform-azurerm-avm-res-storage-storageaccount/tree/main Hashicorp Terraform Registry: https://registry.terraform.io/modules/Azure/avm-res-storage-storageaccount/azurerm/latest?tab=inputs I like show some simple networking scenarios in the Firewalls and Virtual networks configuration in terms of this modules parameters. This configuration is found at The module input parameters to discuss are the following: public_network_access_enabled bool Description: (Optional) Whether the …

Continue reading Azure Verified Module Storage Account: Firewalls and Virtual Network Configuration

Azure Terraform Starter Project Example

This project is sample code for those who are beginners to Terraform for Azure and as a quick reference. There are many ways to structure a terraform project in your repo, but I just want to show and explain my code. The starter project sample is suited for solo engineer/developer non collaborative establish a simple …

Continue reading Azure Terraform Starter Project Example

My Experience Using ChatGPT To Create An Azure DevOps Pipeline with Terraform in Deploying Azure Resources

I wanted to explore using ChatGPT exclusively to create Create An Azure DevOps Pipeline with Terraform in Deploying Azure Resources as if I never created such a pipeline before. I want to explore the following How effective using ChatGPT enabled me achieve my objective? How natural was the chat bot experience to me as a …

Continue reading My Experience Using ChatGPT To Create An Azure DevOps Pipeline with Terraform in Deploying Azure Resources