Skip to content

Commit 54855a6

Browse files
authored
Merge pull request #93199 from cephalin/issue#38859
#38859
2 parents 63166e1 + b68013d commit 54855a6

File tree

4 files changed

+19
-30
lines changed

4 files changed

+19
-30
lines changed

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

Lines changed: 19 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ keywords: app service, azure app service, scale, app service plan, change, creat
55
services: app-service
66
documentationcenter: ''
77
author: cephalin
8-
manager: cfowler
8+
manager: gwallace
99
editor: ''
1010

1111
ms.assetid: 4859d0d5-3e3c-40cc-96eb-f318b2c51a3d
1212
ms.service: app-service
1313
ms.workload: na
1414
ms.tgt_pltfrm: na
1515
ms.topic: article
16-
ms.date: 10/31/2018
16+
ms.date: 10/24/2019
1717
ms.author: cephalin
1818
ms.custom: seodec18
1919

@@ -29,23 +29,17 @@ An [Azure App Service plan](overview-hosting-plans.md) provides the resources th
2929
3030
You can create an empty App Service plan, or you can create a plan as part of app creation.
3131

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.
3533

3634
![Create an app in the Azure portal.][createWebApp]
3735

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**.
4339

44-
b. For **App Service plan**, enter the name of the plan.
40+
![Create an App Service plan.][createASP]
4541

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.
4943

5044
<a name="move"></a>
5145

@@ -61,25 +55,20 @@ You can move an app to another App Service plan, as long as the source plan and
6155
6256
1. In the [Azure portal](https://portal.azure.com), browse to the app that you want to move.
6357

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**.
6759

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**.
6961

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'.`
7168
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.
82-
- Remove all SSL connections to your app.
69+
5. When finished, select **OK**.
70+
71+
![App Service plan selector.][change]
8372

8473
## Move an app to a different region
8574

-9.34 KB
Loading
-58.8 KB
Loading
8.13 KB
Loading

0 commit comments

Comments
 (0)