One of the most important updates to the Azure function framework was the addition of the DI support. One of the use-cases for having a DI is to read and use "feature flags" in the form of configuration values/environment variables. So for the big question, how do we go from here (local.appsettings.json / env variables):… Continue reading Inject configuration values in Azure Functions