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: 06_Create_First_Cosmos_DB_Project/README.md
+10-7Lines changed: 10 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,12 +35,15 @@ Retrieve the connection string from the Azure portal by navigating to your Azure
35
35
## Lab 1 - Create your first Cosmos DB for the MongoDB application
36
36
37
37
Using a notebook, we'll create a Cosmos DB for the MongoDB application in this lab. You can use the Azure Cosmos DB Emulator or an Azure Cosmos DB account in Azure. The following concepts will be covered in this lab:
38
-
1. Create a database
39
-
2. Create a collection
40
-
3. Create a document
41
-
4. Read a document
42
-
5. Update a document
43
-
6. Delete a document
44
-
7. Query documents
38
+
39
+
1. Create a database
40
+
2. Create a collection
41
+
3. Create a document
42
+
4. Read a document
43
+
5. Update a document
44
+
6. Delete a document
45
+
7. Query documents
46
+
47
+
It is highly recommended that you use a [virtual environment](https://python.land/virtual-environments/virtualenv) for this lab
45
48
46
49
Please visit the lab repository to complete this lab.
0 commit comments