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: 05_Create_First_Cosmos_DB_Project/README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,8 @@ For Windows machines, the emulator can be installed via an installer. There is a
12
12
13
13
Learn more about the pre-requisites and installation of the emulator [here](https://learn.microsoft.com/en-us/azure/cosmos-db/how-to-develop-emulator?tabs=windows%2Cpython&pivots=api-mongodb).
14
14
15
+
When using the Azure CosmosDB emulator using the API for MongoDB it must be started with the [MongoDB endpoint options enabled](https://learn.microsoft.com/en-us/azure/cosmos-db/how-to-develop-emulator?tabs=windows%2Cpython&pivots=api-mongodb#start-the-emulator) on the command-line.
16
+
15
17
## Authentication
16
18
17
19
Authentication to Azure Cosmos DB API for Mongo DB is done using a connection string. The connection string is a URL that contains the authentication information for your Azure Cosmos DB account or local emulator. The username and password used when provisioning the Azure Cosmos DB API for MongoDB service are used in the connection string when authenticating to Azure.
@@ -43,9 +45,7 @@ The ability to create custom roles is also available. Custom roles can be create
43
45
Visualization and querying tools:
44
46
1. Studio 3T
45
47
2. MongoDB Compass
46
-
3. Azure Data Studio
47
-
4. MongoDB Shell
48
-
5. Azure Portal Data Explorer
48
+
3. MongoDB Shell
49
49
50
50
## Lab 1 - Create your first Cosmos DB for MongoDB application
0 commit comments