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 Blob Storage Private Endpoint Terraform
19Jan, 2026

Azure Blob Storage with Private Endpoint — Designing a Private Object Store with Terraform

Azure Blob Private Endpoint Terraform is often treated as a public service by default. 🔵 Terraform Azure Private Endpoint Example (Module-Based) This is a minimal working example of Azure Blob Storage exposed via a Private Endpoint using FoggyKitchen Terraform modules: – Private Endpoint for Blob (module-based) – Private DNS integration …