vNet peering -- Allow Gateway Transit

Copper Contributor

 


if we have S2S vpn (on prem to Azure) having with multiple workloads in differentregions, in this case, if region 1 VM want to talk to region 2 / 3.

how can we configure the network?


configuring Site 2 Site VPN to Region1 (1st - vnet out of 5) later configuring Global vNet Peering (with Allow Gateway Transit) in between the region 2/3 --> region 1 will full fill my requirements. 

Please suggest me the best path.

2 Replies
Within Azure cross-region, the best way to use Global VNET Peering which uses Microsoft Backbone
Please refer to the following article to prepare GNET Peering

Benefits-
1) Private Peering traffic stays on the Azure network backbone.
2) Low latency and high bandwidth VNet region to VNet region connectivity.
3) No more VNet to VNet VPN configuration which means no VPN encryption, no gateways, no public internet necessary.

https://docs.microsoft.com/en-us/azure/virtual-network/create-peering-different-subscriptions#cli
Thank you Sesha,

"No more VNet to VNet VPN configuration which means no VPN encryption, no gateways, no public internet necessary." means with in multiple regions we can configure the GNET peering for handshake with options "Allow forwarded traffic" -- can we say with (allow forwarded traffic) this option, all other vNets (in region) will talk to all vNets in other region. Where to skip multiple configurations of peerings. Please advise.