Limit number of instances of an azure webjob when scaling out

微笑、不失礼 提交于 2019-12-06 12:48:54

Azure Web App supports per app scaling. But it is available only for Premium SKU App Service plans. Per app scaling scales an app independently from the App Service plan that hosts it. This way, an App Service plan can be scaled to 10 instances, but an app can be set to use only five.

For your issue, you could create a new web app to host your WebJob.

For how to use per app scaling, link below is for your reference.

High density hosting on Azure App Service

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