For years we stored our environment variables in devops pipelines (for each environment) and had a custom powershell script for updating them on deploy.
recently on another project with similar need, I discovered that the task Àzure App Service Deploy
had an app settings
section, great. seems to be exactly what is needed to get rid of our powershell custom script.
however I didn't found (official documentation of the task doesn't mention it) how to re-use pipeline variables into task app settings
. any idea if it's possible ?