Back
AKS pulling images from Azure Container Registry using Private Endpoint and Private DNS with Terraform
19Dec, 2025

Securing AKS Image Pulls with Azure Private Endpoints (using Terraform/OpenTofu)

VNet, ACR, Private DNS, and Intent-Driven Networking with Terraform AKS ACR Private Endpoint Terraform is a common requirement when securing container image. Designing an Azure Virtual Network is rarely just about “connecting things together”.Once you introduce AKS, Azure Container Registry, and Private Endpoints, networking becomes a first-class architectural concern — …

Azure VNet Terraform diagram showing public and private subnets with NSG and NAT Gateway
22Jul, 2025

Azure Virtual Network (VNet) and Subnets with Terraform — The Foundation of Your Cloud Network

🌤️ Introduction When building infrastructure in Microsoft Azure, everything starts with networking. In this article, you’ll learn step-by-step how to create an Azure VNet Terraform, define subnets, and attach Network Security Groups (NSGs) for traffic control. If you’ve already explored the OCI Virtual Cloud Network (VCN) with Terraform, you’ll immediately …