Skip to content

Commit 6a98dbd

Browse files
committed
add note about errors
1 parent 987d4cd commit 6a98dbd

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

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

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,15 @@ You can create an empty App Service plan, or you can create a plan as part of ap
3434

3535
6. Select **Review + create** to create the App Service Plan.
3636

37+
> [!IMPORTANT]
38+
> When creating an new App Service Plan in an existing Resource Group, certain conditions with existing apps can trigger these errors:
39+
> - `The pricing tier is not allowed in this resource group`
40+
> - `<SKU_NAME> workers are not available in resource group <RESOURCE_GROUP_NAME>`
41+
>
42+
> This can happen due to incompatibilities with pricing tiers, regions, operating systems, Availability Zones, existing Function apps, or existing web apps. If this error occurs, create your App Service Plan in a **new** Resource Group.
43+
>
44+
45+
3746
<a name="move"></a>
3847

3948
## Move an app to another App Service plan
@@ -49,7 +58,7 @@ You can move an app to another App Service plan, as long as the source plan and
4958
5059
1. In the [Azure portal](https://portal.azure.com), search for and select **App services** and select the app that you want to move.
5160

52-
2. From the left menu, select **Change App Service plan**.
61+
2. From the left menu, unse **App Service Plan**, select **Change App Service plan**.
5362

5463
3. In the **App Service plan** dropdown, select an existing plan to move the app to. The dropdown shows only plans that are in the same resource group and geographical region as the current App Service plan. If no such plan exists, it lets you create a plan by default. You can also create a new plan manually by selecting **Create new**.
5564

79.7 KB
Loading

0 commit comments

Comments
 (0)