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
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,9 @@ You can move an app to another App Service plan, as long as the source plan and
58
58
59
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.
60
60
61
-
2. From the left menu, unse **App Service Plan**, 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="App Service Plan selector.":::
62
64
63
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**.
64
66
@@ -68,10 +70,9 @@ You can move an app to another App Service plan, as long as the source plan and
68
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:
69
71
>
70
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
+
>
71
74
72
75
5. When finished, select **OK**.
73
-
74
-
![App Service plan selector.][change]
75
76
76
77
## Move an app to a different region
77
78
@@ -102,6 +103,5 @@ To avoid unexpected charges, when you delete the last app in an App Service plan
0 commit comments