Is it possible to use the SetParameters.xml file to set parameters in a web deployment package?
I would like to deploy a powershell script application with cmdlets
- Select-AzureSubscription
- Publish-AzureWebsiteProject
But I did not find how to install the SetParameters.xml file in the Publish-AzureWebsiteProject cmdlet. Or is there another way? Processing SetParameters.xml in a web deployment package before invoking the Publish-AzureWebsiteProject cmdlet?
source share