|
1 | 1 | ---
|
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. |
4 | 4 | titleSuffix: Azure VPN Gateway
|
5 | 5 | author: cherylmc
|
6 | 6 | ms.author: cherylmc
|
7 | 7 | ms.service: vpn-gateway
|
8 | 8 | ms.topic: tutorial
|
9 |
| -ms.date: 01/17/2024 |
| 9 | +ms.date: 04/16/2024 |
10 | 10 |
|
| 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. |
11 | 12 | ---
|
12 | 13 |
|
13 | 14 | # Tutorial: Create a site-to-site VPN connection in the Azure portal
|
14 | 15 |
|
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). |
16 | 17 |
|
17 | 18 | :::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":::
|
18 | 19 |
|
19 |
| -In this tutorial, you learn how to: |
| 20 | +In this tutorial, you: |
20 | 21 |
|
21 | 22 | > [!div class="checklist"]
|
22 | 23 | > * Create a virtual network.
|
@@ -108,7 +109,7 @@ Create a local network gateway by using the following values:
|
108 | 109 |
|
109 | 110 | 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:
|
110 | 111 |
|
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. |
112 | 113 | * **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.
|
113 | 114 |
|
114 | 115 | [!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
|
164 | 165 | 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.
|
165 | 166 | 1. Specify the shared key that you want to use and then select **OK** to create the connection.
|
166 | 167 |
|
| 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 | + |
167 | 172 | ### <a name="additional"></a>More configuration considerations
|
168 | 173 |
|
169 | 174 | You can customize site-to-site configurations in various ways. For more information, see the following articles:
|
|
0 commit comments