Skip to content

Commit aae4988

Browse files
committed
update
1 parent 5e1daca commit aae4988

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/vpn-gateway/vpn-gateway-howto-openvpn.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: cherylmc
77

88
ms.service: vpn-gateway
99
ms.topic: how-to
10-
ms.date: 02/05/2021
10+
ms.date: 07/28/2021
1111
ms.author: cherylmc
1212

1313
---
@@ -17,13 +17,13 @@ This article helps you set up **OpenVPN® Protocol** on Azure VPN Gateway. You c
1717

1818
## Prerequisites
1919

20-
* The article assumes that you already have a working point-to-site environment. If you don't, create one using one of the following methods.
20+
* The article assumes that you already have a working point-to-site environment. If you don't, create one using one of the following methods. When creating your gateway, note that the **Basic** SKU does not support the OpenVPN tunnel type.
2121

2222
* [Portal - Create point-to-site](vpn-gateway-howto-point-to-site-resource-manager-portal.md)
2323

2424
* [PowerShell - Create point-to-site](vpn-gateway-howto-point-to-site-rm-ps.md)
2525

26-
* Verify that your VPN gateway does not use the Basic SKU. The Basic SKU is not supported for OpenVPN.
26+
* If you already have a VPN gateway, verify that it does not use the **Basic** SKU. The Basic SKU is not supported for OpenVPN. For more information about SKUs, see [VPN Gateway configuration settings](vpn-gateway-about-vpn-gateway-settings.md). To resize a Basic SKU, see [Resize a legacy gateway](vpn-gateway-about-skus-legacy.md#resource-manager).
2727

2828
## Portal
2929

@@ -35,10 +35,10 @@ This article helps you set up **OpenVPN® Protocol** on Azure VPN Gateway. You c
3535

3636
## PowerShell
3737

38-
1. Enable OpenVPN on your gateway using the following example:
38+
1. Enable OpenVPN on your gateway using the following example, adjusting the values as necessary.
3939

4040
```azurepowershell-interactive
41-
$gw = Get-AzVirtualNetworkGateway -ResourceGroupName $rgname -name $name
41+
$gw = Get-AzVirtualNetworkGateway -ResourceGroupName TestRG1 -name VNet1GW
4242
Set-AzVirtualNetworkGateway -VirtualNetworkGateway $gw -VpnClientProtocol OpenVPN
4343
```
4444
1. Continue with **Next steps**.

0 commit comments

Comments
 (0)