li-raz
li-raz

Reputation: 1696

How to connect to VNets in Azure between different accounts

What correct way to connect 2 VNets , that each one sits in a different Azure account? is it using Virtual Network Gateway? I cannot make it work

Upvotes: 0

Views: 108

Answers (1)

4c74356b41
4c74356b41

Reputation: 72171

You could use a site-to-site VPN to do that. Reference. Because they are sitting under different Azure Accounts you need to threat those as Azure to OnPremise.

Upvotes: 1

Related Questions