Summary
In this chapter, we've learned about Azure's NoSQL offering, known as Cosmos DB, what the differences are between SQL and NoSQL, and how to build a simple solution.
We then covered how to use the different APIs from Visual Studio to create databases, containers, data, and more. We also covered the partition schemes and the different consistency levels that are provided for Azure Cosmos DB.
Finally, we walked through enabling a multi-region replication and configuring its consistency.
In the next chapter, we will continue with this objective by learning how to develop solutions that use a relational database.