简体   繁体   中英

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

I have two an Azure WebApps. Both of them have the "AlwaysOn" option set to true, but even now the WebApps go idle after a bit.

If I don't query the WebApp for a few minutes, the next request I make to the WebApp takes significantly longer. Too long to be acceptable for production.

The WebApp runs a C# ASP.NET MVC 5 project which is my project's 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. The response is still slow, but much faster than before.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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