Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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

like image 411
David Faivre Avatar asked Apr 03 '14 12:04

David Faivre


2 Answers

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.

like image 43
RuslanY Avatar answered Oct 21 '22 07:10

RuslanY


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

like image 75
kdenney Avatar answered Oct 21 '22 09:10

kdenney