azure python 扩展因“冲突”而失败正在部署ARM

发布于 2025-01-12 17:10:09 字数 366 浏览 0 评论 0原文

我正在使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文