Skip to content

updated az cosmosdb command per deprecation message #5

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions docs/create-mongodb-and-rabbitmq.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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)
Go back to [How to use AKS end-to-end for Java apps?](https://github.com/azure-samples/java-on-aks)