Azure Cosmos DB Blog

The latest news, updates and technical insights from the Azure Cosmos DB team

Azure Cosmos DB serverless now in preview

Azure Cosmos DB serverless is a new consumption-based offer that requires no capacity management. It bills only for the Request Units used by database operations and provides a lower entry price for development, testing and small applications with light traffic.

Autoscale + serverless: new offers to fit any workload

Azure Cosmos DB is excited to announce two new offers: autoscale provisioned throughput (GA) and the upcoming preview of serverless. These offers complement our existing standard (manual) provisioned throughput and ensure that Azure Cosmos DB is, more than ever, a database that delivers the best cost and performance for any kind of workload.

Getting started with Azure Cosmos DB using API for MongoDB and Rust

Rust is becoming increasingly popular both externally and internally at Microsoft due to its performance and safety, especially safe concurrency. In this tutorial, we are going to be writing a Rust application to perform create, read, update, and delete (CRUD) operations on data using Azure Cosmos DB's API for MongoDB. Prerequisites...