Azure indirect Peering

风流意气都作罢 提交于 2019-12-01 23:39:05

For now, it is not possible.

VNet peering is between two virtual networks, and there is no derived transitive relationship. If virtual network A is peered with virtual network B, and if virtual network B is peered with virtual network C, it does not translate to virtual network A being peered with virtual network C. UDR could not achieve your scenario.

Why not set up as follows: A <->B B<->C A<->C?

More information about Peering please refer to this article.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!