Skip to content

Commit a26fd1d

Browse files
authored
Merge pull request #77484 from anzaman/patch-36
Removed preview
2 parents 98bb41e + 4218262 commit a26fd1d

File tree

1 file changed

+3
-30
lines changed

1 file changed

+3
-30
lines changed

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

Lines changed: 3 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -6,43 +6,16 @@ author: cherylmc
66

77
ms.service: vpn-gateway
88
ms.topic: conceptual
9-
ms.date: 01/16/2019
9+
ms.date: 05/21/2019
1010
ms.author: cherylmc
1111

1212
---
13-
# Configure OpenVPN for Azure point-to-site VPN Gateway (Preview)
13+
# Configure OpenVPN for Azure point-to-site VPN Gateway
1414

1515
This article helps you set up **OpenVPN® Protocol** on Azure VPN Gateway. The article assumes that you already have a working point-to-site environment. If you do not, use the instructions in step 1 to create a point-to-site VPN.
1616

17-
> [!IMPORTANT]
18-
> This Public Preview is provided without a service level agreement and should not be used for production workloads. Certain features may not be supported, may have constrained capabilities, or may not be available in all Azure locations. See the [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/) for details.
19-
2017
[!INCLUDE [updated-for-az](../../includes/updated-for-az.md)]
2118

22-
## <a name="register"></a>Register this feature
23-
24-
Click the **TryIt** in these steps to register this feature easily using Azure Cloud Shell.
25-
26-
>[!NOTE]
27-
>If you don't register this feature, you will not be able to use it.
28-
>
29-
30-
After clicking **TryIt** to open the Azure Cloud Shell, copy and paste the following commands:
31-
32-
```azurepowershell-interactive
33-
Register-AzProviderFeature -ProviderNamespace Microsoft.Network -FeatureName AllowVnetGatewayOpenVpnProtocol
34-
```
35-
36-
```azurepowershell-interactive
37-
Get-AzProviderFeature -ProviderNamespace Microsoft.Network -FeatureName AllowVnetGatewayOpenVpnProtocol
38-
```
39-
40-
Once the feature shows as registered, reregister the subscription to Microsoft.Network namespace.
41-
42-
```azurepowershell-interactive
43-
Register-AzResourceProvider -ProviderNamespace Microsoft.Network
44-
```
45-
4619
## <a name="vnet"></a>1. Create a point-to-site VPN
4720

4821
If you don't already have a functioning point-to-site environment, follow the instruction to create one. See [Create a point-to-site VPN](vpn-gateway-howto-point-to-site-resource-manager-portal.md) to create and configure a point-to-site VPN gateway with native Azure certificate authentication.
@@ -63,4 +36,4 @@ Set-AzVirtualNetworkGateway -VirtualNetworkGateway $gw -VpnClientProtocol OpenVP
6336

6437
To configure clients for OpenVPN, see [Configure OpenVPN clients](vpn-gateway-howto-openvpn-clients.md).
6538

66-
**"OpenVPN" is a trademark of OpenVPN Inc.**
39+
**"OpenVPN" is a trademark of OpenVPN Inc.**

0 commit comments

Comments
 (0)