IEvangelist / azure-cosmos-dotnet-repository

Wraps the .NET SDK for Azure Cosmos DB abstracting away the complexity, exposing a simple CRUD-based repository pattern
https://ievangelist.github.io/azure-cosmos-dotnet-repository
MIT License
300 stars 89 forks source link

Follow up on Issue 398 : I'm attempting to use the library in a Multi Tenant scenario #428

Closed joelsteventurner closed 5 months ago

joelsteventurner commented 5 months ago

where each tenant connects to their own specific Cosmos DB

Along with the previous change I did to make ICosmosClientProvider public (https://github.com/IEvangelist/azure-cosmos-dotnet-repository/issues/398)