Skip to content

Commit 284a39a

Browse files
(AzureCXP) updated command parameters
resolves MicrosoftDocs/azure-docs#88603
1 parent 7ab879e commit 284a39a

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)