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
+7-11Lines changed: 7 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,27 +10,23 @@ ms.custom: "include file"
10
10
11
11
## Prepare your web app
12
12
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.
13
+
If you want 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
14
15
-
To make sure that your web app is in the supported pricing tier:
15
+
To make sure that your web app is in a supported pricing tier:
16
16
17
17
### Go to your web app
18
18
19
19
1. In the [Azure portal](https://portal.azure.com) search box, enter **App Services** and then select it in the search results.
20
20
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.":::
21
+
1. On the **App Services** page, select your web app:
22
22
23
-
1. On the **App Services** pane, select your web app name.
24
-
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.":::
23
+
:::image type="content" source="./media/app-service-ssl-prepare-app/select-app-service.png" alt-text="Screenshot of the App Services page in the Azure portal.":::
26
24
27
25
You're now on your web app's management page.
28
26
29
27
### Check the pricing tier
30
28
31
-
1. On the left menu for your web app, under **Settings**, select **Scale up (App Service plan)**.
32
-
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.":::
29
+
1. In the left menu for your web app, under **Settings**, select **Scale up (App Service plan)**.
34
30
35
31
1. Make sure that your web app isn't in the F1 or D1 tier. These tiers don't support custom TLS/SSL.
36
32
@@ -42,6 +38,6 @@ To make sure that your web app is in the supported pricing tier:
42
38
43
39
1. When you're done, choose **Select**.
44
40
45
-
When the following message appears, the scale operation has completed.
41
+
When the scale operation is complete, you'll see a message stating that the plan was updated.
46
42
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