You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/cosmos-db/mongodb/vcore/how-to-connect-mongo-shell.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ Here are some prerequisites.
23
23
- An existing Azure Cosmos DB for MongoDB vCore cluster.
24
24
- An installed version of the MongoShell from the community site.
25
25
- 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)
27
27
- You can choose to allow requests from your current IP, requests from cloud services or requests from virtual machines - specific IP Ranges
28
28
29
29

@@ -35,7 +35,7 @@ If you accidentally open all the ports, you're warned before saving the changes.
35
35
To add your Azure Cosmos DB cluster to Mongo shell, perform the following steps:
36
36
1. Retrieve the connection information for your Azure Cosmos DB for MongoDB vCore using the instructions [here](quickstart-portal.md#get-cluster-credentials).
37
37
38
-

38
+

39
39
Once you have the connection string, you can either
40
40
- Have the shell prompt you to enter the password or
41
41
- Provide the password as a part of the connection string
@@ -70,7 +70,7 @@ Here's an example of how the command looks like:
0 commit comments