CosmosDB Components should allow for CosmosClientOptions to be configured via IConfiguration #667
Labels
area-integrations
Issues pertaining to Aspire Integrations packages
azure
Issues associated specifically with scenarios tied to using Azure
azure-cosmosdb
Issues related to Azure CosmosDB
Milestone
With #359, we added CosmosDB Components. ComosDB follows the same pattern as other Azure clients - it has
XXXClient
andXXXClientOptions
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.
The text was updated successfully, but these errors were encountered: