Skip to content

Commit d0a9328

Browse files
committed
format
1 parent 1d9ff01 commit d0a9328

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

articles/vpn-gateway/TOC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@
173173
href: vpn-gateway-howto-always-on-device-tunnel.md
174174
- name: User tunnel
175175
href: vpn-gateway-howto-always-on-user-tunnel.md
176-
- name: point-to-site session management
176+
- name: Point-to-site session management
177177
href: p2s-session-management.md
178178
- name: Advertise custom routes to point-to-site clients
179179
href: vpn-gateway-p2s-advertise-custom-routes.md

articles/vpn-gateway/p2s-session-management.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,22 @@ description: Learn how to view and disconnect Point-to-Site VPN sessions.
55
author: cherylmc
66
ms.service: vpn-gateway
77
ms.topic: how-to
8-
ms.date: 04/26/2021
8+
ms.date: 11/27/2023
99
ms.author: cherylmc
1010

1111
---
1212

1313
# Point-to-site VPN session management
1414

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.
1616

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.
1818

1919
## Portal
2020

21-
>[!NOTE]
21+
> [!NOTE]
2222
> Connection source info is provided for IKEv2 and OpenVPN connections only.
23-
>
23+
>
2424
2525
To view and disconnect a session in the portal:
2626

@@ -42,9 +42,11 @@ To view and disconnect a session using PowerShell:
4242
```azurepowershell-interactive
4343
Get-AzVirtualNetworkGatewayVpnClientConnectionHealth -VirtualNetworkGatewayName <name of the gateway> -ResourceGroupName <name of the resource group>
4444
```
45+
4546
1. Copy the **VpnConnectionId** of the session that you want to disconnect.
4647

4748
:::image type="content" source="./media/p2s-session-management/powershell.png" alt-text="PowerShell example":::
49+
4850
1. To disconnect the session, run the following command:
4951

5052
```azurepowershell-interactive
@@ -53,4 +55,4 @@ To view and disconnect a session using PowerShell:
5355

5456
## Next steps
5557

56-
For more information about Point-to-site connections, see [About Point-to-site VPN](point-to-site-about.md).
58+
For more information about point-to-site connections, see [About Point-to-site VPN](point-to-site-about.md).

0 commit comments

Comments
 (0)