By default, Azure Virtual Network peering is transitive, meaning that if VNet A is peered with VNet B, and VNet B is peered with VNet C, resources in VNet A can communicate with resources in VNet C without requiring a direct peering connection or a transit gateway.
Is this statement true or false?
Cevap: Cevap
Cevap
The statement is false because Azure Virtual Network peering is non-transitive by default.
The statement is false because Virtual Network peering in Azure is non-transitive. Resources in VNet A cannot communicate with resources in VNet C through VNet B unless there is a direct peering connection between VNet A and VNet C, or a routing mechanism (such as a VPN Gateway with gateway transit or a Network Virtual Appliance) is configured in VNet B to forward the traffic.
Adım Adım Çözüm
Anahtar Kavram
Azure Virtual Network Peering Transitivity