How can I make sure a new autoscaled Azure App Service instance is warm before it handles traffic?
问题 With autoscaling turned on on an app service, Azure will add instances as needed based on set rules. I always start from a minimum of 2 instances. I'd like to make sure that traffic is not directed to the new app service instance until the application code has fully initialized. How can I do this? IS it possible to add a timeout? Or is it done automatically somehow? 回答1: How can I do this? IS it possible to add a timeout? Or is it done automatically somehow? If you use horizontal scaling,