Is there a chance how to use a SetParameters.xml file to set parameters in a web deployment package?
I would like to deploy an application by powershell script with
Publish-AzureWebsiteProject does not support SetParameters.xml. The best I found is to use MSDeploy.exe. How to set arguments is in answers at How can I get the PublishUrl via Azure PowerShell?