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
# Customer intent: I want to connect two virtual networks so that virtual machines in one virtual network can communicate with virtual machines in the other virtual network.
Copy file name to clipboardExpand all lines: includes/virtual-network-create-network-peer.md
+12-10Lines changed: 12 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@
5
5
author: asudbring
6
6
ms.service: virtual-network
7
7
ms.topic: include
8
-
ms.date: 10/13/2023
8
+
ms.date: 06/17/2024
9
9
ms.author: allensu
10
10
ms.custom: include file
11
11
---
@@ -26,21 +26,23 @@ Use the following steps to create a two way network peer between **vnet1** and *
26
26
27
27
| Setting | Value |
28
28
|---|---|
29
-
|**This virtual network**||
29
+
|**Remote virtual network summary**||
30
30
| Peering link name | Enter **vnet-1-to-vnet-2**. |
31
-
| Allow 'vnet-1' to access 'vnet-2' | Leave the default of selected. |
32
-
| Allow 'vnet-1' to receive forwarded traffic from 'vnet-2' | Select the checkbox. |
33
-
| Allow gateway in 'vnet-1' to forward traffic to 'vnet-2' | Leave the default of cleared. |
34
-
| Enable 'vnet-1' to use 'vnet-2' remote gateway | Leave the default of cleared. |
35
-
|**Remote virtual network**||
36
-
| Peering link name | Enter **vnet-2-to-vnet-1**. |
37
31
| Virtual network deployment model | Leave the default of **Resource Manager**. |
38
32
| Subscription | Select your subscription. |
39
33
| Virtual network | Select **vnet-2**. |
34
+
|**Remote virtual network peering settings**||
40
35
| Allow 'vnet-2' to access 'vnet-1' | Leave the default of selected. |
41
36
| Allow 'vnet-2' to receive forwarded traffic from 'vnet-1' | Select the checkbox. |
42
-
| Allow gateway in 'vnet-2' to forward traffic to 'vnet-1' | Leave the default of cleared. |
43
-
| Enable 'vnet-2' to use 'vnet-1's' remote gateway | Leave the default of cleared. |
37
+
| Allow gateway or route server in 'vnet-2' to forward traffic to 'vnet-1' | Leave the default of cleared. |
38
+
| Enable 'vnet-2' to use 'vnet-1's' remote gateway or route server | Leave the default of cleared. |
39
+
|**Local virtual network peering summary**||
40
+
| Peering link name | Enter **vnet-2-to-vnet-1**. |
41
+
|**Local virtual network peering settings**||
42
+
| Allow 'vnet-1' to access 'vnet-2' | Leave the default of selected. |
43
+
| Allow 'vnet-1' to receive forwarded traffic from 'vnet-2' | Select the checkbox. |
44
+
| Allow gateway or route server in 'vnet-1' to forward traffic to 'vnet-2' | Leave the default of cleared. |
45
+
| Enable 'vnet-1' to use 'vnet-2's' remote gateway or route server | Leave the default of cleared. |
44
46
45
47
:::image type="content" source="./media/virtual-network-create-network-peer/add-peering.png" alt-text="Screenshot of Add peering in the Azure portal.":::
Copy file name to clipboardExpand all lines: includes/virtual-network-create-with-bastion.md
+7-6Lines changed: 7 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@
5
5
author: asudbring
6
6
ms.service: virtual-network
7
7
ms.topic: include
8
-
ms.date: 05/29/2024
8
+
ms.date: 06/17/2024
9
9
ms.author: allensu
10
10
ms.custom: include file
11
11
---
@@ -18,7 +18,7 @@ The following procedure creates a virtual network with a resource subnet, an Azu
18
18
19
19
1. On the **Virtual networks** page, select **+ Create**.
20
20
21
-
1. On the **Basics** tab of **Create virtual network**, enter or select the following information:
21
+
1. On the **Basics** tab of **Create virtual network**, enter, or select the following information:
22
22
23
23
| Setting | Value |
24
24
|---|---|
@@ -57,14 +57,15 @@ The following procedure creates a virtual network with a resource subnet, an Azu
57
57
58
58
| Setting | Value |
59
59
|---|---|
60
-
|**Subnet details**||
61
-
| Subnet template | Leave the default of **Default**. |
60
+
| Subnet purpose | Leave the default of **Default**. |
62
61
| Name | Enter **subnet-1**. |
62
+
|**IPv4**||
63
+
| IPv4 address range | Leave the default of **10.0.0.0/16**. |
63
64
| Starting address | Leave the default of **10.0.0.0**. |
64
-
|Subnet size| Leave the default of **/24 (256 addresses)**. |
65
+
|Size| Leave the default of **/24 (256 addresses)**. |
65
66
66
67
:::image type="content" source="./media/virtual-network-create-with-bastion/address-subnet-space.png" alt-text="Screenshot of configuration details for a subnet." lightbox="./media/virtual-network-create-with-bastion/address-subnet-space.png":::
67
68
68
-
1. Select **Add**.
69
+
1. Select **Save**.
69
70
70
71
1. Select **Review + create** at the bottom of the window. When validation passes, select **Create**.
0 commit comments