使用MSDeploy的ARM部署功能bot在大多数情况下都会失败

时间:2018-04-18 15:24:25

标签: azure-functions azure-resource-manager

我们正尝试从门户部署Azure功能bot。我们使用了this template。有时,部署成功并且机器人运行,但是大约四分之三的尝试,部署失败。以下是部署失败的屏幕截图:

Failed deployment

点击“此处了解详情”后,我们得到:

<div *ngIf="config.element.question.title" [froalaView]="config.element.question.title" [style.color]="config.survey.theme.colors.answerTextColor"
  class="C(#1d3a4e) Fz(16px) Fw(700) Fs(n) Td(n) Mt(0) Mx(0) Mb(3px) Pt(0) Px(0) Pb(3px) Bd(n) Pos(r) W(100%)"></div>
<div class="Pos(r) Maw(100%) H(a) Bgc(#ffffff) Pe(n)">
  <img [attr.src]="config.element.question.imageUrl" class="Pos(r) T(0) B(0) Start(0) End(0) Maw(100%) Pe(n)" />
  <div class="Pos(a) T(0) B(0) Start(0) End(0) Pe(n)">
    <a *ngFor="let map of config.element.question.imageMaps" class="imageMap Pos(a) Pe(a)" [style.top.px]="map.top" [style.left.px]="map.left"
  [style.width.px]="map.width" [style.height.px]="map.height" [attr.href]="map.link" [attr.target]="map.target">
    </a>
  </div>
</div>

为什么它经常失败,我们可以做些什么来解决它?

编辑1: nslookup后的Kudu控制台输出: Kudu console output

编辑2: Deployments page in Azure

2 个答案:

答案 0 :(得分:1)

在这个github线程(https://github.com/projectkudu/kudu/issues/2744)中,提到此问题已得到修复。它很快就会被释放。

修改 Fix已于27-04-2018发布。

答案 1 :(得分:0)

修复已经推出。如果仍有问题,请告诉我们。