Skip to content

Commit 720c502

Browse files
Merge pull request #228336 from halkazwini/nw-vpn-tut2
Additional tweaks
2 parents 9b23ee3 + ab8bd15 commit 720c502

File tree

1 file changed

+15
-23
lines changed

1 file changed

+15
-23
lines changed

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

Lines changed: 15 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: 'Tutorial: Diagnose communication problem between virtual networks - Azure portal'
33
titleSuffix: Azure Network Watcher
4-
description: In this tutorial, you learn how to use Azure Network Watcher VPN diagnostics to troubleshoot a communication problem between two Azure virtual networks connected by Azure VPN gateways.
4+
description: In this tutorial, you learn how to use Azure Network Watcher VPN troubleshoot to diagnose a communication problem between two Azure virtual networks connected by Azure VPN gateways.
55
services: network-watcher
66
author: halkazwini
77
ms.service: network-watcher
@@ -15,9 +15,9 @@ ms.custom: template-tutorial, engagement-fy23
1515

1616
# Tutorial: Diagnose a communication problem between virtual networks using the Azure portal
1717

18-
Azure VPN gateway is a type of virtual network gateway that you can use to send encrypted traffic between an Azure virtual network and your on-premises locations over the public internet. You can also use VPN gateway to send encrypted traffic between Azure virtual networks over the Microsoft network. Multiple connections can be created to the same VPN gateway. You can use Azure Network Watcher to troubleshoot and diagnose a VPN gateway and its connections.
18+
Azure VPN gateway is a type of virtual network gateway that you can use to send encrypted traffic between an Azure virtual network and your on-premises locations over the public internet. You can also use VPN gateway to send encrypted traffic between Azure virtual networks over the Microsoft network. A VPN gateway allows you to create multiple connections to on-premises VPN devices and Azure VPN gateways. For more information about the number of connections that you can create with each VPN gateway SKU, see [Gateway SKUs](../../articles/vpn-gateway/vpn-gateway-about-vpngateways.md#gwsku). Whenever you need to troubleshoot an issue with a VPN gateway or one of its connections, you can use Azure Network Watcher VPN troubleshoot to help you checking the VPN gateway or its connections to find and resolve the problem in easy and simple steps.
1919

20-
In this tutorial, you connect two virtual networks via VPN gateways using VNet-to-VNet connections and use Network Watcher VPN troubleshoot capability to diagnose and troubleshoot a connectivity issue that's preventing the two virtual networks from communicating with each other. Once you find the issue and resolve it, you check the connectivity between the two virtual networks to verify the problem was resolved.
20+
This tutorial helps you connect two virtual networks via VPN gateways using VNet-to-VNet connections and use Network Watcher VPN troubleshoot capability to diagnose and troubleshoot a connectivity issue that's preventing the two virtual networks from communicating with each other. Once you find the issue and resolve it, you check the connectivity between the two virtual networks to verify the problem was resolved.
2121

2222
In this tutorial, you learn how to:
2323

@@ -43,11 +43,11 @@ In this section, you create two virtual networks that you connect later using vi
4343

4444
### Create first virtual network
4545

46-
1. In the search box at the top of the portal, enter *virtual networks*. Select **Virtual networks** in the search results.
46+
1. In the search box at the top of the portal, enter *virtual network*. Select **Virtual networks** in the search results.
4747

4848
:::image type="content" source="./media/diagnose-communication-problem-between-networks/virtual-network-azure-portal.png" alt-text="Screenshot shows searching for virtual networks in the Azure portal.":::
4949

50-
1. Select **+ Create**. In **Create virtual network**, enter or select the following in the **Basics** tab:
50+
1. Select **+ Create**. In **Create virtual network**, enter or select the following values in the **Basics** tab:
5151

5252
| Setting | Value |
5353
| --- | --- |
@@ -68,17 +68,7 @@ In this section, you create two virtual networks that you connect later using vi
6868
| Subnet name | Enter *mySubnet*. |
6969
| Subnet address range | Enter *10.1.0.0/24*. |
7070

71-
1. Select the **Security** tab, or select the **Next: Security** button at the bottom of the page.
72-
73-
1. Under **BastionHost**, select **Enable** and enter the following:
74-
75-
| Setting | Value |
76-
| --- | --- |
77-
| Bastion name | Enter *myBastionHost*. |
78-
| AzureBastionSubnet address space | Enter *10.0.3.0/24*. |
79-
| Public IP Address | Select **Create new**. </br> Enter *myBastionIP* for **Name**. </br> Select **OK**. |
80-
81-
1. Select the **Review + create** tab or select the **Review + create** button.
71+
1. Select the **Review + create** tab or select the **Review + create** button at the bottom of the page.
8272

8373
1. Review the settings, and then select **Create**.
8474

@@ -99,9 +89,9 @@ In this section, you create a storage account, then you create a container in it
9989

10090
If you have a storage account that you want to use, you can skip the following steps and go to [Create VPN gateways](#create-vpn-gateways).
10191

102-
1. In the search box at the top of the portal, enter *storage accounts*. Select **Storage accounts** in the search results.
92+
1. In the search box at the top of the portal, enter *storage account*. Select **Storage accounts** in the search results.
10393

104-
1. Select **+ Create**. In **Create a storage account**, enter or select the following in the **Basics** tab:
94+
1. Select **+ Create**. In **Create a storage account**, enter or select the following values in the **Basics** tab:
10595

10696
| Setting | Value |
10797
| --- | --- |
@@ -116,7 +106,7 @@ If you have a storage account that you want to use, you can skip the following s
116106

117107
1. Select the **Networking** tab, or select **Next: Advanced** and then **Next: Networking** button at the bottom of the page.
118108

119-
1. Under **Network connectivity**, select **Disable public access and use private access**.
109+
1. Under **Network connectivity**, select **Enable public access from all networks**.
120110

121111
1. Select the **Review** tab or select the **Review** button.
122112

@@ -128,7 +118,7 @@ If you have a storage account that you want to use, you can skip the following s
128118

129119
1. Select **+ Container**.
130120

131-
1. In **New container**, enter or select the following then select **Create**.
121+
1. In **New container**, enter or select the following values then select **Create**.
132122

133123
| Setting | Value |
134124
| --- | --- |
@@ -141,9 +131,9 @@ In this section, you create two VPN gateways that will be used to connect the tw
141131

142132
### Create first VPN gateway
143133

144-
1. In the search box at the top of the portal, enter *virtual network gateways*. Select **Virtual network gateways** in the search results.
134+
1. In the search box at the top of the portal, enter *virtual network gateway*. Select **Virtual network gateways** in the search results.
145135

146-
1. Select **+ Create**. In **Create virtual network gateway**, enter or select the following in the **Basics** tab:
136+
1. Select **+ Create**. In **Create virtual network gateway**, enter or select the following values in the **Basics** tab:
147137

148138
| Setting | Value |
149139
| --- | --- |
@@ -298,7 +288,9 @@ If you're no longer need the gateways and other resources created in this tutori
298288

299289
## Next steps
300290

301-
In this tutorial, you learned how to diagnose a problem with a virtual network gateway. You may want to log network communication to and from a VM so that you can review the log for anomalies. To learn how, advance to the next tutorial.
291+
In this tutorial, you learned how to diagnose a connectivity problem between two connected virtual networks via VPN gateways. For more information about connecting virtual networks using VPN gateways, see [VNet-to-VNet connections](../../articles/vpn-gateway/design.md#V2V).
292+
293+
To learn how to log network communication to and from a virtual machine so that you can review the log for anomalies, advance to the next tutorial.
302294

303295
> [!div class="nextstepaction"]
304296
> [Log network traffic to and from a VM](network-watcher-nsg-flow-logging-portal.md)

0 commit comments

Comments
 (0)