Skip to content

Commit 2ea87b4

Browse files
authored
Update vpn-gateway-verify-connection-cli-rm-include.md
1 parent 6ce9af2 commit 2ea87b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

includes/vpn-gateway-verify-connection-cli-rm-include.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
author: cherylmc
66
ms.service: vpn-gateway
77
ms.topic: include
8-
ms.date: 10/19/2020
8+
ms.date: 03/17/2022
99
ms.author: cherylmc
1010
ms.custom: include file
1111
---
12-
You can verify that your connection succeeded by using the [az network vpn-connection show](/cli/azure/network/vpn-connection) command. In the example, '--name' refers to the name of the connection that you want to test. When the connection is in the process of being established, its connection status shows 'Connecting'. Once the connection is established, the status changes to 'Connected'.
12+
You can verify that your connection succeeded by using the [az network vpn-connection show](/cli/azure/network/vpn-connection) command. In the example, '--name' refers to the name of the connection that you want to test. When the connection is in the process of being established, its connection status shows 'Connecting'. Once the connection is established, the status changes to 'Connected'. Modify the following example with the values for your environment.
1313

1414
```azurecli-interactive
1515
az network vpn-connection show --name <connection-name> --resource-group <resource-group-name>

0 commit comments

Comments
 (0)