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
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ Here are some prerequisites.
26
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
+

30
30
31
31
If you accidentally open all the ports, you're warned before saving the changes.
32
32
@@ -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
@@ -53,7 +53,7 @@ Here's an example of how the command looks like:

56
+

57
57
58
58
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"*.
59
59
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.
@@ -69,7 +69,7 @@ Here's an example of how the command looks like:
0 commit comments