Showing results for Python SDK - Azure Cosmos DB Blog

Jun 6, 2025
Post comments count0
Post likes count1

Building a Modern Python API with Azure Cosmos DB: A 5-Part Video Series

Gwyneth Peña-Siguenza
Gwyneth Peña-Siguenza

I'm excited to share our new video series where I walk through building a production-ready inventory management API using Python, FastAPI, and Azure Cosmos DB NoSQL. This project demonstrates modern async patterns, clean architecture, and enterprise-grade features like batch operations and optimistic concurrency control. This builds on our Get...

Azure Cosmos DB for NoSQLPython SDK
Apr 25, 2025
Post comments count0
Post likes count4

Getting Started with Azure Cosmos DB Using the Python SDK

Gwyneth Peña-Siguenza
Gwyneth Peña-Siguenza

If you're new to Azure Cosmos DB and looking to build applications with Python, you're in the right place. I’ve created a four-part video series designed to take you from the basics to practical, real-world querying techniques—no prior experience required. Whether you’re setting up your first database, learning how to model your data, or optimizing...

Python SDKAzure Cosmos DB for NoSQL
Dec 12, 2024
Post comments count1
Post likes count2

An introduction to Multi-Agent AI apps with Azure Cosmos DB and Azure OpenAI

Theo van Kraay
Theo van Kraay

Azure Cosmos DB was named by Bloomberg as the no. 1 Database of choice for Retrieval Augmented Generation (RAG) and Large Language Model (LLM) customization. It is used by OpenAI to scale it’s ChatGPT service, and by many thousands of customers worldwide, serving billions of end-users with globally distributed apps at planet scale. In this blog ...

Azure Cosmos DB for NoSQLAIPython SDK
Aug 19, 2022
Post comments count2
Post likes count2

Write a Python data layer with Azure Cosmos DB and FastAPI

Abhinav Tripathi
Abhinav Tripathi

In this article, we will demonstrate how to build a data layer in Python for Azure Cosmos DB using FastAPI, a web framework for building and testing Python APIs. To demonstrate this, we will leverage the To Do App Quickstart in our docs. This app shows simple CRUD operations (insert, update, list and delete) using a simple data model for a To-Do i...

Azure Cosmos DB for NoSQLTips and TricksPython SDK
Jul 12, 2022
Post comments count2
Post likes count1

Run parallel CRUD operations with Python Async IO for Azure Cosmos DB

Khelan Modi
Khelan Modi

Async IO support for Azure Cosmos DB Python SDK, an important and much-anticipated capability, is now generally available (GA) for Python developers, data scientists, and any other professional that uses our Azure Cosmos DB Python SDK. Benefits Async IO support makes it easier to run multiple IO operations in parallel. The main advantage of Asy...

Azure Cosmos DB for NoSQLPython SDK
Dec 16, 2021
Post comments count1
Post likes count1

Async IO for the Python SDK is now in preview!

Gahl Levy
Gahl Levy

Async IO support for Azure Cosmos DB Python SDK, an important and much-anticipated capability, is now available in preview! Async IO is a concurrent programming method in Python that makes running CRUD (create, read, update, delete) operations in parallel easy to do.

Python SDKAzure Cosmos DB for NoSQLAnnouncements
May 21, 2020
Post comments count2
Post likes count0

Azure Cosmos DB wrap-up: May 2020 BUILD Announcements

Mark Brown
Mark Brown

Read about all of the amazing announcements we made at Microsoft BUILD 2020 including Azure Synapse Link for Azure Cosmos DB, autoscale GA, encryption, new Jupyter Notebook features, serverless, new change feed and much more!

AnnouncementsNewsSecurity