|
1 | 1 | ---
|
2 |
| -title: Azure Virtual Network peering |
| 2 | +title: Azure Virtual Network Peering |
3 | 3 | titlesuffix: Azure Virtual Network
|
4 | 4 | description: Learn about virtual network peering in Azure, including how it enables you to connect networks in Azure Virtual Network.
|
5 | 5 | services: virtual-network
|
6 | 6 | author: asudbring
|
7 | 7 | ms.service: azure-virtual-network
|
8 | 8 | ms.topic: concept-article
|
9 |
| -ms.date: 03/31/2025 |
| 9 | +ms.date: 07/16/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 |
| -# Virtual network peering |
| 14 | +# Azure 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. Traffic is routed through the Microsoft *private* network only. |
| 16 | +Azure Virtual Network peering enables you to seamlessly connect two or more virtual networks in Azure, making them appear as one for connectivity purposes. This powerful feature allows you to create secure, high-performance connections between virtual networks while keeping all traffic on Microsoft's private backbone infrastructure, eliminating the need for public internet routing. |
| 17 | + |
| 18 | +**What you'll learn in this article:** |
| 19 | + |
| 20 | +- How virtual network peering works and its key benefits |
| 21 | + |
| 22 | +- Different types of peering (local and global) |
| 23 | + |
| 24 | +- How to implement connectivity and service chaining |
| 25 | + |
| 26 | +- Troubleshooting common peering issues |
| 27 | + |
| 28 | +Whether you're designing a hub-and-spoke topology or connecting networks across regions, this guide helps you understand the capabilities and limitations of virtual network peering. |
17 | 29 |
|
18 | 30 | 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 | 31 |
|
@@ -132,17 +144,17 @@ Gateway transit is a peering property that enables a virtual network to use a vi
|
132 | 144 | >[!NOTE]
|
133 | 145 | > A previous version of this document stated that virtual network peering charges wouldn't apply on the spoke virtual network (or nongateway virtual network) with gateway transit. It now reflects accurate pricing per the pricing page.
|
134 | 146 |
|
135 |
| -## Related content |
136 |
| - |
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: |
| 147 | +## Next steps |
138 | 148 |
|
139 |
| - |Azure deployment model | Subscription | |
140 |
| - |--------- |---------| |
141 |
| - |Resource Manager |[Same](tutorial-connect-virtual-networks-portal.md)| |
142 |
| - | |[Different](create-peering-different-subscriptions.md)| |
| 149 | +Ready to implement virtual network peering? Choose your scenario: |
143 | 150 |
|
144 |
| -* 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). |
| 151 | +### Get started with tutorials |
| 152 | +- **[Create peering in same subscription](tutorial-connect-virtual-networks-portal.md)** - Perfect for testing and development environments |
| 153 | +- **[Create peering across subscriptions](create-peering-different-subscriptions.md)** - Ideal for enterprise scenarios with multiple subscriptions |
145 | 154 |
|
146 |
| -* To learn about all virtual network peering settings, see [Create, change, or delete a virtual network peering](virtual-network-manage-peering.md). |
| 155 | +### Advanced configurations |
| 156 | +- **[Build a hub-and-spoke topology](/azure/architecture/reference-architectures/hybrid-networking/hub-spoke?toc=%2fazure%2fvirtual-network%2ftoc.json)** - Scale your network architecture |
| 157 | +- **[Manage peering settings](virtual-network-manage-peering.md)** - Complete reference for all peering options |
147 | 158 |
|
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). |
| 159 | +### Need help? |
| 160 | +- **[Virtual network peering FAQ](virtual-networks-faq.md#virtual-network-peering)** - Common questions and answers |
0 commit comments