Skip to content

Commit 0495e3f

Browse files
authored
Enhance documentation on VNet peering settings
Added details about Azure portal settings for virtual network peering, including traffic control and gateway transit options.
1 parent 1d6b4ee commit 0495e3f

1 file changed

Lines changed: 10 additions & 7 deletions

File tree

learn-pr/wwl-azure/configure-vnet-peering/includes/3-determine-gateway-transit-connectivity.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,18 @@ Consider a scenario where three virtual networks in the same region are connecte
88

99
:::image type="content" source="../media/gateway-transit-173a51a0.png" alt-text="Diagram of a regional virtual network peering. One network allows VPN gateway transit and uses a remote VPN gateway to access resources in a hub virtual network." border="false":::
1010

11-
12-
13-
The Azure portal doesn't specifically mention *gateway transit* and *connectivity*. Instead, you have choices for allowing and forwarding network traffic.
14-
11+
The Azure portal provides four key settings when configuring virtual network peering:
12+
13+
- **Traffic to remote virtual network**. Controls whether traffic flows from this VNet to the remote VNet.
14+
15+
- **Traffic forwarded from remote virtual network**. Controls whether forwarded (non-originating) traffic is accepted from the peered VNet.
16+
17+
- **Virtual network gateway or Route Server**. Enables gateway transit. Lets peered VNets use this VNet's VPN Gateway or Azure Route Server.
18+
19+
- **Remote virtual network gateway or Route Server**. Enables this VNet to use the remote VNet's VPN Gateway or Route Server.
20+
1521
:::image type="content" source="../media/peering-settings.png" alt-text="Screenshot of the peering options in the portal." border="false":::
1622

17-
> [!TIP]
18-
> Use **Ask Learn** (available in English) or **Copilot** to explore *Azure gateway transit*.
19-
2023
### Things to know about Azure VPN Gateway
2124

2225
Let's take a closer look at how Azure VPN Gateway is implemented with Azure Virtual Network peering.

0 commit comments

Comments
 (0)