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: includes/app-service-ssl-prepare-app.md
+12-10Lines changed: 12 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,36 +10,38 @@ ms.custom: "include file"
10
10
11
11
## Prepare your web app
12
12
13
-
To create custom TLS/SSL bindings or enable client certificates for your App Service app, your [App Service plan](https://azure.microsoft.com/pricing/details/app-service/) must be in the **Basic**, **Standard**, **Premium**, or **Isolated** tiers. To make sure that your web app is in the supported pricing tier, follow these steps:
13
+
To create custom TLS/SSL bindings or to enable client certificates for your App Service app, your [App Service plan](https://azure.microsoft.com/pricing/details/app-service/) must be in the Basic, Standard, Premium, or Isolated tiers.
14
+
15
+
To make sure that your web app is in the supported pricing tier:
14
16
15
17
### Go to your web app
16
18
17
-
1. In the [Azure portal](https://portal.azure.com) search, enter and then select **App Services**.
19
+
1. In the [Azure portal](https://portal.azure.com) search box, enter **App Services** and then select it in the search results.
18
20
19
-

21
+
:::image type="content" source="./media/app-service-ssl-prepare-app/app-services.png" alt-text="Screenshot of the Azure portal search box and App Services selected.":::
20
22
21
23
1. On the **App Services** pane, select your web app name.
22
24
23
-

25
+
:::image type="content" source="./media/app-service-ssl-prepare-app/select-app-service.png" alt-text="Screenshot of the App Services pane in the Azure portal showing a list of all running web apps, with the first app in the list highlighted.":::
24
26
25
27
You're now on your web app's management page.
26
28
27
29
### Check the pricing tier
28
30
29
-
1. On the left menu for your web app, in the **Settings** section, select **Scale up (App Service plan)**.
31
+
1. On the left menu for your web app, under **Settings**, select **Scale up (App Service plan)**.
30
32
31
-

33
+
:::image type="content" source="./media/app-service-ssl-prepare-app/scale-up-menu.png" alt-text="Screenshot of the web app menu, the Settings section, and Scale up (App Service plan) selected.":::
32
34
33
-
1. Make sure that your web app isn't in the **F1** or **D1** tier. These tiers don't support custom TLS/SSL.
35
+
1. Make sure that your web app isn't in the F1 or D1 tier. These tiers don't support custom TLS/SSL.
34
36
35
-
1. If you need to scale up, follow the steps in the next section. Otherwise, close the **Scale up** pane, and skip the [Scale up your App Service plan section](#scale-up-your-app-service-plan).
37
+
1. If you need to scale up, follow the steps in the next section. Otherwise, close the **Scale up** pane, and skip the next section.
36
38
37
39
### Scale up your App Service plan
38
40
39
41
1. Select any non-free tier, such as **B1**, **B2**, **B3**, or any other tier in the **Production** category.
40
42
41
-
1. When you're done, select**Select**.
43
+
1. When you're done, choose**Select**.
42
44
43
45
When the following message appears, the scale operation has completed.
44
46
45
-

47
+
:::image type="content" source="./media/app-service-ssl-prepare-app/scale-notification.png" alt-text="Screenshot of the confirmation dialog for the scale up operation.":::
0 commit comments