Skip to content

Commit 7667e2d

Browse files
committed
Updating Recommendations
1 parent bfb3c7e commit 7667e2d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,16 @@ ms.date: 02/05/2024
1919
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.
2020

2121
## Prerequisites
22-
Here are some pre-requisites
22+
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.
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)
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
![GIF of Firewall Settings update for MongoDB Vcore](media/connect-using-mongoshell/firewall-settings.gif)
3030

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.
3232

3333
## Connect using Mongo Shell (Mongosh)
3434

@@ -56,8 +56,8 @@ Here's an example of how the command looks like:
5656
```
5757
![GIF for connecting by entering password](./media/connect-using-mongoshell/mongo-shell-connect.gif)
5858

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.
6161

6262
**B. By providing the password as a part of the connection string**
6363

0 commit comments

Comments
 (0)