CosmosDB Components should allow for CosmosClientOptions to be configured via IConfiguration
Open
area-integrations
azure
azure-cosmosdb
- Dominant language
- C#
- Stars
- 6.3k
- Forks
- 991
- Avg merge
- 2d 15h
- Merged PRs (30d)
- 196
Description
With #359, we added CosmosDB Components. ComosDB follows the same pattern as other Azure clients - it has `XXXClient` and `XXXClientOptions` objects.
The other Azure components allow for the `XXXClientOptions` object to be bound to IConfiguration, so users can tweak their settings without rebuilding/redeploying the app.
We should enable the same behavior in the CosmosDB components.
Contributor guide
Assessment
This issue has not been assessed yet.