Showing tag results for Azure Cosmos DB

Sep 30, 2020
Post comments count0
Post likes count0

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
Post comments count18
Post likes count0

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
Post comments count0
Post likes count0

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
Post comments count17
Post likes count0

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
Post comments count1
Post likes count0

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
Post comments count2
Post likes count2

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
Post comments count0
Post likes count0

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
Mar 14, 2020
Post comments count0
Post likes count0

Azure Private Link for Azure Cosmos DB now generally available

Thomas Weiss
Thomas Weiss

We are thrilled to announce the general availability of Azure Private Link for Azure Cosmos DB, making Azure Cosmos DB the next Azure service compatible with Azure Private Link. What is Azure Private Link Azure Private Link provides private connectivity from a virtual network to Azure platform as a service (PaaS) services. It simplifies the netwo...

AnnouncementsSecurity
Mar 13, 2020
Post comments count1
Post likes count0

Create a Java Azure Cosmos DB Function Trigger using Visual Studio Code in 2 minutes!

Theo van Kraay
Theo van Kraay

  Creating event sourcing solutions with Azure Cosmos DB is easy with Azure Functions Triggers, where you can leverage the Change Feed Processor's powerful scaling and reliable event detection functionality, without the need to maintain any worker infrastructure. You can just focus on your Azure Function's logic without worrying about the r...

Change FeedTips and TricksJava SDK