Skip to content

Commit 7cfd20f

Browse files
committed
Updating samples links
1 parent bd96e7b commit 7cfd20f

File tree

2 files changed

+6
-11
lines changed

2 files changed

+6
-11
lines changed

articles/cosmos-db/sql-api-python-samples.md

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.service: cosmos-db
66
ms.subservice: cosmosdb-sql
77
ms.devlang: python
88
ms.topic: sample
9-
ms.date: 07/23/2019
9+
ms.date: 05/20/2020
1010
ms.author: sngun
1111

1212
---
@@ -20,30 +20,27 @@ ms.author: sngun
2020
> * [Node.js Examples](sql-api-nodejs-samples.md)
2121
> * [Python Examples](sql-api-python-samples.md)
2222
> * [Azure Code Sample Gallery](https://azure.microsoft.com/resources/samples/?sort=0&service=cosmos-db)
23-
>
24-
>
2523
2624
Sample solutions that do CRUD operations and other common operations on Azure Cosmos DB resources are included in the [azure-documentdb-python](https://github.com/Azure/azure-documentdb-python) GitHub repository. This article provides:
2725

28-
* Links to the tasks in each of the Python example project files.
26+
* Links to the tasks in each of the Python example project files.
2927
* Links to the related API reference content.
3028

31-
**Prerequisites**
29+
## Prerequisites
3230

3331
[!INCLUDE [quickstarts-free-trial-note](../../includes/quickstarts-free-trial-note.md)]
3432

3533
- You can [activate Visual Studio subscriber benefits](https://azure.microsoft.com/pricing/member-offers/msdn-benefits-details/?ref=microsoft.com&utm_source=microsoft.com&utm_medium=docs&utm_campaign=visualstudio): Your Visual Studio subscription gives you credits every month that you can use for paid Azure services.
3634

3735
[!INCLUDE [cosmos-db-emulator-docdb-api](../../includes/cosmos-db-emulator-docdb-api.md)]
3836

39-
You also need the [Python SDK](sql-api-sdk-python.md).
40-
37+
You also need the [Python SDK](sql-api-sdk-python.md).
38+
4139
> [!NOTE]
4240
> Each sample is self-contained; it sets itself up and cleans up after itself. The samples issue multiple calls to [CosmosClient.CreateContainer](/python/api/azure-cosmos/azure.cosmos.cosmos_client.cosmosclient?view=azure-python#createcontainer-database-link--collection--options-none-). Each time this is done, your subscription is billed for one hour of usage. For more information about Azure Cosmos DB billing, see [Azure Cosmos DB Pricing](https://azure.microsoft.com/pricing/details/cosmos-db/).
43-
>
44-
>
4541
4642
## Database examples
43+
4744
The [Program.py](https://github.com/Azure/azure-documentdb-python/blob/master/samples/DatabaseManagement/Program.py) file of the [DatabaseManagement](https://github.com/Azure/azure-documentdb-python/blob/master/samples/DatabaseManagement) project shows how to do the following tasks. To learn about the Azure Cosmos databases before running the following samples, see [Working with databases, containers, and items](databases-containers-items.md) conceptual article.
4845

4946
| Task | API reference |

articles/cosmos-db/sql-api-sdk-python.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,6 @@ ms.author: sngun
3333
|**Get started**|[Get started with the Python SDK](create-sql-api-python.md)|
3434
|**Current supported platform**|[Python 2.7](https://www.python.org/downloads/) and [Python 3.5.3+](https://www.python.org/downloads/)|
3535

36-
## Release history
37-
3836
[!INCLUDE[Release notes](~/cosmosdb-python-sdk/sdk/cosmos/azure-cosmos/CHANGELOG.md)]
3937

4038
## Release & retirement dates

0 commit comments

Comments
 (0)