how to prevent azure from scaling out additional instances until they are ready?

前端 未结 4 1890
小蘑菇
小蘑菇 2021-02-04 06:04

We are having issues with an Azure Application Service. One of our webservices (MVC) caches data from the database at startup (Application_Start) - this takes approximately 3 m

4条回答
  •  慢半拍i
    慢半拍i (楼主)
    2021-02-04 06:52

    You can do this in Azure with other resource type than classic VM like an App Service. App Services scale up and down with instances that share the same memory pool and thread pool.

提交回复
热议问题