Showing category results for Azure Cosmos DB for NoSQL

Jan 21, 2021
Post comments count2
Post likes count0

Introducing the LIKE keyword in Azure Cosmos DB

Tim Sander

You can now use the LIKE keyword to do text searches in Azure Cosmos DB SQL (core) API! By including the LIKE keyword in a WHERE clause, you can search for specific string patterns.

QueryAzure Cosmos DB for NoSQL
Dec 17, 2020
Post comments count6
Post likes count1

Understanding how to query arrays in Azure Cosmos DB

Tim Sander

This blog is the final part of a series of blogs where we’ll demystify commonly confused concepts for developers learning how to query data using Azure Cosmos DB. Today, we’ll walk through tips and tricks for querying arrays.

QueryAzure Cosmos DB for NoSQL
Dec 10, 2020
Post comments count2
Post likes count0

New in documentation for December 2020

Nikisha Reyes-Grange

A guide to the most recent Azure Cosmos DB technical documentation updates for December 2020.

Azure Cosmos DB for NoSQLNews
Dec 7, 2020
Post comments count0
Post likes count0

Managing indexing through the Azure Portal in Azure Cosmos DB’s API for MongoDB

Tim Sander

In this blog, we’ll cover how to add and remove indexes using the new indexing policy editor. We’ll also highlight the differences in best practices for indexing in Azure Cosmos DB’s API for MongoDB and native MongoDB.

Azure Cosmos DB for NoSQLAzure Cosmos DB for MongoDBQuery
Nov 25, 2020
Post comments count3
Post likes count0

Understanding the difference between null and undefined in Azure Cosmos DB

Tim Sander

This blog is part two of a series of three blogs where we’ll demystify commonly confused concepts for developers learning how to query in the SQL (core) API in Azure Cosmos DB. We’ll look at the difference between null and undefined values.

Azure Cosmos DB for NoSQLTips and Tricks
Oct 28, 2020
Post comments count1
Post likes count0

Now in preview – Support for Synapse SQL serverless in Azure Synapse Link for Azure Cosmos DB

Ramnandan Krishnamurthy

Azure Synapse Link now supports querying Azure Cosmos DB data using Synapse SQL serverless. This capability, available in public preview, allows you to use familiar analytical T-SQL queries and build powerful near real-time BI dashboards on Azure Cosmos DB data.

Azure Cosmos DB for NoSQLAnnouncementsAzure Cosmos DB for MongoDB
Oct 7, 2020
Post comments count14
Post likes count0

Azure Cosmos DB Repository .NET SDK v.1.0.4

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