Skip to content

Commit 28bfd95

Browse files
Update articles/cosmos-db/mongodb/vcore/how-to-connect-mongo-shell.md
Co-authored-by: Gahl Levy <[email protected]>
1 parent 5feaa63 commit 28bfd95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ To add your Azure Cosmos DB cluster to MongoDB Shell, perform the following step
5555
5656
![Animation that shows how to connect by entering a password.](./media/how-to-connect-mongo-shell/mongo-shell-connect.gif)
5757
58-
After you provide the password and are successfully authenticated, this warning appears: "This server or service appears to be an emulation of MongoDB." You can ignore it. The shell is notifying you that you aren't connected to an emulation of MongoDB. For an Azure platform as a service (PaaS) offering, this warning is expected.
58+
After you provide the password and are successfully authenticated, this warning appears: "This server or service appears to be an emulation of MongoDB." You can ignore it. This warning is generated because the connection string contains `cosmos.azure`. Azure Cosmos DB is a native Azure platform as a service (PaaS) offering.
5959
6060
- Provide the password as a part of the connection string. The format looks something like this example:
6161

0 commit comments

Comments
 (0)