skip to Main Content

Azure – Cosmos DB Partition Key considerations for unique ID

As per Azure cosmos DB Documentation below URL, each partition key creates logical partition. https://learn.microsoft.com/en-us/azure/cosmos-db/partitioning-overview Let say I have below data { "firstname": "Phil", "LastName": "Dixon", "age": 28, "org": "Fin", "Level": 3, "region": "India", "id": "123", "which-city": "Bangalore", }, {…

VIEW QUESTION

Azure – Is my understanding of cosmosdb pricing correct?

I’m struggling to understand how the pricing mechanism for RU/s works. Specifically my confusion comes in when the word “first” is used. I’ve done my research here:https://devblogs.microsoft.com/cosmosdb/build-apps-for-free-with-azure-cosmos-db-free-tier/?WT.mc_id=aaronpowell-blog-aapowell In the second paragraph it’s mentioned: “With Azure Cosmos DB Free Tier enabled,…

VIEW QUESTION
Back To Top
Search