Peering between two vnets in different subscription and region

Vinoth Kaliaperumal 386 Reputation points
2023-08-15T10:54:09.35+00:00

Hi All,

I have two vm, one in Europe region and another one in US both are in different subscription. Which conntion i can use to peer them effectively and privately.

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
9,014 questions
Azure Virtual Network
Azure Virtual Network
An Azure networking service that is used to provision private networks and optionally to connect to on-premises datacenters.
2,762 questions
0 comments No comments
{count} votes

Accepted answer
  1. Alistair Ross 7,466 Reputation points Microsoft Employee
    2023-08-15T11:01:51.5733333+00:00

    Hello @Vinoth Kaliaperumal

    You can Global virtual network peering to achieve this. You set this up the same way as standard peering, but it will allow you to peer networks in different regions. Just bear in mind there are constraints.

    Resources in one virtual network can't communicate with the front-end IP address of a Basic Load Balancer (internal or public) in a globally peered virtual network.

    Some services that use a Basic load balancer don't work over global virtual network peering. For more information, see What are the constraints related to Global VNet Peering and Load Balancers?.

    https://learn.microsoft.com/en-us/azure/virtual-network/virtual-network-peering-overview#constraints-for-peered-virtual-networks

    Further more, if you want to isolate the traffic between the two devices only, you can use Network Security groups to control the inbound / outbound traffic to /from subnets, IPs etc.

    https://learn.microsoft.com/en-us/azure/virtual-network/network-security-groups-overview

    kind regards

    Alistair

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.