How to Read Azure App Service Configuration in .NET Applications
Summary
Using the default configuration or the configuration builder, your .NET 6 application can read configuration values from the Azure app service configuration. Configuration builder offers more flexibility than the default configuration, and to read from the app service configuration, reloadOnChange must be set to true, whereas the default configuration already has reloadOnChange set to true.