Skip to content

Commit 1f521ec

Browse files
authored
Merge pull request MicrosoftDocs#32941 from omartin2010/patch-16
Added the information to remove P2S configuration
2 parents b2d54cb + 2d90168 commit 1f521ec

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

articles/vpn-gateway/point-to-site-about.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,12 @@ A P2S configuration requires quite a few specific steps. The following articles
9292

9393
* [Configure OpenVPN](vpn-gateway-howto-openvpn.md)
9494

95+
## How do I remove the configuration of a P2S connection?
96+
97+
A P2S configuration can be removed using az cli and the following command :
98+
99+
`az network vnet-gateway update --name <gateway-name> --resource-group <resource-group name> --remove "vpnClientConfiguration"`
100+
95101
## <a name="faqcert"></a>FAQ for native Azure certificate authentication
96102

97103
[!INCLUDE [vpn-gateway-point-to-site-faq-include](../../includes/vpn-gateway-faq-p2s-azurecert-include.md)]
@@ -106,4 +112,4 @@ A P2S configuration requires quite a few specific steps. The following articles
106112

107113
* [Configure a P2S connection - Azure native certificate authentication](vpn-gateway-howto-point-to-site-rm-ps.md)
108114

109-
**"OpenVPN" is a trademark of OpenVPN Inc.**
115+
**"OpenVPN" is a trademark of OpenVPN Inc.**

0 commit comments

Comments
 (0)