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: articles/virtual-network/tutorial-connect-virtual-networks-portal.md
+8-14Lines changed: 8 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,18 +4,13 @@ description: In this tutorial, you learn how to connect virtual networks with vi
4
4
services: virtual-network
5
5
documentationcenter: virtual-network
6
6
author: KumudD
7
-
manager: twooley
8
-
editor: ''
9
-
tags: azure-resource-manager
10
7
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.
11
-
12
-
ms.assetid:
13
8
ms.service: virtual-network
14
9
ms.devlang: azurecli
15
10
ms.topic: tutorial
16
11
ms.tgt_pltfrm: virtual-network
17
12
ms.workload: infrastructure
18
-
ms.date: 08/16/2018
13
+
ms.date: 01/22/2020
19
14
ms.author: kumud
20
15
ms.custom:
21
16
---
@@ -40,9 +35,9 @@ Log in to the Azure portal at https://portal.azure.com.
40
35
41
36
## Create virtual networks
42
37
43
-
1. On the Azure portal menu or from the **Home** page, select **Create a resource**.
38
+
1. On the Azure portal, select **Create a resource**.
44
39
2. Select **Networking**, and then select **Virtual network**.
45
-
3. On the **Basics**page, enter or select the following information and accept the defaults for the remaining settings:
40
+
3. On the **Basics**tab, enter or select the following information and accept the defaults for the remaining settings:
46
41
47
42
|Setting|Value|
48
43
|---|---|
@@ -51,15 +46,17 @@ Log in to the Azure portal at https://portal.azure.com.
51
46
|Region| Select **East US**.|
52
47
|Name|myVirtualNetwork1|
53
48
54
-
4. On the **IP Addresses** page, enter 10.0.0.0/16 for the **Address Space** field. Click the **Add subnet** button below and enter Subnet1 for **Subnet Name** and 10.0.0.0/24 for **Subnet Address range**.
49
+
4. On the **IP Addresses** tab, enter 10.0.0.0/16 for the **Address Space** field. Click the **Add subnet** button below and enter *Subnet1* for **Subnet Name** and 10.0.0.0/24 for **Subnet Address range**.
50
+
5. Select **Review + Create** and then select **Create**.
55
51
56
-
5. Complete steps 1-3 again, with the following changes:
52
+
5. Complete steps 1-5 again, with the following changes:
57
53
58
54
|Setting|Value|
59
55
|---|---|
60
56
|Name|myVirtualNetwork2|
61
57
|Address space|10.1.0.0/16|
62
58
|Resource group| Select **Use existing** and then select **myResourceGroup**.|
59
+
|Subnet name | Subnet2|
63
60
|Subnet Address range|10.1.0.0/24|
64
61
65
62
## Peer virtual networks
@@ -92,7 +89,7 @@ Create a VM in each virtual network so that you can communicate between them in
92
89
93
90
### Create the first VM
94
91
95
-
1. On the Azure portal menu or from the **Home** page, select **Create a resource**.
92
+
1. On the Azure portal, select **Create a resource**.
96
93
2. Select **Compute**, and then select **Windows Server 2016 Datacenter**. You can select a different operating system, but the remaining steps assume you selected **Windows Server 2016 Datacenter**.
97
94
3. Enter, or select, the following information for **Basics**, accept the defaults for the remaining settings, and then select **Create**:
98
95
@@ -111,9 +108,6 @@ Create a VM in each virtual network so that you can communicate between them in
111
108
|---|---|
112
109
|Virtual network| myVirtualNetwork1 - If it's not already selected, select **Virtual network** and then select **myVirtualNetwork1**.|
113
110
|Subnet| Subnet1 - If it's not already selected, select **Subnet** and then select **Subnet1**.|
0 commit comments