Sign in to confirm you’re not a bot
This helps protect our community. Learn more
Using Azure Cosmos DB As LockService
3Likes
270Views
2023Mar 28
In Azure AD backend (Microsoft Online directory Services, MSODS), we are using Azure Cosmos DB for locking to ensure uniqueness across our partition data. While our current AD based system gives a good uniqueness guarantee within a single partition, for very large tenants who can not have all data stored in a single partition - we need to split the data across partitions. But by Splitting the partition we miss on uniqueness guarantee provided by AD system, We Use Azure Cosmos DB To ensure uniqueness. #AzureCosmosDB

Follow along using the transcript.

Microsoft Developer

589K subscribers