Skip to content

Commit 21c6ba7

Browse files
committed
Updating changes
1 parent 8563f75 commit 21c6ba7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

articles/cosmos-db/mongodb/vcore/how-to-connect-mongo-shell.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Here are some prerequisites.
2323
- An existing Azure Cosmos DB for MongoDB vCore cluster.
2424
- An installed version of the MongoShell from the community site.
2525
- Ensure you're setting up the necessary environment variables post installation for your operating system
26-
- Ensure the firewall settings to allow the machine to connect. Follow the guidelines for [configuring the firewall for Azure CosmosDB](../../../cosmos-db/how-to-configure-firewall.md)
26+
- Ensure the firewall settings to allow the machine to connect. Follow the guidelines for [configuring the firewall for Azure Cosmos DB](../../../cosmos-db/how-to-configure-firewall.md)
2727
- You can choose to allow requests from your current IP, requests from cloud services or requests from virtual machines - specific IP Ranges
2828

2929
![Illustration that shows Firewall Settings update for MongoDB Vcore.](media/connect-using-mongo-shell/firewall-settings.gif)
@@ -35,7 +35,7 @@ If you accidentally open all the ports, you're warned before saving the changes.
3535
To add your Azure Cosmos DB cluster to Mongo shell, perform the following steps:
3636
1. Retrieve the connection information for your Azure Cosmos DB for MongoDB vCore using the instructions [here](quickstart-portal.md#get-cluster-credentials).
3737

38-
![GIF for getting connection string](./media/connect-using-mongo-shell/get-connections-string-portal.gif)
38+
![Illustration that shows getting connection string.](./media/connect-using-mongo-shell/get-connection-string-portal.gif)
3939
Once you have the connection string, you can either
4040
- Have the shell prompt you to enter the password or
4141
- Provide the password as a part of the connection string
@@ -70,7 +70,7 @@ Here's an example of how the command looks like:
7070
```
7171
mongosh "mongodb+srv://mongodbvcoretesting.mongocluster.cosmos.azure.com/?tls=true&authMechanism=SCRAM-SHA-256&retrywrites=false&maxIdleTimeMS=120000" --username "testuser" -password "******"
7272
```
73-
![Screenshot that shows a password as a part of a connection string.](./media/connect-using-mongo-shell/connectionstring-with-password.PNG)
73+
![Screenshot that shows a password as a part of a connection string.](./media/connect-using-mongo-shell/connection-string-with-password.PNG)
7474

7575
## Next step
7676

0 commit comments

Comments
 (0)