Open In App

What is Azure Virtual Network Peering ?

Imagine we have a virtual network named vnet1 which has address space assigned dynamically and subnets under that. so, the resources can be connected to subnets and they will be assigned with static Ip address. The resources which are connected to subnets can communicate with each other unless we restrict them. This is a default behavior. Similarly, we have another virtual network named vnet2. If we want the virtual networks to communicate with each other, it cannot happen dynamically. So we need Virtual network peering. In this article, let us understand Azure Virtual Network Peering.

What is Azure Virtual Network Peering?

VNet Peering Supported Configuration

Benefits of Virtual Network Peering

Virtual Network Peering: A Step-By-Step Guide

Step 1: Creating Virtual Networks and Subnets





Step 2: Peer the Virtual Networks

Azure Virtual Network Peering – FAQs

Can I peer virtual networks belonging to different Azure Subscriptions?

Yes, You can peer virtual networks belonging to different Azure subscription. In the section of adding remote virtual network details, we can also have an option to provide the subscription type in which the virtual network belongs to.

What are the benefits of Azure Virtual Network Peering?

Azure Virtual network peering has wide range of benefits including:

  • Improved performance
  • Secure and Private connectivity
  • cost efficient and simplified network architecture

Can I Peer Virtual Networks in different Azure Regions?

A. Yes, we can peer virtual networks belongs to different Azure regions, but we cannot peer virtual networks which belongs to two different Azure AD tenants.

Is there any limitation on the number of peering connections I can create for a Virtual Network?

Azure imposes certain limitations on the number of peering connections per virtual network, which may vary based on factors such as the Azure region and the factors of the virtual network.


Article Tags :