How to handle application-specific settings in the Azure App Service platform?
There are multiple ways to handle application-related settings when using Azure App Service. Typically application needs ex. database connection string and authentication-related parameters which should be able to change without deploying the application again. This blog post presents a comparison of typical ways to handle application settings in Azure App