Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Move Azure website between App Service Plans

Is it possible to move an Azure Website to a different (or new) App Service Plan?

I have already tried both the old and new portals but cannot find the options for this.

like image 301
Mark Cooper Avatar asked Aug 24 '15 18:08

Mark Cooper


People also ask

What is the relationship between an Azure App Service plan and an azure web app?

An App Service plan defines a set of compute resources for a web app to run. These compute resources are analogous to the server farm in conventional web hosting. One or more apps can be configured to run on the same computing resources (or in the same App Service plan).

How do I move app services to another resource group?

Find original resource group For your web app, select Diagnose and solve problems. Then, select Configuration and Management. Select Migration Options. Select the option for recommended steps to move the web app.

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.

What is the difference between Azure Web App and Azure App Service?

There is no difference. To quote the documentation: The only difference between the three app types (API, web, mobile) is the name and icon used for them in the Azure portal. Behind the scene it is already using app service all the time.


1 Answers

The option "Change App Service plan" has been moved to the APP SERVICE PLAN menu. The new position is here

like image 137
Crazy Crab Avatar answered Sep 20 '22 00:09

Crazy Crab