Modern applications use NoSQL databases for storing data. These databases should be highly scalable and responsive and have very low latency. These applications are globally available, and this needs their databases to be available globally. Data replication should happen in no time across the globe for such applications. Azure Cosmos DB is a cloud-based NoSQL database on Azure that can meet these requirements.
In the previous chapter, we learned the basic concept of the Azure SQL database. We then created ...