Skip to content

Commit e961ba1

Browse files
committed
Updating the recommendations
1 parent 5945ee5 commit e961ba1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ MongoDB Shell (Mongosh), is a JavaScript and Node.js REPL environment for intera
2626
- Ensure you have set 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)
2727
- You can choose to allow requests from your current IP, requests from cloud services or requests from virtual machines - specific IP Ranges
2828

29-
![GIF of Firewall Settings update for MongoDB Vcore](media/connect-using-mongoshell/firewallsettings.gif)
29+
![GIF of Firewall Settings update for MongoDB Vcore](media/connect-using-mongoshell/firewall-settings.gif)
3030

3131
If you accidentally open all the ports you will be warned before saving the changes.
3232

@@ -35,7 +35,7 @@ If you accidentally open all the ports you will be warned before saving the chan
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-mongoshell/getting-connectionstring-from-portal.gif)
38+
![GIF for getting connection string](./media/connect-using-mongoshell//getting-connectionstring-from-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

0 commit comments

Comments
 (0)