Skip to content

Commit e2ec863

Browse files
Merge pull request #272349 from cherylmc/testing4
Freshness review
2 parents e528a0b + 771afd9 commit e2ec863

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

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

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,23 @@
11
---
2-
title: 'Tutorial - Connect an on-premises network and a virtual network: S2S VPN: Azure portal'
3-
description: In this tutorial, learn how to create a site-to-site VPN gateway IPsec connection between your on-premises network and a virtual network.
2+
title: 'Tutorial - Create S2S VPN connection between on-premises network and Azure virtual network: Azure portal'
3+
description: In this tutorial, you learn how to create a VPN Gateway site-to-site IPsec connection between your on-premises network and a virtual network.
44
titleSuffix: Azure VPN Gateway
55
author: cherylmc
66
ms.author: cherylmc
77
ms.service: vpn-gateway
88
ms.topic: tutorial
9-
ms.date: 01/17/2024
9+
ms.date: 04/16/2024
1010

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.
1112
---
1213

1314
# Tutorial: Create a site-to-site VPN connection in the Azure portal
1415

15-
This tutorial shows you how to use the Azure portal to create a site-to-site (S2S) VPN gateway connection between your on-premises network and a virtual network. You can also create this configuration by using [Azure PowerShell](vpn-gateway-create-site-to-site-rm-powershell.md) or the [Azure CLI](vpn-gateway-howto-site-to-site-resource-manager-cli.md).
16+
In this tutorial, you use the Azure portal to create a site-to-site (S2S) VPN gateway connection between your on-premises network and a virtual network. You can also create this configuration by using [Azure PowerShell](vpn-gateway-create-site-to-site-rm-powershell.md) or the [Azure CLI](vpn-gateway-howto-site-to-site-resource-manager-cli.md).
1617

1718
:::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":::
1819

19-
In this tutorial, you learn how to:
20+
In this tutorial, you:
2021

2122
> [!div class="checklist"]
2223
> * Create a virtual network.
@@ -108,7 +109,7 @@ Create a local network gateway by using the following values:
108109

109110
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:
110111

111-
* **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 basic shared key. We recommend that you generate a more complex key to use.
112+
* **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 very simple shared key. We recommend that you generate a more complex key to use.
112113
* **Public IP address of your virtual network gateway**: You can view the public IP address by using the Azure portal, PowerShell, or the Azure CLI. To find the public IP address of your VPN gateway by using the Azure portal, go to **Virtual network gateways** and then select the name of your gateway.
113114

114115
[!INCLUDE [Configure a VPN device](../../includes/vpn-gateway-configure-vpn-device-include.md)]
@@ -164,6 +165,10 @@ You can create a connection to multiple on-premises sites from the same VPN gate
164165
1. If you're connecting by using site-to-site and you haven't already created a local network gateway for the site you want to connect to, you can create a new one.
165166
1. Specify the shared key that you want to use and then select **OK** to create the connection.
166167

168+
### Update a connection shared key
169+
170+
You can specify a different shared key for your connection. In the portal, go to the connection. Change the shared key on the **Authentication** page.
171+
167172
### <a name="additional"></a>More configuration considerations
168173

169174
You can customize site-to-site configurations in various ways. For more information, see the following articles:

0 commit comments

Comments
 (0)