Showing results for August 2022 - Azure Cosmos DB Blog

Aug 31, 2022
0
3

Announcing General Availability of Azure Cosmos DB integrated cache

Justine Cocchi
Justine Cocchi

Reduce costs and latency for read-heavy workloads with Azure Cosmos DB integrated cache, an in-memory cache that’s now generally available. In addition to increasing speed and decreasing costs, adding an integrated cache simplifies your architecture and application complexity, allowing you to focus on building your business logic. The integrated ca...

Azure Cosmos DB for NoSQLAnnouncements
Aug 30, 2022
0
0

Intra-account container copy jobs for Core (SQL) and Cassandra API accounts (Preview)

Shweta Nayak
Shweta Nayak

Announcing the preview for Intra-account container copy jobs. This functionality helps create offline copies of containers for Azure Cosmos DB for both Core (SQL) API and Cassandra API using Azure CLI. When to use The container copy feature for Azure Cosmos DB is helpful for the following scenarios: Steps to use intra...

AnnouncementsAzure Cosmos DB for NoSQLAzure Cosmos DB for Apache Cassandra
Aug 19, 2022
2
1

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
Aug 16, 2022
3
0

Azure Cosmos DB SQL Studio is a Hidden Gem!

Jay Gordon
Jay Gordon

This post was authored by Microsoft MVP and Azure Cosmos DB community champion Hasan Savran.  You can reach Hasan (@SavranWeb) on Twitter.  Azure Cosmos DB Core (SQL) API has many features that can help you with your cloud projects in Microsoft Azure. Most of these features; especially the new ones are at the SDK level, and you need to know .NE...

Azure Cosmos DB for NoSQL