Skip to content

Commit ac395af

Browse files
authored
Update tutorial-site-to-site-portal.md
1 parent 378808d commit ac395af

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

articles/vpn-gateway/tutorial-site-to-site-portal.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: cherylmc
66
ms.author: cherylmc
77
ms.service: azure-vpn-gateway
88
ms.topic: tutorial
9-
ms.date: 06/24/2025
9+
ms.date: 07/09/2025
1010

1111
#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.
1212
# 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
1818

1919
:::image type="content" source="./media/tutorial-site-to-site-portal/diagram.png" alt-text="Diagram that shows site-to-site VPN gateway cross-premises connections." lightbox="./media/tutorial-site-to-site-portal/diagram.png":::
2020

21+
## What you accomplish
22+
2123
In this tutorial, you:
2224

2325
> [!div class="checklist"]
@@ -28,6 +30,8 @@ In this tutorial, you:
2830
> * Verify the connection.
2931
> * Connect to a virtual machine.
3032
33+
**Estimated time to complete**: 90-120 minutes (including gateway deployment time)
34+
3135
## Prerequisites
3236

3337
* 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:
4751
* **Region**: (US) East US
4852
* **IPv4 address space**: 10.1.0.0/16
4953
* **Subnet name**: FrontEnd
50-
* **Subnet address space**:
54+
* **Subnet address space**: 10.1.0.0/24
5155
[!INCLUDE [About cross-premises addresses](../../includes/vpn-gateway-cross-premises.md)]
5256

5357
[!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:
116120

117121
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:
118122

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.
120124
* **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.
121125

122126
> [!NOTE]

0 commit comments

Comments
 (0)