Skip to content

Commit abfe88d

Browse files
authored
Update storage-files-configure-p2s-vpn-windows.md
1 parent 86d171f commit abfe88d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

articles/storage/files/storage-files-configure-p2s-vpn-windows.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: How to configure a point-to-site (P2S) VPN on Windows for use with
44
author: khdownie
55
ms.service: azure-file-storage
66
ms.topic: how-to
7-
ms.date: 01/30/2024
7+
ms.date: 01/31/2024
88
ms.author: kendownie
99
ms.custom: devx-track-azurepowershell
1010
---
@@ -210,15 +210,14 @@ To deploy a virtual network gateway using the Azure portal, follow these instruc
210210

211211
# [Azure PowerShell](#tab/azure-powershell)
212212

213-
Replace `<desired-vpn-name>`, `<desired-region>`, and `<gateway-subnet-name>` in the following script with the proper values for these variables.
213+
Replace `<desired-vpn-name>` and `<desired-region>` in the following script with the proper values for these variables.
214214

215215
While this resource is being deployed, this PowerShell script will block the deployment from being completed. This is expected.
216216

217217
```azurepowershell
218218
$vpnName = '<desired-vpn-name>'
219219
$publicIpAddressName = "$vpnName-PublicIP"
220220
$region = '<desired-region>'
221-
$gatewaySubnet = '<gateway-subnet-name>'
222221
223222
$publicIpParams = @{
224223
ResourceGroupName = $resourceGroupName

0 commit comments

Comments
 (0)