Skip to content

Commit d274863

Browse files
authored
Update how-to-connect-mongoshell.md
1 parent c17e9e2 commit d274863

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,7 @@ mongosh "mongodb+srv://[email protected]
5656
```
5757
![GIF for connecting by entering password](./media/connect-using-mongoshell/mongoshellconnect.gif)
5858

59-
Once you provide the password and are successfully authenticated you will notice the following warning.
60-
61-
![PNG Warning image for Shell](./media/connect-using-mongoshell/shellwarning.PNG)
62-
59+
Once you provide the password and are successfully authenticated you will notice some warning stating *"This server or service appears to be an emulation of MongoDB"*
6360
This can be ignored. Its just shell way of notifying that you are not connection to an emulation of MongoDB. Since it is an Azure as a platform as a service offering this is expected.
6461

6562
#### B. By providing the password as a part of the connection string

0 commit comments

Comments
 (0)