间歇性 'Error 403 - This web app is stopped'

Intermittent 'Error 403 - This web app is stopped'

多实例标准 Azure 网站调用自身(通过 ASP Web API)以使用剃刀引擎呈现电子邮件模板。从昨天开始(网站已经存在 2 年)api 偶尔(20 分之一)returning

Error 403 - This web app is stopped.

The web app you have attempted to reach is currently stopped and does not accept any requests. Please try to reload the page or visit it again soon.

If you are the Administrator of this web app, please visit the Azure Portal to check why the app is stopped.

它应该 return 一条很好的 'Thank you for your order' 消息。

查看 Kudo 界面(对我来说大多是莫名其妙),没有迹象表明该网站实际上 stopped/restarted。如果是这样,我想我至少会在日志中看到 WebJobs 启动了? (实际上不确定)。 IIS 日志未显示服务中断。

我不确定应该如何解决这个问题?

我会尝试插槽交换并报告回来...

编辑:已将新版本部署到舞台,已交换。错误仍然存​​在。这种模式(点击 api 渲染 html,然后通过电子邮件发送)被多次使用,但只有这个 url 有这个问题。奇数

网络应用 运行 是否处于 Free/Shared 模式? 如果是,那么它可能超出了适用的配额。

实时站点有两个(已停止的)部署槽。一旦我删除了这些插槽,问题就停止了。

我猜负载均衡器错误地向已交换和停止的实例发送请求,删除迫使 LB 更新某些内容?

将再监视 24 小时左右,然后再接受此答案...