Showing results for Azure Cosmos DB - Azure Cosmos DB Blog

Oct 7, 2020
14
0

Azure Cosmos DB Repository .NET SDK v.1.0.4

David Pine
David Pine

David Pine shares the unofficial Azure Cosmos DB Repository .NET SDK. The repository SDK aims to simplify the consumption of Azure Cosmos DB by abstracting away some of the complexities of the existing .NET SDK and exposes a modern generic repository pattern-based interface.

AnnouncementsAzure Cosmos DB for NoSQL
Sep 30, 2020
0
0

Data modeling, partitioning, and pricing in 2 minutes

Nikisha Reyes-Grange
Nikisha Reyes-Grange

Build your NoSQL database for speed, scale, and performance with the right data modeling, partitioning, and pricing strategies. In under 2-minutes, these new videos will help guide your next application development project.

Tips and Tricks
Aug 19, 2020
18
0

Azure Cosmos DB serverless now in preview

Thomas Weiss
Thomas Weiss

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.

Announcements
Aug 19, 2020
0
0

HttpClientFactory in the Azure Cosmos DB .NET SDK

Matias Quaranta
Matias Quaranta

In this post, learn about HTTPClientFactory and how you can use it to pool HTTP connections with Azure Cosmos DB clients.

Azure Cosmos DB for NoSQLTips and Tricks
May 19, 2020
17
0

Autoscale + serverless: new offers to fit any workload

Deborah Chen
Deborah Chen

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.

AnnouncementsNews
Apr 29, 2020
1
0

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

Gurpreet Singh
Gurpreet Singh

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: ...

Azure Cosmos DB for MongoDBTips and Tricks
Apr 27, 2020
2
2

How to change your partition key in Azure Cosmos DB

Theo van Kraay
Theo van Kraay

Searching for how to change your partition key in Azure Cosmos DB? You have come to the right place! Learn how to achieve this by leveraging Change Feed and Bulk Execution features in Azure Cosmos DB to live migrate containers.

Tips and TricksAzure Cosmos DB for NoSQLChange Feed
Mar 19, 2020
0
0

Native Mongo shell on Azure Cosmos DB API for MongoDB now in preview

Luis Bosquez
Luis Bosquez

We are happy to announce the preview release for native Mongo shell v3.6.8 on the Data Explorer for Azure Cosmos DB’s API for MongoDB! This will provide you with the native Mongo shell capabilities for database management and CRUD operations. This is available in your Data Explorer either in the Azure Portal or in its stand-alone version. Check ...

AnnouncementsAzure Cosmos DB for MongoDB