Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Azure: Moving an App Service to another existing App Service Plan

I'm attempting to move an App Service from one service plan to another. When I use the portal to do so, the other App Service plan is not displaying.

Both App Services are in the same Location and Resource Group. The two App Services Plans are in the same location and have the same pricing tier.

I use the "Change App Service Plan" option for the web app. The only App Service Plan that is displayed is the current one. There is also a "Create New" option.

So, in summary: 1) Why is the other App Service Plan not able to be selected. 2) How can I move the App Service (Web App) to the other App Service Plan.

like image 235
Stephanie J. Avatar asked Jan 10 '16 17:01

Stephanie J.


People also ask

How do I migrate my Azure app to another subscription?

Find original resource groupThen, select Configuration and Management. Select Migration Options. Select the option for recommended steps to move the web app. You see the recommended actions to take before moving the resources.

What is the difference between App Service and App Service plan in Azure?

It offers auto-scaling and high availability and enables automated deployments from multiple sources. App Service Plan represents the collection of physical resources for the App Service. An App Service Plan can have multiple web apps. In other words, we can have multiple web apps in an app service plan.

Can we change App Service location in Azure?

You cannot change the location of an app service plan, regardless of subscription type. You simply need to create a new app service plan in the region you want, and then redeploy your code.


2 Answers

The reason why you are not able to see the other App Service Plan when you try to change the App Service Plan is due to current limitations in moving the Azure web app resources.

The other App Service Plan which you intend to move your Web Apps to is in another resource group with existing Azure Web Apps, which is not supported currently

Azure Web Apps current move limitations updated 01/04/2016

Hope this answer your question.

like image 147
juvchan Avatar answered Oct 16 '22 11:10

juvchan


Not sure if it is something recent, but it seems it is finally possible. The option is in the main resource menu as "Change App Service plan". See:

Change Azure App service plan

I was able to move an app service(website) and also its deployment slot to a different plan (with same parameters and location - but did not try if this is a requirement).

like image 23
mivra Avatar answered Oct 16 '22 13:10

mivra