You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/app-service/app-service-plan-manage.md
+13-4Lines changed: 13 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,6 +34,15 @@ You can create an empty App Service plan, or you can create a plan as part of ap
34
34
35
35
6. Select **Review + create** to create the App Service Plan.
36
36
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
+
37
46
<aname="move"></a>
38
47
39
48
## Move an app to another App Service plan
@@ -49,7 +58,9 @@ You can move an app to another App Service plan, as long as the source plan and
49
58
50
59
1. In the [Azure portal](https://portal.azure.com), search for and select **App services** and select the app that you want to move.
51
60
52
-
2. From the left menu, select **Change App Service plan**.
61
+
2. From the left menu, under **App Service Plan**, select **Change App Service plan**.
62
+
63
+
:::image type="content" source="./media/azure-web-sites-web-hosting-plans-in-depth-overview/change-appserviceplan.png" alt-text="Screenshot of App Service Plan selector.":::
53
64
54
65
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**.
55
66
@@ -59,10 +70,9 @@ You can move an app to another App Service plan, as long as the source plan and
59
70
> If you're moving an app from a higher-tiered plan to a lower-tiered plan, such as from **D1** to **F1**, the app may lose certain capabilities in the target plan. For example, if your app uses TLS/SSL certificates, you might see this error message:
60
71
>
61
72
> `Cannot update the site with hostname '<app_name>' because its current TLS/SSL configuration 'SNI based SSL enabled' is not allowed in the target compute mode. Allowed TLS/SSL configuration is 'Disabled'.`
73
+
>
62
74
63
75
5. When finished, select **OK**.
64
-
65
-
![App Service plan selector.][change]
66
76
67
77
## Move an app to a different region
68
78
@@ -93,6 +103,5 @@ To avoid unexpected charges, when you delete the last app in an App Service plan
0 commit comments