简体   繁体   English

Azure 应用程序网关因终端配置而失败 state“失败”

[英]Azure Application gateway fails with terminal provisioning state "Failed"

I am deploying azure application gateway (internal) with V2, it succeeded couple of times in other subscriptions (Environments), however, it is failing with strange error and without much details about the error.我正在使用 V2 部署 azure 应用程序网关(内部),它在其他订阅(环境)中成功了几次,但是,它因奇怪的错误而失败并且没有关于该错误的详细信息。

deployment fails after 30 mins of applying/creating应用/创建 30 分钟后部署失败

there is a UDR but which is for different purpose and not blocking or restricting the default inte.net route有一个 UDR 但它用于不同的目的并且不阻止或限制默认的 inte.net 路由

在此处输入图像描述

The deployment is using terraform and everything worked well in other instances deployment部署使用 terraform 并且在其他实例部署中一切正常

I tried to reproduce the same in my environment and got the same error like below.我试图在我的环境中重现相同的内容并得到如下相同的错误。

"details": [
    {
      "code": "Conflict",
      "message": "{\r\n  \"status\": \"Failed\",\r\n  \"error\": {\r\n    \"code\": \"ResourceDeploymentFailure\",\r\n    \"message\": \"![The resource operation completed with terminal provisioning state 'Failed](https://i.imgur.com/eipLRgp.png)'.\"\r\n  }\r\n}"
    }
  ]

This issue generally occurs, when an unsupported route typically a 0.0.0.0/0 route to a firewall being advertised via BGP is affecting the Application Gateway Su.net.当不受支持的路由(通常是通过 BGP 通告的防火墙的 0.0.0.0/0 路由)影响应用程序网关 Su.net 时,通常会发生此问题。

Try to deploy with a default .net and manage su.net configuration like below:尝试使用默认的 .net 进行部署并管理 su.net 配置,如下所示:

在此处输入图像描述

When I tried to deploy, Azure Application gateway deployment succeeded successfully like below:当我尝试部署时,Azure 应用程序网关部署成功,如下所示:

在此处输入图像描述

在此处输入图像描述

If your deployment fails after 30 mins you can make use of diagnose logs to check error messages in any logs pertaining to the unsuccessful procedure.如果您的部署在 30 分钟后失败,您可以使用诊断日志来检查任何日志中与不成功过程相关的错误消息。

在此处输入图像描述

Once you determine the cause of the issue diagnosis will guide you to take the necessary steps and fix the issue.一旦确定问题的原因,诊断将指导您采取必要的步骤并解决问题。 Resolving.network issues, depending on the cause of the failure.解决网络问题,具体取决于失败的原因。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 重写应用程序网关规则 azure - Rewrite rule on application gateway azure 集成 Azure 应用网关、汉德和 Istio - Integrating Azure Application Gateway, AGIC and Istio Azure 应用网关健康检查证书不匹配 - Azure Application gateway health check certificate mismatch 使用 Azure CLI 获取 Azure 应用程序网关的“principalId”值 - Using Azure CLI Get the 'principalId' value of an Azure Application Gateway Azure Synapse:Spark 作业定义中指定的目标 Spark 池未成功 state。当前 state:配置 - Azure Synapse: Target Spark pool specified in Spark job definition is not in succeeded state. Current state: Provisioning Azure 事件网格主题的应用程序网关后端池 - Azure Application Gateway backendpool to Event Grid Topic Azure 应用程序网关文件上传限制 - Azure Application Gateway file upload limits CloudFormation:服务员 StackCreateComplete 失败:服务员遇到终端故障 state - CloudFormation: Waiter StackCreateComplete failed: Waiter encountered a terminal failure state 服务员 ChangeSetCreateComplete 失败:服务员遇到终端故障 state - Waiter ChangeSetCreateComplete failed: Waiter encountered a terminal failure state Azure 应用程序网关排除 - 检查嵌套请求正文属性 - Azure Application Gateway exclude - inspection of nested request body property
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM