Back
Azure Managed Disk Terraform architecture diagram showing direct attachment to backend VMs without iSCSI
15Aug, 2025

Creating Azure Managed Disks with Terraform/OpenTofu — and How It Differs from OCI

In this post, we’ll explore how to create and attach an Azure Managed Disk Terraform/OpenTofu, one of the simplest ways to automate storage provisioning in Azure. When you automate infrastructure across clouds, you quickly realize that “block storage” doesn’t mean the same thing everywhere.In this post, we’ll explore how to …

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 …

06Jul, 2025

Azure Load Balancer with Terraform: The Hidden Networking Rules You Need

Azure Load Balancer Terraform deployments might look simple at first — define a frontend IP, create a backend pool, add a probe… but there’s a catch. When you think about deploying an Azure Load Balancer with Terraform, it feels pretty straightforward: define a frontend IP, create a backend pool, add …