【发布时间】:2021-12-17 07:04:57
【问题描述】:
我刚开始在 Azure 应用服务的容器中使用 IIS。
我在 Windows 容器 (IIS) 上遇到 503.0 错误:
HTTP Error 503.0 - Service Unavailable
The service is unavailable.
Most likely causes:
- An invalid identity in the application pool could cause this error.
- The application pool is no longer running because of configuration or reaching application failure limits.
- The concurrent application request limit was reached.
即使在应用服务重新启动后,问题仍然存在。 所以我删除然后重新创建了服务应用程序。
我只在负载较多的环境中看到这些错误,但在测试环境中看不到。
您有什么想法可以帮助我避免这些 503.0 错误吗? 是否可以在应用服务中停止一个容器?
【问题讨论】:
-
A 503 Service Unavailable Error 表示网络服务器暂时无法处理请求,错误可能有多种原因,建议您使用失败请求跟踪查看详细错误信息。
标签: iis azure-web-app-service containers http-status-code-503 azure-appservice