Back
azure rbac terraform vm storage architecture diagram
17Apr, 2026

Azure VM accessing Blob Storage using RBAC with Terraform/OpenTofu

Introduction This guide explains how to configure Azure RBAC Terraform VM storage access so a Virtual Machine can securely access Azure Blob Storage using Managed Identity. At first glance, accessing Azure Blob Storage from a Virtual Machine looks straightforward. You deploy a VM, create a storage account, and expect everything …

azure hub spoke private endpoint terraform architecture diagram
15Apr, 2026

Extending Azure Hub-and-Spoke Routing with Terraform Modules: Private Endpoint, DNS, and RBAC

Introduction Azure hub spoke private endpoint Terraform setups are where simple designs start to break. In a previous article, I showed how to build hub-and-spoke routing in Azure using Terraform/OpenTofu modules. That setup introduced a key idea: Hub-and-spoke is not about peering. It is about controlling traffic flow. But that …

Azure infrastructure Terraform layered architecture model showing network, security, traffic, compute and data access
29Mar, 2026

Azure Infrastructure with Terraform/OpenTofu: From Network Design to Scalable Compute

Azure infrastructure Terraform is often presented as a set of individual resources — but real platforms are built as connected architectural layers. When engineers start working with Azure and Terraform, most examples focus on individual resources. A Virtual Network here. A VM there. Maybe a Load Balancer on top. But …