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

早过忘川 提交于 2019-11-27 02:09:01

问题


Just this morning, the management portal for Azure WebSites no longer lets me scale individually. It looks as though all my websites have been grouped into a "Web Hosting Plan". And now when I create a new web site, I have to choose a plan. I've looked around and I can't find any information on "Web Hosting Plans" -- is this some preview function that got pushed out early? Does anyone know how to create a new plan and switch a website to it?


回答1:


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:




回答2:


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.




回答3:


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.



来源:https://stackoverflow.com/questions/22838230/azure-websites-cant-scale-sites-individually-new-web-hosting-plan-groups

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