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/vpn-gateway/tutorial-site-to-site-portal.md
+7-3Lines changed: 7 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ author: cherylmc
6
6
ms.author: cherylmc
7
7
ms.service: azure-vpn-gateway
8
8
ms.topic: tutorial
9
-
ms.date: 06/24/2025
9
+
ms.date: 07/09/2025
10
10
11
11
#customer intent: As a network engineer, I want to create a site-to-site VPN connection between my on-premises location and my Azure virtual network.
12
12
# Customer intent: As a network engineer, I want to create a site-to-site VPN connection between my on-premises network and Azure, so that I can ensure secure and reliable connectivity for my resources in the cloud.
@@ -18,6 +18,8 @@ In this tutorial, you use the Azure portal to create a site-to-site (S2S) VPN ga
**Estimated time to complete**: 90-120 minutes (including gateway deployment time)
34
+
31
35
## Prerequisites
32
36
33
37
* You need an Azure account with an active subscription. If you don't have one, you can [create one for free](https://azure.microsoft.com/free/?ref=microsoft.com&utm_source=microsoft.com&utm_medium=docs&utm_campaign=visualstudio).
@@ -47,7 +51,7 @@ In this section, you create a virtual network by using the following values:
[!INCLUDE [Create a virtual network](../../includes/vpn-gateway-basic-vnet-rm-portal-include.md)]
@@ -116,7 +120,7 @@ Create a local network gateway by using the following values:
116
120
117
121
Site-to-site connections to an on-premises network require a VPN device. In this step, you configure your VPN device. When you configure your VPN device, you need the following values:
118
122
119
-
***Shared key**: This shared key is the same one that you specify when you create your site-to-site VPN connection. In our examples, we use a simple shared key. We recommend that you generate a more complex key to use.
123
+
***Shared key**: This shared key is the same one that you specify when you create your site-to-site VPN connection. In our examples, we use a simple shared key. We recommend that you generate a more complex key to use, with at least 32 characters, including a mix of uppercase and lowercase letters, numbers, and special characters.
120
124
***Public IP addresses of your virtual network gateway instances**: Obtain the IP address for each VM instance. If your gateway is in active-active mode, you'll have an IP address for each gateway VM instance. Be sure to configure your device with both IP addresses, one for each active gateway VM. Active-standby mode gateways have only one IP address.
0 commit comments