简体   繁体   English

Azure云服务上的503错误

[英]503 error on azure cloud service

We use Azure and have problems with our Cloud Service last two days. 我们使用Azure,过去两天云服务存在问题。 We get 503 error on site. 我们在网站上收到503错误。 It looks like one of web-roles reboots sometimes. 似乎网络角色之一有时会重新启动。 But in dashboard all of them works fine. 但是在仪表板中,所有这些都可以正常工作。 Application Insight and Logs doesn't show any problems. Application Insight and Logs没有显示任何问题。 CPU, Memory, Exception rate - all OK. CPU,内存,异常率-一切正常。

But I found one interesting moment. 但是我发现了一个有趣的时刻。 SQL queries average time grew to 5 seconds. SQL查询的平均时间增长到5秒。 But I checked it on database, it worked normal. 但是我在数据库上检查了它,它工作正常。 This means that 5 seconds is not execution time but connection. 这意味着5秒不是执行时间,而是连接。 It looks too much for trace inside data center. 对于数据中心内部的跟踪而言,它看起来太多了。

Does anyone have any ideas how I can find a solution of this problem? 有谁知道如何找到该问题的解决方案?

When your app generates a lot of exceptions in short time IIS stops application pool and you get 503 error. 当您的应用在短时间内生成大量异常时,IIS会停止应用程序池,并且您会收到503错误。 For more details google for "IIS Rapid Protection". 有关更多详细信息,请谷歌搜索“ IIS快速保护”。

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM