An Azure networking service that is used to provision private networks and optionally to connect to on-premises datacenters.
Hi Mark Pearson
Welcome to Microsoft Q&A Platform.
Both architectures are valid, and the choice depends on organizational scale, governance requirements, and security boundaries. Microsoft documentation describes hub-and-spoke as a flexible topology where hubs provide shared connectivity services such as VPN gateways, firewalls, and routing for spoke networks.Ref :Hub-spoke network topology in Azure
For most small to medium environments, Option 2 (single hub with dev and prod spokes) is a practical starting point due to its simplicity and cost efficiency.
As environments grow or regulatory requirements increase, organizations often evolve toward Option 1 with separate hubs for production and non-production workloads to improve security isolation and governance.
Ref:
- Create a secured hub and spoke network
- Deploy a connectivity configuration
- Hub-spoke network topology in Azure (architecture overview & recommendations)
Please
and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.