Skip to content

Commit 0069697

Browse files
authored
Merge pull request #299408 from v-albemi/configure-tls
Freshness Edit: Azure App Service
2 parents 245d932 + e86ddf8 commit 0069697

File tree

6 files changed

+70
-71
lines changed

6 files changed

+70
-71
lines changed

articles/app-service/app-service-web-configure-tls-mutual-auth.md

Lines changed: 63 additions & 60 deletions
Large diffs are not rendered by default.
-1.55 KB
Loading

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

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,27 +10,23 @@ ms.custom: "include file"
1010

1111
## Prepare your web app
1212

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

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

1717
### Go to your web app
1818

1919
1. In the [Azure portal](https://portal.azure.com) search box, enter **App Services** and then select it in the search results.
2020

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

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.":::
2624

2725
You're now on your web app's management page.
2826

2927
### Check the pricing tier
3028

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

3531
1. Make sure that your web app isn't in the F1 or D1 tier. These tiers don't support custom TLS/SSL.
3632

@@ -42,6 +38,6 @@ To make sure that your web app is in the supported pricing tier:
4238

4339
1. When you're done, choose **Select**.
4440

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

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.":::
43+
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)