In Cosmos DB, there is a wide range of SQL operators ranging from arithmetic operators, bit-wise operators to string concatenation using || (concatenate). All these operators can be used as the SQL queries. Let us look at the different operators … [Continue reading]
Understanding Local Cosmos DB Emulator

Wondering what to do if you do not have an Azure subscription? Well, Azure Cosmos DB can be used to write and test applications locally using the Cosmos database. And to do that, we do not need to have an Azure subscription at all. We can simply … [Continue reading]
Overview of Azure cosmos DB Collection

Assuming that you have already created your Cosmos DB account or have installed the local Cosmos DB emulator, let us take the first step in our journey of working with Cosmos DB. The first step is creating some data and for that, we need to have … [Continue reading]
Uniquely identifying a single document in CosmosDB
In this blog post, we will look at the resource model of Cosmos DB and then look at the resource properties, identifiers etc. which help to uniquely identify the documents. In CosmosDB, every resource is actually a collection of resources. This … [Continue reading]
Migrate data into Cosmos DB
We all work with data somewhere or the other, and migrating it from one place to another sounds like a hassle in itself. In this blog post, we will see how easily we can migrate any of our data into Cosmos DB. To migrate your data from any source … [Continue reading]
- « Previous Page
- 1
- 2
- 3
- 4
- …
- 12
- Next Page »