Skip to content

Commit da92d3f

Browse files
authored
Add missing "az"
1 parent 4411609 commit da92d3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/cosmos-db/mongodb/includes/azure-cli-get-connection-string.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.author: diberry
1010
1. Find the API for MongoDB **connection string** from the list of connection strings for the account with the [``az cosmosdb keys list``](/cli/azure/cosmosdb/keys#az-cosmosdb-keys-list) command.
1111

1212
```azurecli-interactive
13-
cosmosdb keys list --type connection-strings \
13+
az cosmosdb keys list --type connection-strings \
1414
--resource-group $resourceGroupName \
1515
--name $accountName
1616
```

0 commit comments

Comments
 (0)