How to deploy web app zip package to Azure using MSDeploy from Powershell?

Viewed 3237

I have a zip package of web app that I want to deploy to Azure from our Jenkins server using MSDeploy tool invoked from Powershell script.

How to do it?

1 Answers
Related