I recently put together a small but realistic lab to deploy an Azure Application Gateway using Terraform. The goal wasn’t to build anything clever or cutting-edge, but to create something simple, repeatable, and close to how this would be done in a real Azure environment. The setup uses an Application Gateway with a public frontend… Continue reading Building an Azure Application Gateway with Terraform (A Simple, Practical Lab)
Category: Terraform Labs
How to Deploy an Active Directory Domain Controller in Azure Using Terraform and GitHub Actions (Step-by-Step Lab)
If you’re an Azure engineer, architect, or IT professional preparing for hybrid cloud environments, one essential skill is knowing how to deploy an Active Directory Domain Controller in Azure, not manually, but programmatically with Terraform and GitHub Actions. In this post, I’ll walk you through a fully automated Azure AD DS lab setup, including networking,… Continue reading How to Deploy an Active Directory Domain Controller in Azure Using Terraform and GitHub Actions (Step-by-Step Lab)