Azure Cosmos DB
- Free Tier: Refer Here
- Cosmos DB provides the following options
- Distributed NoSQL databases
- Distributed Releational databases
Create an Azure Cosmos DB
- Navigate to Azure Cosmos and select the nosql data





- To connect to cosmosdb, any code requires two parameters
- uri
- keys

- python example Refer Here
- Datamodel of Cosmos DB NoSQL
Cosmos DB Request Units
- Refer Here for the official docs
- Cosmosdb cost is organized using RU (Request units)
- 1 RU is a cost to do a point read for 1-KB item
Activity: Create a cosmos db in serverless mode
- In serverless mode the Geo-replication is not available.
- If you need geo-replication we need to choose provisioned database
- Refer Here
