- Full summary in Pro version
- 13 more key points in Pro version
- 3 more common mistakes in Pro version
- 3 more exam tips in Pro version
- 43 more related questions in Pro version
Summary
Core Azure network design starts with address space, subnet boundaries, and the traffic paths those boundaries create. Virtual network peering gives low-latency private connectivity between VNets, but it is not transitive by default. Gateway transit is the clue that a spoke should use a hub gateway instead of deploying its own, while user-defined routes and virtual appliances decide whether east-west or north-south traffic is inspected.
Key Points
- Azure Virtual Network: Choose this when workloads need private IP address space, subnet segmentation, peering, route control, and integration with Azure network services.
Common Mistakes
- Assuming VNet peering is transitive and that spokes can automatically route through each other without explicit hub routing.
Exam Tips
- Use peering for private VNet connectivity, gateway transit for shared gateway access, and UDRs when the next hop must change.