diff --git a/docs/create-mongodb-and-rabbitmq.md b/docs/create-mongodb-and-rabbitmq.md index a324aee..97504ac 100644 --- a/docs/create-mongodb-and-rabbitmq.md +++ b/docs/create-mongodb-and-rabbitmq.md @@ -67,8 +67,10 @@ Cut and paste the resource `'id'` value from Azure CLI response into ```bash # Get Cosmos DB connection strings -az cosmosdb list-connection-strings --resource-group ${RESOURCE_GROUP} \ - --name ${MONGODB_USER} +az cosmosdb keys list \ + --resource-group ${RESOURCE_GROUP} \ + --name ${MONGODB_USER} \ + --type connection-strings ``` Cut and paste the primary connection string as `MONGODB_URI` in `setup-env-variables-azure.sh` bash file. @@ -201,4 +203,4 @@ export RABBITMQ_PASSWORD=INSERT-your-rabbitmq-password ``` -Go back to [How to use AKS end-to-end for Java apps?](https://github.com/azure-samples/java-on-aks) \ No newline at end of file +Go back to [How to use AKS end-to-end for Java apps?](https://github.com/azure-samples/java-on-aks)