This store come from a separate NuGet package Config.Net.Azure
To configure the store:
protected override void OnConfigure(IConfigConfiguration configuration)
{
configuration.UseAzureConfigStore();
}
The store is read-only and forwards the read action to Azure SDK's built-in CloudConfigurationManager.