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
+19-30Lines changed: 19 additions & 30 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,15 +5,15 @@ keywords: app service, azure app service, scale, app service plan, change, creat
5
5
services: app-service
6
6
documentationcenter: ''
7
7
author: cephalin
8
-
manager: cfowler
8
+
manager: gwallace
9
9
editor: ''
10
10
11
11
ms.assetid: 4859d0d5-3e3c-40cc-96eb-f318b2c51a3d
12
12
ms.service: app-service
13
13
ms.workload: na
14
14
ms.tgt_pltfrm: na
15
15
ms.topic: article
16
-
ms.date: 10/31/2018
16
+
ms.date: 10/24/2019
17
17
ms.author: cephalin
18
18
ms.custom: seodec18
19
19
@@ -29,23 +29,17 @@ An [Azure App Service plan](overview-hosting-plans.md) provides the resources th
29
29
30
30
You can create an empty App Service plan, or you can create a plan as part of app creation.
31
31
32
-
1. In the [Azure portal](https://portal.azure.com), select **New** > **Web + mobile**, and then select **Web App** or another kind of App Service app.
33
-
34
-
2. Select an existing App Service plan or create a plan for the new app.
32
+
1. In the [Azure portal](https://portal.azure.com), select **New** > **Web App** or another kind of App Service app.
35
33
36
34
![Create an app in the Azure portal.][createWebApp]
37
35
38
-
To create a plan:
39
-
40
-
a. Select **[+] Create New**.
41
-
42
-
![Create an App Service plan.][createASP]
36
+
2. Configure the **Instance Details** section before configuring the App Service plan. Settings such as **Publish** and **Operating Systems** can change the available pricing tiers for your App Service plan. **Region** determines where your App Service plan is created.
37
+
38
+
3. In the **App Service Plan** section, select an existing plan, or create a plan by selecting **Create new**.
43
39
44
-
b. For **App Service plan**, enter the name of the plan.
40
+
![Create an App Service plan.][createASP]
45
41
46
-
c. For **Location**, select an appropriate location.
47
-
48
-
d. For **Pricing tier**, select an appropriate pricing tier for the service. Select **View all** to view more pricing options, such as **Free** and **Shared**. After you have selected the pricing tier, click the **Select** button.
42
+
4. When creating a plan, you can select the pricing tier of the new plan. In **Sku and size**, select **Change size** to change the pricing tier.
49
43
50
44
<aname="move"></a>
51
45
@@ -61,25 +55,20 @@ You can move an app to another App Service plan, as long as the source plan and
61
55
62
56
1. In the [Azure portal](https://portal.azure.com), browse to the app that you want to move.
63
57
64
-
1. On the menu, look for the **App Service Plan** section.
65
-
66
-
1. Select **Change App Service plan** to open the **App Service plan** selector.
58
+
2. From the left menu, select **Change App Service plan**.
67
59
68
-
![App Service plan selector.][change]
60
+
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**.
69
61
70
-
1. In the **App Service plan** selector, select an existing plan to move this app into.
62
+
4. If you create a plan, you can select the pricing tier of the new plan. In **Pricing Tier**, select the existing tier to change it.
63
+
64
+
> [!IMPORTANT]
65
+
> 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 SSL certificates, you might see this error message:
66
+
>
67
+
> `Cannot update the site with hostname '<app_name>' because its current SSL configuration 'SNI based SSL enabled' is not allowed in the target compute mode. Allowed SSL configuration is 'Disabled'.`
71
68
72
-
The **Select App Service plan** page shows only plans that are in the same resource group and geographical region as the current app's App Service plan.
73
-
74
-
Each plan has its own pricing tier. For example, moving a site from a **Free** tier to a **Standard** tier enables all apps assigned to it to use the features and resources of the **Standard** tier. However, moving an app from a higher-tiered plan to a lower-tiered plan means that you no longer have access to certain features. If your app uses a feature that is not available in the target plan, you get an error that shows which feature is in use that is not available.
75
-
76
-
For example, if one of your apps uses SSL certificates, you might see this error message:
77
-
78
-
`Cannot update the site with hostname '<app_name>' because its current SSL configuration 'SNI based SSL enabled' is not allowed in the target compute mode. Allowed SSL configuration is 'Disabled'.`
79
-
80
-
In this case, before you can move the app to the target plan, you need to either:
81
-
- Scale up the pricing tier of the target plan to **Basic** or higher.
0 commit comments