0

Actually I have different Group resources using two subscriptions, but I need to enable access using IPsec VPN Gateway to all of them. I checked to use peering, but I see how if Group resource is in other subscription azure cli can't see them.

How can I mount a connection? I understand that you only can use one subscription to all the infrastructure to activate internal routing? All is in the same region.

Thanks

deconya
  • 135

1 Answers1

1

According to your description, you have two Vnets in two subscription. If you enable Peering, the two Vnet could communication. But VNet peering is between two virtual networks, and there is no derived transitive relationship.

It seems that you have a Site-to-Site VPN from a local to one Vnet, it only works in the VNet, you could not communication to another VNet. You need create a new Site-to-Site VPN connection.