Skip to content

Commit fd05bbd

Browse files
authored
Add --output table to CLI command
Fixes issue #93710
1 parent 0bfc30d commit fd05bbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/service-connector/quickstart-cli-app-service-connection.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Use the Azure CLI [az webapp connection](/cli/azure/webapp/connection) command t
7878
- **App Service name:** the name of your App Service that connects to the target service.
7979

8080
```azurecli-interactive
81-
az webapp connection list -g "<your-app-service-resource-group>" -n "<your-app-service-name>"
81+
az webapp connection list -g "<your-app-service-resource-group>" -n "<your-app-service-name>" --output table
8282
```
8383

8484
## Next steps

0 commit comments

Comments
 (0)