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-mongoshell.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,16 +19,16 @@ ms.date: 02/05/2024
19
19
MongoDB Shell (Mongosh), is a JavaScript and Node.js environment for interacting with MongoDB deployments. It's a popular community tool to test queries and interact with the data in your Azure Cosmos DB for MongoDB database.
20
20
21
21
## Prerequisites
22
-
Here are some pre-requisites
22
+
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
-
-Please ensure you're setting up the necessary environment variables post installation for your operating system
26
-
-Please 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)
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)
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

30
30
31
-
If you accidentally open all the ports, you'll be warned before saving the changes.
31
+
If you accidentally open all the ports, you're warned before saving the changes.
32
32
33
33
## Connect using Mongo Shell (Mongosh)
34
34
@@ -56,8 +56,8 @@ Here's an example of how the command looks like:
56
56
```
57
57

58
58
59
-
Once you provide the password and are successfully authenticated, you'll notice some warning stating *"This server or service appears to be an emulation of MongoDB"*
60
-
The warning can be ignored. It's the shell's way of notifying that you aren't connection to an emulation of MongoDB. When it's an Azure as a platform as a service offering this is expected.
59
+
Once you provide the password and are successfully authenticated, you notice some warning. It states *"This server or service appears to be an emulation of MongoDB"*.
60
+
The warning can be ignored. It's the shell's way of notifying that you aren't connection to an emulation of MongoDB. When, it's an Azure as a platform as a service offering it's expected.
61
61
62
62
**B. By providing the password as a part of the connection string**
0 commit comments