Back
Azure hub spoke routing architecture with Terraform and virtual appliance
07Apr, 2026

Azure Hub-and-Spoke Routing with Terraform — Solving Non-Transitive Peering

Introduction Azure hub spoke routing Terraform is a common pattern used to solve one of the key limitations of Azure VNet peering. In the previous article, we built a clean hub-and-spoke topology using Azure VNet peering.At first glance, everything looked correct — VNets were connected, and communication seemed possible. But …

azure vnet peering terraform hub and spoke architecture
02Apr, 2026

Azure VNet Peering with Terraform – Why Hub-and-Spoke Is Not Transitive

In this guide, we explore how Azure VNet peering Terraform works in real-world hub-and-spoke architectures. When engineers start building hub-and-spoke architectures in Azure, there is one assumption that almost always appears: If both spokes are connected to the hub, they should be able to communicate with each other. That assumption …

Azure VNet Peering vs OCI Local Peering Terraform architecture diagram
30Aug, 2025

Azure VNet Peering vs OCI Local Peering Gateway with Terraform

Introduction In this article, we compare Azure VNet Peering vs OCI Local Peering Terraform, two approaches to local connectivity in multicloud networking. When designing multicloud architectures, one of the most critical tasks is establishing secure and efficient network connectivity between workloads. Instead of routing traffic through the public internet — …