Skip to content

Commit f2a2316

Browse files
Merge pull request #226413 from AjayKumar-MSFT/patch-163
(AzureCXP) https://github.com/MicrosoftDocs/azure-docs/issues/104117
2 parents 71799d0 + a9ab9fa commit f2a2316

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)