Using IConfiguration, [value] works but IsSettingEnabled for the same returns false
In the particular project I am working on, I am using the same pattern as I use in other projects successfully. However, with this one I am unable to successfully use IConfiguration’s IsSettingEnabled. Setup.cs class Startup : FunctionsStartup { public override void Configure(IFunctionsHostBuilder builder) { } public override void ConfigureAppConfiguration(IFunctionsConfigurationBuilder builder) { var context =… Read More Using IConfiguration, [value] works but IsSettingEnabled for the same returns false