Skip to content

Commit ab63e21

Browse files
Merge pull request #269388 from cherylmc/device-script
copy edit
2 parents 139bf3b + 4b58428 commit ab63e21

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

articles/vpn-gateway/vpn-gateway-download-vpndevicescript.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ titleSuffix: Azure VPN Gateway
55
author: cherylmc
66
ms.service: vpn-gateway
77
ms.topic: how-to
8-
ms.date: 03/13/2024
8+
ms.date: 03/18/2024
99
ms.author: cherylmc
1010
ms.custom: devx-track-azurepowershell
1111

@@ -18,18 +18,20 @@ This article walks you through downloading VPN device configuration scripts for
1818

1919
## <a name="about"></a>About VPN device configuration scripts
2020

21-
A cross-premises VPN connection consists of an Azure VPN gateway, an on-premises VPN device, and an IPsec S2S VPN tunnel connecting the two. The typical work flow includes the following steps:
21+
A cross-premises VPN connection consists of an Azure VPN gateway, an on-premises VPN device, and an IPsec S2S VPN tunnel connecting the two.
22+
23+
The typical workflow includes the following steps:
2224

2325
1. Create and configure an Azure VPN gateway (virtual network gateway).
2426
1. Create and configure an Azure local network gateway that represents your on-premises network and VPN device.
2527
1. Create and configure an Azure VPN connection between the Azure VPN gateway and the local network gateway.
2628
1. Configure the on-premises VPN device represented by the local network gateway to establish the actual S2S VPN tunnel with the Azure VPN gateway.
2729

28-
You can complete steps 1 through 3 using the Azure [portal](./tutorial-site-to-site-portal.md), [PowerShell](vpn-gateway-create-site-to-site-rm-powershell.md), or [CLI](vpn-gateway-howto-site-to-site-resource-manager-cli.md). The last step involves configuring the on-premises VPN devices outside of Azure. This feature allows you to download a configuration script for your VPN device with the corresponding values of your Azure VPN gateway, virtual network, and on-premises network address prefixes, and VPN connection properties, etc. already filled in. You can use the script as a starting point, or apply the script directly to your on-premises VPN devices via the configuration console.
30+
You can complete steps 1 through 3 in the workflow using the Azure [portal](./tutorial-site-to-site-portal.md), [PowerShell](vpn-gateway-create-site-to-site-rm-powershell.md), or [CLI](vpn-gateway-howto-site-to-site-resource-manager-cli.md). Step 4 involves configuring the on-premises VPN devices outside of Azure. The steps in this article help you download a configuration script for your VPN device with the corresponding values of your Azure VPN gateway, virtual network, on-premises network address prefixes, and VPN connection properties already filled in. You can use the script as a starting point, or apply the script directly to your on-premises VPN devices via the configuration console.
2931

3032
The syntax for each VPN device configuration script is different and heavily dependent on the models and firmware versions. Pay special attention to your device model and version information against the available templates.
3133

32-
* Some parameter values must be unique on the device, and can't be determined without accessing the device. The Azure-generated configuration scripts prefill these values, but you need to ensure the provided values are valid on your device. For examples:
34+
* Some parameter values must be unique on the device, and can't be determined without accessing the device. The Azure-generated configuration scripts prefill these values, but you need to ensure the provided values are valid on your device. For example:
3335

3436
* Interface numbers
3537
* Access control list numbers
@@ -40,7 +42,7 @@ The syntax for each VPN device configuration script is different and heavily dep
4042

4143
## Download the configuration script - Azure portal
4244

43-
Create an Azure VPN gateway, local network gateway, and a connection resource connecting the two. The following page guides you through the steps:
45+
Create an Azure VPN gateway, local network gateway, and a connection resource connecting the two. The following article guides you through the steps:
4446

4547
* [Create a Site-to-Site connection in the Azure portal](./tutorial-site-to-site-portal.md)
4648

0 commit comments

Comments
 (0)