简体   繁体   English

即使打开AlwaysOn,我的Azure WebApp似乎也处于空闲状态

[英]My Azure WebApp seems to go idle even with AlwaysOn turned on

I have two an Azure WebApps. 我有两个Azure WebApp。 Both of them have the "AlwaysOn" option set to true, but even now the WebApps go idle after a bit. 他们两个都将“ AlwaysOn”选项设置为true,但是即使现在WebApp仍会闲置一会儿。

If I don't query the WebApp for a few minutes, the next request I make to the WebApp takes significantly longer. 如果几分钟没有查询WebApp,则我对WebApp的下一个请求将花费更长的时间。 Too long to be acceptable for production. 太长,无法接受生产。

The WebApp runs a C# ASP.NET MVC 5 project which is my project's API. WebApp运行一个C#ASP.NET MVC 5项目,这是我项目的API。

Can I do anything to prevent this from keeping on happening? 我能做些什么来防止这种情况继续发生吗?

It seems like having turned off the HTTP to HTTPS rewrite solved the issue. 似乎关闭了HTTP到HTTPS的重写已解决了该问题。 The response is still slow, but much faster than before. 响应仍然很慢,但是比以前快得多。

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

相关问题 Azure WebApp未加载我的字体 - Azure WebApp not loading my fonts 为什么我的 azure webapp 请求有时很慢 - Why is my azure webapp request sometimes slow BackgroundWorker冻结了我的UI,BeginInvoke似乎加快了速度 - BackgroundWorker freezes my UI and BeginInvoke seems to go turtle speed 如何从App Settings Azure(webapp)到我的webjob接收数据 - How to receive data from App Settings Azure (webapp) to my webjob 在我的 MVS Web 应用程序中为 Azure EventGrid Webhook 设置 HTTP 终结点? - Setting up an HTTP endpoint for Azure EventGrid Webhook in my MVS Webapp? 为什么即使我在每个可能的点关闭它之后我的代码都在进行延迟加载? - Why is my code doing lazy loading even after I turned it off at every possible point? 本地 Web 应用程序上的 Azure MFA - Azure MFA on premisse webapp 我的代码显示编译器错误,即使代码看起来正确,我也不知道为什么 - My code is showing compiler erros and I dont know why even though the code seems correct 如何将我的Web应用程序与Azure AD B2C连接 - How I can connect my webapp with Azure AD B2C 会话是否超时,即使它没有空闲? - Does Session timeout even if it's not idle?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM