Skip to content

Commit 6ce9af2

Browse files
authored
Merge pull request #189577 from ChaitanyaNaykodi-MSFT/patch-85
(AzureCXP) updated command parameters
2 parents 1024732 + 284a39a commit 6ce9af2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@
1212
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'.
1313

1414
```azurecli-interactive
15-
az network vpn-connection show --name VNet1toSite2 --resource-group TestRG1
15+
az network vpn-connection show --name <connection-name> --resource-group <resource-group-name>
1616
```

0 commit comments

Comments
 (0)