Don't delete AppSettings not declared in a template
问题 When deploying an Azure Function App and AppSettings via an ARM Template , is it possible to tell Azure not to delete AppSettings that are not declared in the template? For example, take the following AppSettings config from the template and imagine that I'm updating an existing Function App . In this case, an AppSetting called storageaccountname_STORAGE would be deleted, which is undesirable as (for example) it has been created to facilitate a binding. { "apiVersion":"2016-08-01", "name":