Ideally, I would want to configure our Azure Web App application settings using build variables (on VSTS), for example:
We perform our publish tasks using P
It is worth mentioning here, that secret variables are not passed into scripts as environment variables (env:
in PS). So accessible only if passed as parameters for a script, eg. -MyPassword $(Password)
. See https://docs.microsoft.com/en-us/vsts/pipelines/build/variables?view=vsts&tabs=batch#secret-variables