Skip to content

Commit a170359

Browse files
committed
update the steps to add a connection
1 parent 624c304 commit a170359

File tree

1 file changed

+20
-3
lines changed

1 file changed

+20
-3
lines changed

articles/network-watcher/diagnose-communication-problem-between-networks.md

Lines changed: 20 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -132,16 +132,32 @@ After creating **VNet1GW** and **VNet2GW** virtual network gateways, you can cre
132132

133133
1. Select **+ Add** to create a connection from **VNet1** to **VNet2**.
134134

135-
1. In **Add connection**, enter or select the following values:
135+
1. In **Create connection**, enter or select the following values in the **Basics** tab:
136136

137137
| Setting | Value |
138138
| --- | --- |
139-
| Name | Enter ***to-VNet2***. |
139+
| **Project details** | |
140+
| Subscription | Select your Azure subscription. |
141+
| Resource Group | Select **myResourceGroup**. |
142+
| **Instance details** | |
140143
| Connection type | Select **VNet-to-VNet**. |
144+
| Name | Enter ***to-VNet2***. |
145+
| Region | Select **East US**. |
146+
147+
1. Select the **Settings** tab or select **Next: Settings** button.
148+
149+
1. In **Settings** tab, enter or select the following values:
150+
151+
| Setting | Value |
152+
| --- | --- |
153+
| **Virtual network gateway** | |
154+
| First virtual network gateway | Select **VNet1GW**. |
141155
| Second virtual network gateway | Select **VNet2GW**. |
142156
| Shared key (PSK) | Enter ***123***. |
143157

144-
1. Select **OK**.
158+
1. Select **Review + create**.
159+
160+
1. Review the settings, and then select **Create**.
145161

146162
### Create second connection
147163

@@ -152,6 +168,7 @@ After creating **VNet1GW** and **VNet2GW** virtual network gateways, you can cre
152168
| Setting | Value |
153169
| --- | --- |
154170
| Name | **to-VNet1** |
171+
| First virtual network gateway | **VNet2GW** |
155172
| Second virtual network gateway | **VNet1GW** |
156173
| Shared key (PSK) | **000** |
157174

0 commit comments

Comments
 (0)