18
votes

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?

enter image description here

3

3 Answers

39
votes

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:

More options

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

Web hosting plans menu

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

Choose web hosting plan

7
votes

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.

0
votes

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.