Azure App Service restart when scaling-in

十年热恋 提交于 2019-12-11 18:33:13

问题


I have a scheduled scale-in at 5PM (from 2 to 1 instance) and I noticed almost 3 minutes of downtime when it happened. I checked the logs and it shows that the single instance that remained was restarted the same time that the 2nd was shut down.

Is this supposed to happen?


回答1:


As far as I know, it is not supposed to happen. The instances are all independent. Also, I test it on my side, I scale from 3 to 1, it just shut down the two instances, not restart the remained one.

The logs in the Kudu:



来源:https://stackoverflow.com/questions/55520151/azure-app-service-restart-when-scaling-in

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