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: readme.md
+2-40Lines changed: 2 additions & 40 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,15 +2,9 @@
2
2
3
3
## Getting started
4
4
5
-
This repo has a prebuilt development environment making it easy to get started.
5
+
This repo has a [devcontainer](https://containers.dev) environment making it easy to get started.
6
6
7
-
### Pull the repo
8
-
9
-
Open the repo in a [development container](https://containers.dev) using either Visual Studio Code or GitHub Codespaces.
10
-
11
-
-**Visual Studio Code**: Clone this repo to your local machine and open the folder using the [Dev containers extension](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers).
12
-
13
-
-**GitHub Codespaces**: Open this repo in the browser with a [GitHub codespace](https://docs.github.com/en/codespaces/overview).
7
+
[](https://codespaces.new/Azure-Samples/cosmos-db-nosql-python-samples?quickstart=1)
14
8
15
9
### Run the app
16
10
@@ -30,26 +24,6 @@ pip install azure-cosmos
30
24
python 001-quickstart/app.py
31
25
```
32
26
33
-
The application should output a single JSON object.
This project contains multiple samples used in [Azure Cosmos DB for NoSQL](https://learn.microsoft.com/azure/cosmos-db/nosql/) documentation.
78
-
79
-
| Sample | Documentation |
80
-
| --- | --- |
81
-
|[001-quickstart](001-quickstart/app.py)|[Quickstart: Azure Cosmos DB for NoSQL client library for Python](https://learn.microsoft.com/azure/cosmos-db/nosql/quickstart-python?tabs=azure-portal%2Clinux%2Csync)|
82
-
|[002-quickstart-async](002-quickstart-async/app.py)|[Quickstart: Azure Cosmos DB for NoSQL client library for Python](https://learn.microsoft.com/azure/cosmos-db/nosql/quickstart-python?tabs=azure-portal%2Clinux%2Casync)|
83
-
|[[003-how-to](003-how-to/app.py)]|[Get started with Azure Cosmos DB for NoSQL using Python](https://learn.microsoft.com/azure/cosmos-db/nosql/how-to-python-get-started)|
84
-
|[[004-create-db](003-how-to/app.py)]|[Create a database in Azure Cosmos DB for NoSQL using Python](https://learn.microsoft.com/azure/cosmos-db/nosql/how-to-python-create-database)|
85
-
|[[005-create-container](003-how-to/app.py)]|[Create a container in Azure Cosmos DB for NoSQL using Python](https://learn.microsoft.com/azure/cosmos-db/nosql/how-to-python-create-container)|
0 commit comments