The same works in the reverse. When you feel you no longer need the capabilities or features of a higher tier, you can scale down to a lower tier, which saves you money. For information on scaling up the App Service plan, seeScale up an app in Azure. ...
What if my app needs more capabilities or features? Your App Service plan can be scaled up and down at any time. It's as simple as changing the pricing tier of the plan. You can choose a lower pricing tier at first and scale up later when you need more App Service features. ...
Consider manually adjusting plan tiers. Start your plan at a lower pricing tier and scale up as needed to acquire more App Service features. Scale down when features are no longer needed, and control your overall costs. Consider a scenario where you start testing your web app by using the ...
连续快速执行过多的缩放操作时,实例重启可能会导致其他应用服务出现性能问题。 因此,我们特意为缩放设置一种限制机制,以防止你快速连续执行超过可接受的限制的缩放操作。 I'm unable to scale up/scale down the App Service Plan due to the "You have exceeded the maximum amount of scale changes within the ...
I'm unable to scale up/scale down the App Service Plan due to the "You have exceeded the maximum amount of scale changes within the past hour (XX changes and limit is XX)" error. What should I do? To avoid this issue, don't perform scaling operations that release more than XX insta...
One address is used from the integration subnet for each App Service plan instance. If you scale your app to four instances, then four addresses are used. When you scale up/down in size or in/out in number of instances, the required address space is doubled ...
在App Service的门户上,可以通过“Change App Service Plan”来改变当前App Service所属的应用服务计划(App Service Plan),在页面中,它会自动列举出来当前订阅下,同一个Resource Group的App Service Plan。 但是,为什么它显示不出来同一个资源组,同一个订阅号下面的,需要的appplantest001这一个App Service Plan呢?
在App Service的门户上,可以通过“Change App Service Plan”来改变当前App Service所属的应用服务计划(App Service Plan),在页面中,它会自动列举出来当前订阅下,同一个Resource Group的App Service Plan。 但是,为什么它显示不出来同一个资源组,同一个订阅号下面的,需要的appplantest001这一个App Service Plan呢?
根据提示信息,“过去一小时内,您已超出Scale变化最大数量(23 次更改,限制为 20),请稍后重试。” 这个限制的目的是防止短时间内过度更改。 详细请参考以下文档:https://learn.microsoft.com/en-us/troubleshoot/azure/app-service/scaling-web-app-faq#i-m-unable-to-scale-up-scale-down-the-app-service-pla...
应用服务计划( Azure App Service Plan )是没有办法手动重启的。但可以通过逐一重启应用服务计划下的所有应用来实现目的。通过REST API + 定时运行任务实现定期重启的需求。 1 列出订阅下的所有应用服务计划:docs.microsoft.com/zh-c 2 列出应用服务计划下的所有应用:docs.microsoft.com/zh-c 3 重启webApp:docs....