Is that possible to read values from appsettings.json before configuration.build ?
i need to get endpoint, clientId, secret and tenant to bind configuration with azure app configuration
Configuration = builder.AddAzureAppConfiguration(options =>
{
//here i need to get some values from appsettings.json
}).Build()