Migrate your data to Azure Cosmos DB using data migration tool
In previous articles, we have seen how to create Cosmos DB account and how to create containers and insert item to the containers. But if you were already using some…
In previous articles, we have seen how to create Cosmos DB account and how to create containers and insert item to the containers. But if you were already using some…
In this article, let's try to see how can we use .NET client SDK with Cosmos DB. We will have look at important APIs to manage the database. In this…
In previous article, we have seen how to enable multi-region writes in Cosmos DB. But multi-region writes can lead to conflicts. In this article, let's have a look at how…
In previous article, we have seen how to enable global replication for Cosmos DB databases. In this article let's have a look at how to enable multiple write regions. Why…
Now a days, most applications target global audience. People from all around the world can access the application, can create data in application and can view that data. Why replication…
In this article, let's have a look at what all things can be done to secure the data in Azure Cosmos DB. There is an extensive security checklist published at…
The Cosmos DB is distributed database offering from Azure. The Cosmos DB offers high availability, low latency. There is a fundamental trade off between read consistency vs availability, latency and…
If you have created Cosmos DB account, then you must be knowing some basic things about containers and items. You also must be knowing that Cosmos DB also supports multiple…
If you have created how to create a new container in Cosmos DB account, you must be knowing that you need to specify the partition key while creating a new…
You have many times heard about the two words when people talk about Cosmos DB, Latency and Throughput. Latency means the end to end time required by your user to…
Today's applications are required to be highly available and responsive. In order to guarantee low latency and high availability, the application should be deployed in the data centers which is…
AZ-203 is the new certification exam announced By Microsoft few months back. The 70-532 certification is now retired. People who have given 70-532 exam need to either appear AZ-202 to…