Skip to content

Commit a9ab9fa

Browse files
Adding from discussion internally You can move an app to another App Service plan, as long as the source plan and the target plan are in the same resource group, geographical region, and of the same OS type. Any change in type such as Windows to Linux or any type that is different from the originating type is not supported.
1 parent 07299c6 commit a9ab9fa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

articles/app-service/app-service-plan-manage.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ You can create an empty App Service plan, or you can create a plan as part of ap
3939

4040
## Move an app to another App Service plan
4141

42-
You can move an app to another App Service plan, as long as the source plan and the target plan are in the _same resource group and geographical region_.
42+
You can move an app to another App Service plan, as long as the source plan and the target plan are in the _same resource group, geographical region,and of the same OS type_. Any change in type such as Windows to Linux or any type that is different from the originating type is not supported.
43+
4344

4445
> [!NOTE]
4546
> Azure deploys each new App Service plan into a deployment unit, internally called a webspace. Each region can have many webspaces, but your app can only move between plans that are created in the same webspace. An App Service Environment can have multiple webspaces, but your app can only move between plans that are created in the same webspace.

0 commit comments

Comments
 (0)