Skip to content

Commit 1b997c1

Browse files
authored
Merge pull request #102003 from KumudD/vnetfreshnessupdate
Freshness update - VNet
2 parents 8988177 + 7b42b6e commit 1b997c1

File tree

2 files changed

+9
-15
lines changed

2 files changed

+9
-15
lines changed

articles/virtual-network/quick-create-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.devlang: azurecli
1111
ms.topic: quickstart
1212
ms.tgt_pltfrm: virtual-network
1313
ms.workload: infrastructure
14-
ms.date: 12/12/2018
14+
ms.date: 01/22/2019
1515
ms.author: kumud
1616
---
1717

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

Lines changed: 8 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,13 @@ description: In this tutorial, you learn how to connect virtual networks with vi
44
services: virtual-network
55
documentationcenter: virtual-network
66
author: KumudD
7-
manager: twooley
8-
editor: ''
9-
tags: azure-resource-manager
107
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:
138
ms.service: virtual-network
149
ms.devlang: azurecli
1510
ms.topic: tutorial
1611
ms.tgt_pltfrm: virtual-network
1712
ms.workload: infrastructure
18-
ms.date: 08/16/2018
13+
ms.date: 01/22/2020
1914
ms.author: kumud
2015
ms.custom:
2116
---
@@ -40,9 +35,9 @@ Log in to the Azure portal at https://portal.azure.com.
4035

4136
## Create virtual networks
4237

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**.
4439
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:
4641

4742
|Setting|Value|
4843
|---|---|
@@ -51,15 +46,17 @@ Log in to the Azure portal at https://portal.azure.com.
5146
|Region| Select **East US**.|
5247
|Name|myVirtualNetwork1|
5348

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**.
5551

56-
5. Complete steps 1-3 again, with the following changes:
52+
5. Complete steps 1-5 again, with the following changes:
5753

5854
|Setting|Value|
5955
|---|---|
6056
|Name|myVirtualNetwork2|
6157
|Address space|10.1.0.0/16|
6258
|Resource group| Select **Use existing** and then select **myResourceGroup**.|
59+
|Subnet name | Subnet2|
6360
|Subnet Address range|10.1.0.0/24|
6461

6562
## Peer virtual networks
@@ -92,7 +89,7 @@ Create a VM in each virtual network so that you can communicate between them in
9289

9390
### Create the first VM
9491

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**.
9693
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**.
9794
3. Enter, or select, the following information for **Basics**, accept the defaults for the remaining settings, and then select **Create**:
9895

@@ -111,9 +108,6 @@ Create a VM in each virtual network so that you can communicate between them in
111108
|---|---|
112109
|Virtual network| myVirtualNetwork1 - If it's not already selected, select **Virtual network** and then select **myVirtualNetwork1**.|
113110
|Subnet| Subnet1 - If it's not already selected, select **Subnet** and then select **Subnet1**.|
114-
115-
116-
![Virtual machine settings](./media/tutorial-connect-virtual-networks-portal/virtual-machine-settings.png)
117111

118112
6. Select **Networking**. Choose **Allow selected ports** for the **Public inbound ports** option. Choose **RDP** for the **Select inbound ports** option below this.
119113

0 commit comments

Comments
 (0)