Skip to content

Commit 76eb8c0

Browse files
Merge pull request #218245 from vmagelo/patch-4
Add missing "az"
2 parents 3639734 + da92d3f commit 76eb8c0

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)