Skip to content

Commit 147068a

Browse files
committed
engagement edits
1 parent 3096592 commit 147068a

File tree

1 file changed

+28
-1
lines changed

1 file changed

+28
-1
lines changed

articles/virtual-network/virtual-network-peering-overview.md

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services: virtual-network
66
author: asudbring
77
ms.service: azure-virtual-network
88
ms.topic: concept-article
9-
ms.date: 03/31/2025
9+
ms.date: 07/16/2025
1010
ms.author: allensu
1111
# 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.
1212
---
@@ -15,6 +15,18 @@ ms.author: allensu
1515

1616
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.
1717

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 will help you understand the capabilities and limitations of virtual network peering.
29+
1830
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.
1931

2032
Azure supports the following types of peering:
@@ -146,3 +158,18 @@ Gateway transit is a peering property that enables a virtual network to use a vi
146158
* To learn about all virtual network peering settings, see [Create, change, or delete a virtual network peering](virtual-network-manage-peering.md).
147159

148160
* For answers to common virtual network peering and global virtual network peering questions, see [Virtual network peering](virtual-networks-faq.md#virtual-network-peering).
161+
162+
## Next steps
163+
164+
Ready to implement virtual network peering? Choose your scenario:
165+
166+
### Get started with tutorials
167+
- **[Create peering in same subscription](tutorial-connect-virtual-networks-portal.md)** - Perfect for testing and development environments
168+
- **[Create peering across subscriptions](create-peering-different-subscriptions.md)** - Ideal for enterprise scenarios with multiple subscriptions
169+
170+
### Advanced configurations
171+
- **[Build a hub-and-spoke topology](/azure/architecture/reference-architectures/hybrid-networking/hub-spoke?toc=%2fazure%2fvirtual-network%2ftoc.json)** - Scale your network architecture
172+
- **[Manage peering settings](virtual-network-manage-peering.md)** - Complete reference for all peering options
173+
174+
### Need help?
175+
- **[Virtual network peering FAQ](virtual-networks-faq.md#virtual-network-peering)** - Common questions and answers

0 commit comments

Comments
 (0)