You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/vpn-gateway/p2s-session-management.md
+8-6Lines changed: 8 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,22 +5,22 @@ description: Learn how to view and disconnect Point-to-Site VPN sessions.
5
5
author: cherylmc
6
6
ms.service: vpn-gateway
7
7
ms.topic: how-to
8
-
ms.date: 04/26/2021
8
+
ms.date: 11/27/2023
9
9
ms.author: cherylmc
10
10
11
11
---
12
12
13
13
# Point-to-site VPN session management
14
14
15
-
Azure virtual network gateways provide an easy way to view and disconnect current Point-to-site VPN sessions. This article helps you view and disconnect current sessions. The session status is updated every 5 minutes. It is not updated immediately.
15
+
VPN Gateway provides an easy way to view and disconnect current point-to-site VPN sessions. This article helps you view and disconnect current sessions. The session status is updated every 5 minutes. It isn't updated immediately.
16
16
17
-
As this feature allows the disconnection of VPN clients, Reader permissions on the VPN gateway resource are not sufficient. Contributor role is needed to visualize Point-to-site VPN sessions correctly.
17
+
Because this feature allows the disconnection of VPN clients, Reader permissions on the VPN gateway resource aren't sufficient. The Contributor role is needed to visualize point-to-site VPN sessions correctly.
18
18
19
19
## Portal
20
20
21
-
>[!NOTE]
21
+
>[!NOTE]
22
22
> Connection source info is provided for IKEv2 and OpenVPN connections only.
23
-
>
23
+
>
24
24
25
25
To view and disconnect a session in the portal:
26
26
@@ -42,9 +42,11 @@ To view and disconnect a session using PowerShell:
42
42
```azurepowershell-interactive
43
43
Get-AzVirtualNetworkGatewayVpnClientConnectionHealth -VirtualNetworkGatewayName <name of the gateway> -ResourceGroupName <name of the resource group>
44
44
```
45
+
45
46
1. Copy the **VpnConnectionId** of the session that you want to disconnect.
0 commit comments