我一直在尝试将我的网站直接部署到Azure上的开发广告位(Web App)。解决方案构建正常,但似乎当代理尝试在Azure Web App上删除软件包时,它会以某种方式失败。不幸的是,没有更多的细节,我得到的(订阅名称和ID掩盖了明显的原因):
******************************************************************************
Starting: Azure Deployment: webapp
******************************************************************************
Import-Module -Name C:\Program Files (x86)\Microsoft SDKs\Azure\PowerShell\ServiceManagement\Azure\Azure.psd1 -Global
Set-AzureSubscription -SubscriptionName ****** -SubscriptionId ****** -Certificate ******** -Environment AzureCloud
Select-AzureSubscription -SubscriptionId ******
Finding C:\a\1\a\**\*.zip
packageFile= C:\a\1\a\webapp.zip
Get-AzureWebSite -Name webapp -ErrorAction SilentlyContinue -ErrorVariable azureWebSiteError -Slot dev
WebSite 'webapp(dev)' found.
Publish-AzureWebsiteProject -Name "webapp" -Package "C:\a\1\a\webapp.zip" -Slot "dev" -ErrorVariable publishAzureWebsiteError
(9/15/2016 7:04:04 PM) An error occurred when the request was processed on the remote computer.
******************************************************************************
Finishing: Azure Deployment: webapp
******************************************************************************