Skip to content

Commit 866e15e

Browse files
committed
Merge branch 'main' of https://github.com/MicrosoftDocs/azure-docs-pr into diagramupdates
2 parents 5ae62e3 + af9ef66 commit 866e15e

File tree

2 files changed

+20
-16
lines changed

2 files changed

+20
-16
lines changed

articles/virtual-wan/virtual-wan-site-to-site-portal.md

Lines changed: 15 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Learn how to use Azure Virtual WAN to create a site-to-site VPN con
55
author: cherylmc
66
ms.service: virtual-wan
77
ms.topic: tutorial
8-
ms.date: 08/09/2023
8+
ms.date: 01/31/2024
99
ms.author: cherylmc
1010
# Customer intent: As someone with a networking background, I want to connect my local site to my VNets using Virtual WAN and I don't want to go through a Virtual WAN partner.
1111
---
@@ -44,23 +44,27 @@ Verify that you've met the following criteria before beginning your configuratio
4444

4545
## <a name="hub"></a>Configure virtual hub settings
4646

47-
A virtual hub is a virtual network that can contain gateways for site-to-site, ExpressRoute, or point-to-site functionality. For this tutorial, you begin by filling out the **Basics** tab for the virtual hub and then continue on to fill out the site-to-site tab in the next section. It's also possible to create an empty virtual hub (a virtual hub that doesn't contain any gateways) and then add gateways (S2S, P2S, ExpressRoute, etc.) later. Once a virtual hub is created, you'll be charged for the virtual hub, even if you don't attach any sites or create any gateways within the virtual hub.
47+
A virtual hub is a virtual network that can contain gateways for site-to-site, ExpressRoute, or point-to-site functionality. For this tutorial, you begin by filling out the **Basics** tab for the virtual hub and then continue on to fill out the site-to-site tab in the next section. It's also possible to create an empty virtual hub (a virtual hub that doesn't contain any gateways) and then add gateways (S2S, P2S, ExpressRoute, etc.) later. Once a virtual hub is created, you're charged for the virtual hub, even if you don't attach any sites or create any gateways within the virtual hub.
4848

4949
[!INCLUDE [Create a virtual hub](../../includes/virtual-wan-hub-basics.md)]
5050

51-
Don't create the virtual hub yet. Continue on to the next section to configure additional settings.
51+
**Don't create the virtual hub yet**. Continue on to the next section to configure more settings.
5252

5353
## <a name="gateway"></a>Configure a site-to-site gateway
5454

55-
In this section, you configure site-to-site connectivity settings, and then proceed to create the virtual hub and site-to-site VPN gateway. A virtual hub and gateway can take about 30 minutes to create.
55+
In this section, you configure site-to-site connectivity settings, and then create the virtual hub and site-to-site VPN gateway. A virtual hub and gateway can take about 30 minutes to create.
5656

5757
[!INCLUDE [Create a gateway](../../includes/virtual-wan-tutorial-s2s-gateway-include.md)]
5858

5959
[!INCLUDE [hub warning message](../../includes/virtual-wan-hub-router-provisioning-warning.md)]
6060

6161
## <a name="site"></a>Create a site
6262

63-
In this section, you create a site. Sites correspond to your physical locations. Create as many sites as you need. For example, if you have a branch office in NY, a branch office in London, and a branch office in LA, you'd create three separate sites. These sites contain your on-premises VPN device endpoints. You can create up to 1000 sites per virtual hub in a virtual WAN. If you had multiple virtual hubs, you can create 1000 per each of those virtual hubs. If you have a Virtual WAN partner CPE device, check with them to learn about their automation to Azure. Typically, automation implies a simple click experience to export large-scale branch information into Azure, and setting up connectivity from the CPE to Azure Virtual WAN VPN gateway. For more information, see [Automation guidance from Azure to CPE partners](virtual-wan-configure-automation-providers.md).
63+
In this section, you create a site. Sites correspond to your physical locations. Create as many sites as you need. These sites contain your on-premises VPN device endpoints.
64+
65+
For example, if you have a branch office in NY, a branch office in London, and a branch office in LA, you'd create three separate sites. You can create up to 1000 sites per virtual hub in a virtual WAN. If you have multiple virtual hubs, you can create 1000 per each virtual hub.
66+
67+
If you have a Virtual WAN partner CPE device, check with them to learn about their automation to Azure. Typically, automation implies a simple click experience to export large-scale branch information into Azure, and setting up connectivity from the CPE to Azure Virtual WAN VPN gateway. For more information, see [Automation guidance from Azure to CPE partners](virtual-wan-configure-automation-providers.md).
6468

6569
[!INCLUDE [Create a site](../../includes/virtual-wan-tutorial-s2s-site-include.md)]
6670

@@ -72,13 +76,13 @@ In this section, you connect your VPN site to the virtual hub.
7276

7377
## <a name="vnet"></a>Connect a VNet to the virtual hub
7478

75-
In this section, you create a connection between the virtual hub and your VNet.
79+
In this section, you create a connection between the virtual hub and your virtual network.
7680

7781
[!INCLUDE [Connect](../../includes/virtual-wan-connect-vnet-hub-include.md)]
7882

7983
## <a name="device"></a>Download VPN configuration
8084

81-
Use the VPN device configuration file to configure your on-premises VPN device. The basic steps are listed below.
85+
Use the VPN device configuration file to configure your on-premises VPN device. Here are the basic steps:
8286

8387
1. From your Virtual WAN page, go to **Hubs -> Your virtual hub -> VPN (Site to site)** page.
8488

@@ -88,7 +92,7 @@ Use the VPN device configuration file to configure your on-premises VPN device.
8892

8993
1. Apply the configuration to your on-premises VPN device. For more information, see [VPN device configuration](#vpn-device) in this section.
9094

91-
1. After you've applied the configuration to your VPN devices, it is not required to keep the storage account that you created.
95+
1. After you've applied the configuration to your VPN devices, you aren't required to keep the storage account that you created.
9296

9397
### <a name="config-file"></a>About the VPN device configuration file
9498

@@ -97,12 +101,12 @@ The device configuration file contains the settings to use when configuring your
97101
* **vpnSiteConfiguration -** This section denotes the device details set up as a site connecting to the virtual WAN. It includes the name and public IP address of the branch device.
98102
* **vpnSiteConnections -** This section provides information about the following settings:
99103

100-
* **Address space** of the virtual hub(s) VNet.<br>Example:
104+
* **Address space** of the virtual hub(s) virtual network.<br>Example:
101105

102106
```
103107
"AddressSpace":"10.1.0.0/24"
104108
```
105-
* **Address space** of the VNets that are connected to the virtual hub.<br>Example:
109+
* **Address space** of the virutal networks that are connected to the virtual hub.<br>Example:
106110

107111
```
108112
"ConnectedSubnets":["10.2.0.0/16","10.3.0.0/16"]
@@ -113,7 +117,7 @@ The device configuration file contains the settings to use when configuring your
113117
"Instance0":"104.45.18.186"
114118
"Instance1":"104.45.13.195"
115119
```
116-
* **Vpngateway connection configuration details** such as BGP, pre-shared key etc. The PSK is the pre-shared key that is automatically generated for you. You can always edit the connection in the **Overview** page for a custom PSK.
120+
* **Vpngateway connection configuration details** such as BGP, preshared key etc. The PSK is the preshared key that is automatically generated for you. You can always edit the connection in the **Overview** page for a custom PSK.
117121
118122
### Example device configuration file
119123

includes/virtual-wan-tutorial-s2s-connect-vpn-site-include.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
ms.author: cherylmc
33
author: cherylmc
4-
ms.date: 04/12/2022
4+
ms.date: 01/31/2024
55
ms.service: virtual-wan
66
ms.topic: include
77
---
@@ -11,17 +11,17 @@ ms.topic: include
1111

1212
1. On the page for the hub that you created, under **Connectivity** on the left pane, click **VPN (Site to site)** to open the VPN Site to site page.
1313

14-
1. On the **VPN (Site to site)** page, you should see your site. If you don't, you may need to click the **Hub association:x** bubble to clear the filters and view your site.
14+
1. On the **VPN (Site to site)** page, you should see your site. If you don't, you might need to click the **Hub association:x** bubble to clear the filters and view your site.
1515

1616
1. Select the checkbox next to the name of the site (don't click the site name directly), then click **Connect VPN sites**.
1717

1818
:::image type="content" source="./media/virtual-wan-tutorial-connect-vpn-site-include/connect-site.png" alt-text="Screenshot shows Connect site.":::
1919

2020
1. On the **Connect sites** page, configure the settings.
2121

22-
:::image type="content" source="./media/virtual-wan-tutorial-connect-vpn-site-include/connect.png" alt-text="Screenshot shows the Connected Sites pane for Virtual HUB ready for a Pre-shared key and associated settings.":::
22+
:::image type="content" source="./media/virtual-wan-tutorial-connect-vpn-site-include/connect.png" alt-text="Screenshot shows the Connected Sites pane for Virtual HUB ready for a preshared key and associated settings.":::
2323

24-
* **Pre-shared key (PSK)**: Enter the pre-shared key used by your VPN device. If you don't enter a key, Azure autogenerates one for you. You would then use that key when configuring your VPN device.
24+
* **Pre-shared key (PSK)**: Enter the preshared key used by your VPN device. If you don't enter a key, Azure autogenerates one for you. You would then use that key when configuring your VPN device.
2525
* **Protocol and IPsec**: You can either leave the default settings for Protocol (IKEv2) and IPsec (Default), or you can configure custom settings. For more information, see [default/custom IPsec](../articles/virtual-wan/virtual-wan-ipsec.md).
2626
* **Propagate Default Route**: Only change this setting to **Enable** if you know you want to propagate the default route. Otherwise, leave it as **Disable**. You can always modify this setting later.
2727

@@ -43,7 +43,7 @@ ms.topic: include
4343
* **Unknown**: This state is typically seen if the backend systems are working to transition to another status.
4444
* **Connecting**: The VPN gateway is trying to reach out to the actual on-premises VPN site.
4545
* **Connected**: Connectivity is established between VPN gateway and the on-premises VPN site.
46-
* **Not connected**: Connectivity is not established.
46+
* **Not connected**: Connectivity isn't established.
4747
* **Disconnected**: This status is seen if, for any reason (on-premises or in Azure), the connection was disconnected.
4848
1. If you want to make changes to your site, select the checkbox next to the site name (don't click the site name directly), then click the **...** context menu.
4949

0 commit comments

Comments
 (0)