Azure WebSites - Can't Scale Sites Individually (New Web Hosting Plan Groups)

这一生的挚爱 提交于 2019-11-28 08:20:05

The ability to move a site to a new or existing Web Hosting Plan has finally been added to the Azure Portal! Note: this is only on the "new" Azure Portal preview site: https://portal.azure.com/

Navigate to the site that you want to move to another Web Hosting Plan and click on the 3 dots for "more" options:

Then, choose "Web Hosting Plan" from the menu:

A window is presented with the option to choose an existing Web Hosting Plan, or create a new one:

This article explains the concept of Web Hosting Plan and has an example of how to move site between Web Hosting Plans.

http://azure.microsoft.com/en-us/documentation/articles/azure-web-sites-web-hosting-plans-in-depth-overview/

(Search for "Question: How can I move a Site to a different Web Hosting Plan?")

Unfortunately right now this can be done via API and PowerShell only. The team is looking into adding this capability in Azure portal.

Azure clubs websites into Hosting Plans, so if you scale one website it will actually be scaling the hosting plan and all websites in that plan will scale up. This is actually stupid but thats how they thought it through.

As stated above you can create multiple plans as per your requirements and club websites into those plan from the new Azure Management portal only.

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