Skip to content

Commit 198ce5d

Browse files
authored
Merge pull request #106459 from cephalin/issue43625
#43625
2 parents e93f934 + 3c1c0cd commit 198ce5d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ You can restrict access to your Azure App Service app by enabling different type
1616
> If you access your site over HTTP and not HTTPS, you will not receive any client certificate. So if your application requires client certificates, you should not allow requests to your application over HTTP.
1717
>
1818
19+
[!INCLUDE [Prepare your web app](../../includes/app-service-ssl-prepare-app.md)]
20+
1921
## Enable client certificates
2022

2123
To set up your app to require client certificates, you need to set the `clientCertEnabled` setting for your app to `true`. To set the setting, run the following command in the [Cloud Shell](https://shell.azure.com).

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.custom: "include file"
1212

1313
## Prepare your web app
1414

15-
To bind a custom SSL certificate (a third-party certificate or App Service certificate) to your web app, your [App Service plan](https://azure.microsoft.com/pricing/details/app-service/) must be in the **Basic**, **Standard**, **Premium**, or **Isolated** tier. In this step, you make sure that your web app is in the supported pricing tier.
15+
To create custom security 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** tier. In this step, you make sure that your web app is in the supported pricing tier.
1616

1717
### Sign in to Azure
1818

0 commit comments

Comments
 (0)