Skip to content

Commit 868c10a

Browse files
committed
Removed en-us from links. +link to quickstart
1 parent 8704b0a commit 868c10a

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,15 @@ urlFragment: azure-cosmos-db-python-getting-started
1212
# Developing a Python app using Azure Cosmos DB
1313
Azure Cosmos DB is Microsoft’s globally distributed multi-model database service. One of the supported APIs is the SQL API, which provides a JSON document model with SQL querying and JavaScript procedural logic. This sample shows you how to use the Azure Cosmos DB with the SQL API to store and access data from a Python application.
1414

15+
> You will find a detailed Quickstart here: [Build a Python application using an Azure Cosmos DB SQL API account](https://docs.microsoft.com/azure/cosmos-db/create-sql-api-python)
16+
1517
## Running this sample
1618

1719
* Before you can run this sample, you must have the following prerequisites:
18-
* [Azure CLI](https://docs.microsoft.com/en-us/cli/azure/?view=azure-cli-latest) or [Azure Cloud Shell](https://shell.azure.com) - Install if you want to execute commands via the CLI instead of the Azure portal.
19-
* [Azure Cosmos DB Account](https://docs.microsoft.com/en-us/azure/cosmos-db/) using the Azure portal or the Azure CLI.
20+
* [Azure CLI](https://docs.microsoft.com/cli/azure/?view=azure-cli-latest) or [Azure Cloud Shell](https://shell.azure.com) - Install if you want to execute commands via the CLI instead of the Azure portal.
21+
* [Azure Cosmos DB Account](https://docs.microsoft.com/azure/cosmos-db/) using the Azure portal or the Azure CLI.
2022
* Create with [Azure portal](https://portal.azure.com) and select 'Core (SQL) API'.
21-
* Create with [Azure CLI](https://docs.microsoft.com/en-us/cli/azure/?view=azure-cli-latest) with this command: `az cosmosdb create --name <account-name> --resource-group <resource-group-name>`. Note that the default API is Core (SQL) when creating a Cosmos DB account with the CLI.
23+
* Create with [Azure CLI](https://docs.microsoft.com/cli/azure/?view=azure-cli-latest) with this command: `az cosmosdb create --name <account-name> --resource-group <resource-group-name>`. Note that the default API is Core (SQL) when creating a Cosmos DB account with the CLI.
2224
* [Visual Studio Code](https://code.visualstudio.com/)
2325
* [Python extention for Visual Studio Code](https://marketplace.visualstudio.com/items?itemName=ms-python.python#overview)
2426
* [Python 3.6+](https://www.python.org/downloads/) with \<install location\>\Python36 and \<install location>\Python36\Scripts added to your PATH.
@@ -59,7 +61,7 @@ Azure Cosmos DB is Microsoft’s globally distributed multi-model database servi
5961
The code included in this sample is intended to get you quickly started with a Python application that connects to Azure Cosmos DB with the SQL API.
6062
6163
## More information
62-
64+
- [Quickstart: Build a Python application using an Azure Cosmos DB SQL API account](https://docs.microsoft.com/azure/cosmos-db/create-sql-api-python)
6365
- [Azure Cosmos DB](https://docs.microsoft.com/azure/cosmos-db/introduction)
6466
- [Azure Cosmos DB: SQL API introduction](https://docs.microsoft.com/azure/cosmos-db/sql-api-introduction)
6567
- [Azure Cosmos DB Python SDK Reference](https://docs.microsoft.com/azure/cosmos-db/sql-api-sdk-python)

0 commit comments

Comments
 (0)