Skip to content

Commit e586e74

Browse files
committed
Updated first application text
1 parent 3c5c7bf commit e586e74

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

05_Create_First_Cosmos_DB_Project/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ For Windows machines, the emulator can be installed via an installer. There is a
1212

1313
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).
1414

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+
1517
## Authentication
1618

1719
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
4345
Visualization and querying tools:
4446
1. Studio 3T
4547
2. MongoDB Compass
46-
3. Azure Data Studio
47-
4. MongoDB Shell
48-
5. Azure Portal Data Explorer
48+
3. MongoDB Shell
4949

5050
## Lab 1 - Create your first Cosmos DB for MongoDB application
5151

0 commit comments

Comments
 (0)