Azure Cosmos DB now supports case-insensitive Contains, StartsWith, EndsWith, and StringEquals. Additionally, both Contains and EndsWith have had significant performance improvements. You can now store string data in Azure Cosmos DB without having to worry about matching the case in the query.
It's now possible to migrate relational data to Azure Cosmos DB in just six easy steps. Discover the no-code way by using the mapping data flows capability of Azure Data Factory.
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:
...
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.
We are constantly adding new query and indexing features to Azure Cosmos DB. This blog outlines a few recent query and indexing improvements for aggregates, inequality filters, and
dates and time system functions. This blog covers updates during the first four months of 2020.
In this second of our series for the Azure Cosmos DB Java SDK v4 for Core (SQL) API, I’m going to explore our new Async API.
To get you caught up though go check out the first post in this series Azure Cosmos DB Java SDK v4 - New Java SDK Quickstart Guide and Sample Code!
Current users of our Java SDK v2 are familiar with our Sync API and may...
When building an app, the challenge is to identify the right combination of services or tools from the vast options available. The creators of theURList.com share how Azure Cosmos DB free tier and other Azure services help them run a low-cost, scalable app.
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...