Skip to content

Commit d62b1ba

Browse files
committed
updates
1 parent 8e7af3b commit d62b1ba

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -143,11 +143,11 @@ Client certificate configurations that use TLS renegotiation can't support incom
143143

144144
To address the 100-KB limit, consider these solutions:
145145

146-
1. Disable TLS renegotiation. Take the following actions in your app's client certificate configurations:
146+
- Disable TLS renegotiation. Take the following actions in your app's client certificate configurations:
147147
- Set the client certificate mode to **Required** or **Optional**.
148148
- Remove all client certificate exclusion paths.
149-
1. Send a HEAD request before the PUT/POST request. The HEAD request handles the client certificate.
150-
1. Add the header `Expect: 100-Continue` to your request. This header causes the client to wait until the server responds with a `100 Continue` before sending the request body, and the buffers are bypassed.
149+
- Send a HEAD request before the PUT/POST request. The HEAD request handles the client certificate.
150+
- Add the header `Expect: 100-Continue` to your request. This header causes the client to wait until the server responds with a `100 Continue` before sending the request body, and the buffers are bypassed.
151151

152152
## Access the client certificate
153153

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

0 commit comments

Comments
 (0)