You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/virtual-wan/virtual-wan-site-to-site-portal.md
+15-11Lines changed: 15 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ description: Learn how to use Azure Virtual WAN to create a site-to-site VPN con
5
5
author: cherylmc
6
6
ms.service: virtual-wan
7
7
ms.topic: tutorial
8
-
ms.date: 08/09/2023
8
+
ms.date: 01/31/2024
9
9
ms.author: cherylmc
10
10
# 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.
11
11
---
@@ -44,23 +44,27 @@ Verify that you've met the following criteria before beginning your configuratio
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.
48
48
49
49
[!INCLUDE [Create a virtual hub](../../includes/virtual-wan-hub-basics.md)]
50
50
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.
52
52
53
53
## <aname="gateway"></a>Configure a site-to-site gateway
54
54
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.
56
56
57
57
[!INCLUDE [Create a gateway](../../includes/virtual-wan-tutorial-s2s-gateway-include.md)]
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).
64
68
65
69
[!INCLUDE [Create a site](../../includes/virtual-wan-tutorial-s2s-site-include.md)]
66
70
@@ -72,13 +76,13 @@ In this section, you connect your VPN site to the virtual hub.
72
76
73
77
## <aname="vnet"></a>Connect a VNet to the virtual hub
74
78
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.
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:
82
86
83
87
1. From your Virtual WAN page, go to **Hubs -> Your virtual hub -> VPN (Site to site)** page.
84
88
@@ -88,7 +92,7 @@ Use the VPN device configuration file to configure your on-premises VPN device.
88
92
89
93
1. Apply the configuration to your on-premises VPN device. For more information, see [VPN device configuration](#vpn-device) in this section.
90
94
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.
92
96
93
97
### <aname="config-file"></a>About the VPN device configuration file
94
98
@@ -97,12 +101,12 @@ The device configuration file contains the settings to use when configuring your
97
101
***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.
98
102
***vpnSiteConnections -** This section provides information about the following settings:
99
103
100
-
***Address space** of the virtual hub(s) VNet.<br>Example:
104
+
***Address space** of the virtual hub(s) virtual network.<br>Example:
101
105
102
106
```
103
107
"AddressSpace":"10.1.0.0/24"
104
108
```
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:
106
110
107
111
```
108
112
"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
113
117
"Instance0":"104.45.18.186"
114
118
"Instance1":"104.45.13.195"
115
119
```
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.
Copy file name to clipboardExpand all lines: includes/virtual-wan-tutorial-s2s-connect-vpn-site-include.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
ms.author: cherylmc
3
3
author: cherylmc
4
-
ms.date: 04/12/2022
4
+
ms.date: 01/31/2024
5
5
ms.service: virtual-wan
6
6
ms.topic: include
7
7
---
@@ -11,17 +11,17 @@ ms.topic: include
11
11
12
12
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.
13
13
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.
15
15
16
16
1. Select the checkbox next to the name of the site (don't click the site name directly), then click **Connect VPN sites**.
1. On the **Connect sites** page, configure the settings.
21
21
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.":::
23
23
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.
25
25
***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).
26
26
***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.
27
27
@@ -43,7 +43,7 @@ ms.topic: include
43
43
***Unknown**: This state is typically seen if the backend systems are working to transition to another status.
44
44
***Connecting**: The VPN gateway is trying to reach out to the actual on-premises VPN site.
45
45
***Connected**: Connectivity is established between VPN gateway and the on-premises VPN site.
46
-
***Not connected**: Connectivity is not established.
***Disconnected**: This status is seen if, for any reason (on-premises or in Azure), the connection was disconnected.
48
48
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.
0 commit comments