此 Azure 部署错误是什么意思?

Sco*_*tie 5 publish diagnostics azure visual-studio

当我尝试通过 Visual Studio 2012 部署到 Azure 云服务时,出现以下错误:

Windows Azure could not find the resource Diagnostics in the service package. To 
upgrade the deployment, you must add the resource. Otherwise, perform a new deployment.
Run Code Online (Sandbox Code Playgroud)

任何想法这意味着什么,或者我如何解决它?

Vla*_*nko 5

使用 Azure 发布高级设置中临时未选中的“部署更新”复选框发布一次云服务。


Sco*_*tie 1

为了解决这个问题,我所做的就是进入 Azure 门户上的云服务,单击底部的垃圾桶,然后选择“删除 MyWebSite 的生产部署”。我从 Visual Studio 重新上传,它成功了。