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: learn-pr/wwl-azure/configure-vnet-peering/includes/3-determine-gateway-transit-connectivity.md
+10-7Lines changed: 10 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,15 +8,18 @@ Consider a scenario where three virtual networks in the same region are connecte
8
8
9
9
:::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":::
10
10
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
+
15
21
:::image type="content" source="../media/peering-settings.png" alt-text="Screenshot of the peering options in the portal." border="false":::
16
22
17
-
> [!TIP]
18
-
> Use **Ask Learn** (available in English) or **Copilot** to explore *Azure gateway transit*.
19
-
20
23
### Things to know about Azure VPN Gateway
21
24
22
25
Let's take a closer look at how Azure VPN Gateway is implemented with Azure Virtual Network peering.
0 commit comments