Architecture gallery
CloudPlatformDevOps● production
Azure Hub-Spoke Landing Zone
A Terraform hub-spoke topology for Azure: a firewall + private-DNS hub peered to four VNets, with every data and AI service reachable only through private endpoints.
NETWORK TOPOLOGY · hub-spoke · Central US
01 · Hub · Firewall + DNS02 · Spoke · workloads03 · BrowserAuth · Databricks04 · Sandbox05 · Private endpoints
Tech stack
TerraformAzure FirewallPrivate DNSVNet PeeringDatabricksAzure OpenAIData Factory
What it does
Builds a segmented Azure network from code (Central US). A hub VNet (10.0.0.0/16) runs Azure Firewall and Private DNS; three spokes peer back to it — workloads (10.1), Databricks browser-auth (10.2), and sandbox (10.3). Every service connects over a private endpoint, and route tables push egress through the firewall.