如何在不同帐户之间连接到 Azure 中的 VNet
How to connect to VNets in Azure between different accounts
连接 2 个 VNet 的正确方法是什么,每个 VNet 都位于不同的 Azure 帐户中?是否使用虚拟网络网关?
我无法让它工作
您可以使用 site-to-site VPN 来做到这一点。 Reference。因为它们位于不同的 Azure 帐户下,所以您需要将它们视为 Azure to On Premise。
连接 2 个 VNet 的正确方法是什么,每个 VNet 都位于不同的 Azure 帐户中?是否使用虚拟网络网关? 我无法让它工作
您可以使用 site-to-site VPN 来做到这一点。 Reference。因为它们位于不同的 Azure 帐户下,所以您需要将它们视为 Azure to On Premise。