Skip to content

Commit 53597d2

Browse files
Merge pull request #278465 from asudbring/vnet-peer-update
Update date on vnet peer update doc and update includes for new create UI
2 parents 269554b + 506d2e1 commit 53597d2

File tree

5 files changed

+20
-17
lines changed

5 files changed

+20
-17
lines changed

articles/virtual-network/tutorial-connect-virtual-networks-portal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: In this tutorial, you learn how to connect virtual networks with vi
44
author: asudbring
55
ms.service: virtual-network
66
ms.topic: tutorial
7-
ms.date: 08/22/2023
7+
ms.date: 06/17/2024
88
ms.author: allensu
99
ms.custom: template-tutorial, linux-related-content
1010
# 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.
283 KB
Loading
175 KB
Loading

includes/virtual-network-create-network-peer.md

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
author: asudbring
66
ms.service: virtual-network
77
ms.topic: include
8-
ms.date: 10/13/2023
8+
ms.date: 06/17/2024
99
ms.author: allensu
1010
ms.custom: include file
1111
---
@@ -26,21 +26,23 @@ Use the following steps to create a two way network peer between **vnet1** and *
2626

2727
| Setting | Value |
2828
|---|---|
29-
| **This virtual network** | |
29+
| **Remote virtual network summary** | |
3030
| 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**. |
3731
| Virtual network deployment model | Leave the default of **Resource Manager**. |
3832
| Subscription | Select your subscription. |
3933
| Virtual network | Select **vnet-2**. |
34+
| **Remote virtual network peering settings** | |
4035
| Allow 'vnet-2' to access 'vnet-1' | Leave the default of selected. |
4136
| 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. |
4446

4547
:::image type="content" source="./media/virtual-network-create-network-peer/add-peering.png" alt-text="Screenshot of Add peering in the Azure portal.":::
4648

includes/virtual-network-create-with-bastion.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
author: asudbring
66
ms.service: virtual-network
77
ms.topic: include
8-
ms.date: 05/29/2024
8+
ms.date: 06/17/2024
99
ms.author: allensu
1010
ms.custom: include file
1111
---
@@ -18,7 +18,7 @@ The following procedure creates a virtual network with a resource subnet, an Azu
1818

1919
1. On the **Virtual networks** page, select **+ Create**.
2020

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:
2222

2323
| Setting | Value |
2424
|---|---|
@@ -57,14 +57,15 @@ The following procedure creates a virtual network with a resource subnet, an Azu
5757

5858
| Setting | Value |
5959
|---|---|
60-
| **Subnet details** | |
61-
| Subnet template | Leave the default of **Default**. |
60+
| Subnet purpose | Leave the default of **Default**. |
6261
| Name | Enter **subnet-1**. |
62+
| **IPv4** | |
63+
| IPv4 address range | Leave the default of **10.0.0.0/16**. |
6364
| 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)**. |
6566

6667
:::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":::
6768

68-
1. Select **Add**.
69+
1. Select **Save**.
6970

7071
1. Select **Review + create** at the bottom of the window. When validation passes, select **Create**.

0 commit comments

Comments
 (0)