From 250ddc4ce66b3b7cda4e22812ec192a95decf269 Mon Sep 17 00:00:00 2001 From: Sidney Andrews Date: Thu, 17 Oct 2024 17:36:16 -0400 Subject: [PATCH] Update readme.md Signed-off-by: Sidney Andrews --- readme.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/readme.md b/readme.md index 95084fe..9afcec8 100644 --- a/readme.md +++ b/readme.md @@ -1,3 +1,15 @@ +--- +page_type: sample +name: Quickstart: Azure Cosmos DB for NoSQL and Azure SDK for Python +description: This is a simple Flask web application to illustrate common basic usage of Azure Cosmos DB for NoSQL and the Azure SDK for Python. +urlFragment: template +languages: +- python +- azdeveloper +products: +- azure-cosmos-db +--- + # Quickstart: Azure Cosmos DB for NoSQL client library for Python This is a simple Flask web application to illustrate common basic usage of Azure Cosmos DB for NoSQL's client library for Python. This sample application accesses an existing account, database, and container using the [`azure-cosmos`](https://pypi.org/project/azure-cosmos/) and [`azure-identity`](https://pypi.org/project/azure-identity/) packages from PyPi. Modify the source code and leverage the Infrastructure as Code (IaC) Bicep assets to get up and running quickly.