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

前端 未结 4 1934
小蘑菇
小蘑菇 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条回答
  •  暗喜
    暗喜 (楼主)
    2021-02-04 06:37

    My recommendation would be to use an Azure Load Balancer with a health probe

提交回复
热议问题