Website unavailable after scaling down on Azure

让人想犯罪 __ 提交于 2019-12-12 04:32:43

问题


I experienced something weird today with my web app published on Azure App Services. I'm running on a "S3 Standard" app service plan and wanted to scale down to "S2 Standard" since the large VM isn't fully utilized. After switching to S3, my website where immediately unavailable.

I have scaled websites before without any problems and I just tested this on another account without similar errors. I know that it's kind of a wild shot here, but did anyone experience something similar?

UPDATE: I tried scaling down again. It gave a 502 for a couple of minutes, but then everything worked as it should.


回答1:


As we know, different App Service plan tiers have different compute resources and features. For example, S3 Standard has 4 Core and 7GB RAM, but S2 Standard has 2 Core and 3.5GB RAM. You said the web site will be unavailable after you scale down App Service plan tier, but it works again if you reset to S3 Standard. Please make sure whether Azure Website has reached a resource quota limit and check whether CPU Percentage and Memory Percentage of your current App Service plan are very high.



来源:https://stackoverflow.com/questions/40911258/website-unavailable-after-scaling-down-on-azure

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!