Showing results for August 2020 - Azure Cosmos DB Blog

Aug 24, 2020
0
0

Azure Cosmos DB for the SQL Professional – Referencing Tables

James Serra
James Serra

How should you handle reference tables that are common in the relational database world when working in Azure Cosmos DB? This post walks through some of the differences SQL professionals will encounter, and how developing in a Azure Cosmos DB environment compares to a relational database management service (RDBMS).

Data ArchitectureAzure Cosmos DB for NoSQL
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