Skip to content

Commit 94a7caa

Browse files
authored
Merge pull request #106633 from cherylmc/vwanpic
update architecture graphic
2 parents f90d6d9 + a1f486a commit 94a7caa

File tree

2 files changed

+14
-13
lines changed

2 files changed

+14
-13
lines changed
30.8 KB
Loading

articles/virtual-wan/virtual-wan-route-table-portal.md

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ author: cherylmc
66

77
ms.service: virtual-wan
88
ms.topic: conceptual
9-
ms.date: 11/12/2019
9+
ms.date: 03/05/2020
1010
ms.author: cherylmc
1111
Customer intent: As someone with a networking background, I want to create a route table using the portal.
1212
---
1313

1414
# Create a Virtual WAN hub route table for NVAs: Azure portal
1515

16-
This article shows you how to steer traffic from a branch (on-premises site) connected to the Virtual WAN hub to a Spoke Vnet via a Network Virtual Appliance (NVA).
16+
This article shows you how to steer traffic from a branch (on-premises site) connected to the Virtual WAN hub to a Spoke virtual network (VNet) via a Network Virtual Appliance (NVA).
1717

1818
![Virtual WAN diagram](./media/virtual-wan-route-table/vwanroute.png)
1919

@@ -25,23 +25,24 @@ Verify that you have met the following criteria:
2525

2626
* A private IP address must be assigned to the NVA network interface.
2727

28-
* The NVA is not deployed in the virtual hub. It must be deployed in a separate VNet.
28+
* The NVA is not deployed in the virtual hub. It must be deployed in a separate virtual network.
2929

30-
* The NVA VNet may have one or many virtual networks connected to it. In this article, we refer to the NVA VNet as an 'indirect spoke VNet'. These VNets can be connected to the NVA VNet by using VNet peering. The Vnet Peering links are depicted by black arrows in the above figure between Vnet 1, Vnet 2 and NVA Vnet.
31-
* You have created 2 VNets. They will be used as spoke VNets.
30+
* The NVA virtual network may have one or many virtual networks connected to it. In this article, we refer to the NVA virtual network as an 'indirect spoke VNet'. These virtual networks can be connected to the NVA VNet by using VNet peering. The VNet Peering links are depicted by black arrows in the above figure between VNet 1, VNet 2, and NVA VNet.
31+
* You have created two virtual networks. They will be used as spoke VNets.
3232

33-
* For this exercise, the VNet spoke address spaces are: VNet1: 10.0.2.0/24 and VNet2: 10.0.3.0/24. If you need information on how to create a VNet, see [Create a virtual network](../virtual-network/quick-create-portal.md).
33+
* The VNet spoke address spaces are: VNet1: 10.0.2.0/24 and VNet2: 10.0.3.0/24. If you need information on how to create a virtual network, see [Create a virtual network](../virtual-network/quick-create-portal.md).
3434

3535
* Ensure there are no virtual network gateways in any of the VNets.
36-
* For this configuration, these VNets do not require a gateway subnet.
36+
37+
* The VNets do not require a gateway subnet.
3738

3839
## <a name="signin"></a>1. Sign in
3940

4041
From a browser, navigate to the [Azure portal](https://portal.azure.com) and sign in with your Azure account.
4142

4243
## <a name="vwan"></a>2. Create a virtual WAN
4344

44-
Create a virtual WAN. For the purposes of this exercise, you can use the following values:
45+
Create a virtual WAN. Use the following example values:
4546

4647
* **Virtual WAN name:** myVirtualWAN
4748
* **Resource group:** testRG
@@ -51,7 +52,7 @@ Create a virtual WAN. For the purposes of this exercise, you can use the followi
5152

5253
## <a name="hub"></a>3. Create a hub
5354

54-
Create the hub. For the purposes of this exercise, you can use the following values:
55+
Create the hub. Use the following example values:
5556

5657
* **Location:** West US
5758
* **Name:** westushub
@@ -61,7 +62,7 @@ Create the hub. For the purposes of this exercise, you can use the following val
6162

6263
## <a name="route"></a>4. Create and apply a hub route table
6364

64-
Update the hub with a hub route table. For the purposes of this exercise, you can use the following values:
65+
Update the hub with a hub route table. Use the following example values:
6566

6667
* **Spoke VNet address spaces:** (VNet1 and VNet2) 10.0.2.0/24 and 10.0.3.0/24
6768
* **DMZ NVA network interface private IP address:** 10.0.4.5
@@ -75,17 +76,17 @@ Update the hub with a hub route table. For the purposes of this exercise, you ca
7576

7677
## <a name="connections"></a>5. Create the VNet connections
7778

78-
Create a Vnet connection from each indirect spoke VNet (VNet1 and VNet2) to the hub. These Vnet connections are depicted by the blue arrows in the above figure. Then, create a Vnet connection from the NVA VNet to the hub (black arrow in the figure).
79+
Create a virtual network connection from each indirect spoke VNet (VNet1 and VNet2) to the hub. These virtual network connections are depicted by the blue arrows in the above figure. Then, create a VNet connection from the NVA VNet to the hub (black arrow in the figure).
7980

8081
For this step, you can use the following values:
8182

82-
| VNet name| Connection name|
83+
| Virtual network name| Connection name|
8384
| --- | --- |
8485
| VNet1 | testconnection1 |
8586
| VNet2 | testconnection2 |
8687
| NVAVNet | testconnection3 |
8788

88-
Repeat the following procedure for each VNet that you want to connect.
89+
Repeat the following procedure for each virtual network that you want to connect.
8990

9091
1. On the page for your virtual WAN, click **Virtual network connections**.
9192
2. On the virtual network connection page, click **+Add connection**.

0 commit comments

Comments
 (0)