Skip to content

Commit 2a6c47a

Browse files
committed
edit include file
1 parent c3f5564 commit 2a6c47a

File tree

6 files changed

+12
-10
lines changed

6 files changed

+12
-10
lines changed

includes/app-service-ssl-prepare-app.md

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,36 +10,38 @@ ms.custom: "include file"
1010

1111
## Prepare your web app
1212

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:
1416

1517
### Go to your web app
1618

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

19-
![Screenshot of the Azure portal search box and App Services selected.](./media/app-service-ssl-prepare-app/app-services.png)
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.":::
2022

2123
1. On the **App Services** pane, select your web app name.
2224

23-
![Screenshot of the App Services pane in Azure portal showing a list of all running web apps, with the first app in the list highlighted.](./media/app-service-ssl-prepare-app/select-app.png)
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.":::
2426

2527
You're now on your web app's management page.
2628

2729
### Check the pricing tier
2830

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)**.
3032

31-
![Screenshot of the web app menu, "Settings" section, and "Scale up (App Service plan)" selected.](./media/app-service-ssl-prepare-app/scale-up-menu.png)
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.":::
3234

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

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

3739
### Scale up your App Service plan
3840

3941
1. Select any non-free tier, such as **B1**, **B2**, **B3**, or any other tier in the **Production** category.
4042

41-
1. When you're done, select **Select**.
43+
1. When you're done, choose **Select**.
4244

4345
When the following message appears, the scale operation has completed.
4446

45-
![Screenshot with confirmation message for scale up operation.](./media/app-service-ssl-prepare-app/scale-notification.png)
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.":::
-13.3 KB
Loading
377 Bytes
Loading
-994 Bytes
Loading
36.2 KB
Loading
Binary file not shown.

0 commit comments

Comments
 (0)