File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -92,6 +92,12 @@ A P2S configuration requires quite a few specific steps. The following articles
92
92
93
93
* [ Configure OpenVPN] ( vpn-gateway-howto-openvpn.md )
94
94
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
+
95
101
## <a name =" faqcert " ></a >FAQ for native Azure certificate authentication
96
102
97
103
[ !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
106
112
107
113
* [ Configure a P2S connection - Azure native certificate authentication] ( vpn-gateway-howto-point-to-site-rm-ps.md )
108
114
109
- ** "OpenVPN" is a trademark of OpenVPN Inc.**
115
+ ** "OpenVPN" is a trademark of OpenVPN Inc.**
You can’t perform that action at this time.
0 commit comments