Open chwilliamson opened 4 days ago
Unfortunately, DI is not available before the configuration is resolved.
Perhaps you may be interested in a new, related feature we recently added.
Give the users the ability to have control over ConfigurationClient instance(s) used by the provider https://github.com/Azure/AppConfiguration-DotnetProvider/pull/598
Hi, I would appreciate some advice using dependency injection with AddAzureAppConfiguration().
Below is a snippet to help explain my question.
How would someone retrieve an instance of
httpClientFactory
from the services container?Thank you.