Skip to content

Commit c980632

Browse files
author
Jill Grant
authored
Merge pull request #246985 from msangapu-msft/manage-plan
add note about errors
2 parents 090729c + 9d41300 commit c980632

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed

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

Lines changed: 13 additions & 4 deletions
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,9 @@ 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, 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.":::
5364

5465
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**.
5566

@@ -59,10 +70,9 @@ You can move an app to another App Service plan, as long as the source plan and
5970
> 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:
6071
>
6172
> `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+
>
6274
6375
5. When finished, select **OK**.
64-
65-
![App Service plan selector.][change]
6676

6777
## Move an app to a different region
6878

@@ -93,6 +103,5 @@ To avoid unexpected charges, when you delete the last app in an App Service plan
93103
> [!div class="nextstepaction"]
94104
> [Scale up an app in Azure](manage-scale-up.md)
95105
96-
[change]: ./media/azure-web-sites-web-hosting-plans-in-depth-overview/change-appserviceplan.png
97106
[createWebApp]: ./media/azure-web-sites-web-hosting-plans-in-depth-overview/create-web-app.png
98107
[createResource]: ./media/azure-web-sites-web-hosting-plans-in-depth-overview/create-a-resource.png
79.7 KB
Loading

0 commit comments

Comments
 (0)