You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/virtual-network/virtual-network-peering-overview.md
+18-9Lines changed: 18 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,29 +6,35 @@ services: virtual-network
6
6
author: asudbring
7
7
ms.service: azure-virtual-network
8
8
ms.topic: concept-article
9
-
ms.date: 02/22/2024
9
+
ms.date: 03/31/2025
10
10
ms.author: allensu
11
11
# Customer intent: As a cloud architect, I need to know how to use virtual network peering for connecting virtual networks. This knowledge will allow me to design connectivity correctly and understand future scalability options and limitations.
12
12
---
13
13
14
14
# Virtual network peering
15
15
16
-
Virtual network peering enables you to seamlessly connect two or more [virtual networks](virtual-networks-overview.md) in Azure. The virtual networks appear as one for connectivity purposes. The traffic between virtual machines in peered virtual networks uses the Microsoft backbone infrastructure. Like traffic between virtual machines in the same network, traffic is routed through the Microsoft *private* network only.
16
+
Virtual network peering enables you to seamlessly connect two or more [virtual networks](virtual-networks-overview.md) in Azure. The virtual networks appear as one for connectivity purposes. The traffic between virtual machines in peered virtual networks uses the Microsoft backbone infrastructure. Traffic is routed through the Microsoft *private* network only.
17
17
18
18
By default, a virtual network is peered with up to 500 other virtual networks. By using the [connectivity configuration for Azure Virtual Network Manager](../virtual-network-manager/concept-connectivity-configuration.md), you can increase this limit to peer up to 1,000 virtual networks to a single virtual network. With this larger size, you can create a hub-and-spoke topology with 1,000-spoke virtual networks, for example. You can also create a mesh of 1,000-spoke virtual networks where all spoke virtual networks are directly interconnected.
19
19
20
20
Azure supports the following types of peering:
21
21
22
22
***Virtual network peering**: Connect virtual networks within the same Azure region.
23
+
23
24
***Global virtual network peering**: Connect virtual networks across Azure regions.
24
25
25
26
The benefits of using virtual network peering, whether local or global, include:
26
27
27
28
* A low-latency, high-bandwidth connection between resources in different virtual networks.
29
+
28
30
* The ability for resources in one virtual network to communicate with resources in a different virtual network.
31
+
29
32
* The ability to transfer data between virtual networks across Azure subscriptions, Microsoft Entra tenants, deployment models, and Azure regions.
33
+
30
34
* The ability to peer virtual networks created through Azure Resource Manager.
35
+
31
36
* The ability to peer a virtual network created through Resource Manager to one created through the classic deployment model. To learn more about Azure deployment models, see [Understand Azure deployment models](../azure-resource-manager/management/deployment-models.md?toc=%2fazure%2fvirtual-network%2ftoc.json).
37
+
32
38
* No downtime to resources in either virtual network when you create the peering or after the peering is created.
33
39
34
40
Network traffic between peered virtual networks is private. Traffic between the virtual networks is kept on the Microsoft backbone network. No public internet, gateways, or encryption are required in the communication between the virtual networks.
@@ -41,7 +47,7 @@ It's an added flexibility built on top of virtual network peering, where users g
41
47
42
48
For peered virtual networks, resources in either virtual network can directly connect with resources in the peered virtual network.
43
49
44
-
The network latency between virtual machines in peered virtual networks in the same region is the same as the latency within a single virtual network. The network throughput is based on the bandwidth that's allowed for the virtual machine, proportionate to its size. There isn't any extra restriction on bandwidth within the peering.
50
+
The network latency between virtual machines in peered virtual networks in the same region is the same as the latency within a single virtual network. The network throughput is based on the bandwidth allowed for the virtual machine, proportionate to its size. There isn't any extra restriction on bandwidth within the peering.
45
51
46
52
The traffic between virtual machines in peered virtual networks is routed directly through the Microsoft backbone infrastructure, not through a gateway or over the public internet.
47
53
@@ -55,7 +61,9 @@ You can resize the address space of Azure virtual networks that are peered witho
55
61
You can resize addresses in the following ways:
56
62
57
63
- Modify the address range prefix of an existing address range (for example, change 10.1.0.0/16 to 10.1.0.0/18).
64
+
58
65
- Add address ranges to a virtual network.
66
+
59
67
- Delete address ranges from a virtual network.
60
68
61
69
Resizing of address space is supported cross-tenant.
@@ -103,8 +111,9 @@ You can also see [Troubleshoot virtual network peering issues](virtual-network-t
103
111
104
112
The following constraints apply only when virtual networks are globally peered:
105
113
106
-
* 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.
107
-
* 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 virtual network peering and load balancers?](virtual-networks-faq.md#what-are-the-constraints-related-to-global-virtual-network-peering-and-load-balancers).
114
+
* 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.
115
+
116
+
* 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 virtual network peering and load balancers?](virtual-networks-faq.md#what-are-the-constraints-related-to-global-virtual-network-peering-and-load-balancers).
108
117
109
118
You can't perform virtual network peerings as part of the `PUT` virtual network operation.
110
119
@@ -125,15 +134,15 @@ Gateway transit is a peering property that enables a virtual network to use a vi
125
134
126
135
## Related content
127
136
128
-
* You can create a peering between two virtual networks. The networks can belong to the same subscription, different deployment models in the same subscription, or different subscriptions. Complete a tutorial for one of the following scenarios:
137
+
* You can create a peering between two virtual networks. The networks can belong to the same subscription or different subscriptions. Complete a tutorial for one of the following scenarios:
* To learn how to create a hub-and-spoke network topology, see [Hub-and-spoke network topology in Azure](/azure/architecture/reference-architectures/hybrid-networking/hub-spoke?toc=%2fazure%2fvirtual-network%2ftoc.json).
145
+
138
146
* To learn about all virtual network peering settings, see [Create, change, or delete a virtual network peering](virtual-network-manage-peering.md).
147
+
139
148
* For answers to common virtual network peering and global virtual network peering questions, see [Virtual network peering](virtual-networks-faq.md#virtual-network-peering).
0 commit comments