The SDK Guide, recommends reusing your ConfigurationClient, however the APIs of this library prevent this by disallowing injection of a custom ConfigurationClient instance. The library creates a new instance of ConfigurationClient for each call to ConfigurationBuilder.AddAzureAppConfiguration, which is unduly restrictive.
The SDK Guide, recommends reusing your ConfigurationClient, however the APIs of this library prevent this by disallowing injection of a custom
ConfigurationClientinstance. The library creates a new instance ofConfigurationClientfor each call toConfigurationBuilder.AddAzureAppConfiguration, which is unduly restrictive.