Lec-03-Vnet-Peering
What is Vnet Peering in azure? · Virtual Network (VNet) peering in Azure is a mechanism that allows connecting two Azure virtual networks. · When we peer two VNets, they appear as one network to the resources connecting to them. · VNet peering enables resources in one VNet to communicate with resources in another VNet securely, without the need for a gateway or additional configuration. Regional VNet peering :- connects Azure virtual networks in the same region. Global VNet peering :- connects Azure virtual networks in different regions. Key points about VNet peering in Azure: Global Reach : VNet peering can be set up across different Azure regions, making it a global solution. Transitive Routing: If VNet A is peered with VNet B, and VNet B is peered with VNet C, then traffic can flow b...