imranmomin / Hangfire.AzureCosmosDb

Azure Cosmos DB storage provider for Hangfire
https://www.hangfire.io/
MIT License
17 stars 16 forks source link

Overload for CosmosDbStorage constructor #34

Closed yanetc closed 2 years ago

yanetc commented 2 years ago

Overload CosmosDbStorage constructor. New version accept an instance of CosmosClient, it give the opportunity of create CosmosClient in other way, for example with role-based access as in this example https://docs.microsoft.com/en-gb/azure/cosmos-db/how-to-setup-rbac#in-net.

yanetc commented 2 years ago

Hi @imranmomin , Could you review this PR, please? Do I need to do other step before the PR? Thanks in advance!

imranmomin commented 2 years ago

@yanetc - Can you create the pull-request against the/patch_api_update. Most likely you will have to rebase as there have been lot of changes done in that branch.

Thank you

imranmomin commented 2 years ago

36 was created instead