Skip to content

Commit a3cde24

Browse files
committed
Swap in code link.
1 parent 926f7ef commit a3cde24

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

articles/cosmos-db/nosql/how-to-python-create-container.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -63,15 +63,6 @@ In the examples above, the response from the requests is a [``ContainerProxy``](
6363

6464
The following example shows the **create_container_if_not_exists** method returning a **container** object.
6565

66-
```python
67-
partition_key_path = PartitionKey(path="/categoryId")
68-
container = database.create_container_if_not_exists(
69-
id=CONTAINER_ID,
70-
partition_key=partition_key_path,
71-
offer_throughput=400
72-
)
73-
```
74-
7566
:::code language="python" source="~/cosmos-db-nosql-python-samples/005-create-container/app_exists.py" id="parse_response":::
7667

7768
## Next steps

0 commit comments

Comments
 (0)