azure python 扩展因“冲突”而失败正在部署ARM
我正在使用 azure web 应用程序的模板。网部署。在部署 MSbuild 后,我还需要部署 python 扩展。当资源组和应用程序服务计划是新的时,此脚本有效,但当资源组/应用程序服务计划上已运行 Web 应用程序时,此脚本将失败。
{
"status": "Failed",
"error": {
"code": "ResourceDeploymentFailure",
"message": "The resource operation completed with terminal provisioning state 'Canceled'."
}
}
有关后台线程冲突的任何提示。
I am using template for azure web app . net deployment. I need python extension to deploy as well after MSbuild is deployed. This script works when resource group and app service plan is new, but it fails when there are already web apps running on resource group/app service plan.
{
"status": "Failed",
"error": {
"code": "ResourceDeploymentFailure",
"message": "The resource operation completed with terminal provisioning state 'Canceled'."
}
}
any tip on what's the conflict at the background thread.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论