This lab demonstrates how to implement intersite connectivity in Azure using virtual network peering and gateway transit. It simulates a real-world scenario where core IT services must securely communicate with manufacturing systems across segmented VNets. Key tasks include VM deployment, network diagnostics, peering configuration, and UDR.
Both VNets were provisioned in East US 2 to enable seamless peering and gateway transit.
(10.0.0.0/16)
(172.16.0.0/16)
CoreServicesVM and ManufacturingVM were deployed in their respective VNets with matching subnet configurations.
Region was explicitly set to East US 2 during VM creation via the Azure Portal.
Network Watcher & Diagnostics: Enabled in East US 2 to support connection troubleshooting and packet capture.
Peering: CoreServicesVnet-to-ManufacturingVnet and vice versa
Status: ✅ Connected
Route Table: rt-CoreServices
Route: PerimetertoCore → 10.0.0.0/16 via NVA (10.0.1.7)