With an Azure App Service, there is the possibility to overwrite setting values for Application Settings and Connection strings.
In the web.config, we have a custom HttpModule (in particular it is HttpAuthModule) which can have its own key/value settings. I suppose the same could occur for any config section such as logging frameworks etc.
How can we overwrite these keys (that live outside of appSetting section) in Azure App Services? We want a different value for different environments (different app services).