Upload/Publish WebApp Files to Azure via PowerShell
问题 Hi I am currently having a problem updating an old PowerShell script used for Azure. It was originally written to deploy a website after asking a few questions of the user. This was simple enough as you could create a new website via New-AzureWebsite and then Publish-AzureWebsite to upload the files. I am now using New-AzureRmWebApp but can not figure out how to upload the files, there is no Publish command for this and the Set-AzureRmWebApp command does not have a parameter to cover this.