Skip to content

Commit 930c494

Browse files
committed
updates
1 parent 2c9e6b7 commit 930c494

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/app-service/overview-tls.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ For incoming requests to your web app, App Service supports TLS versions 1.0, 1.
3434
App Service also allows you to set minimum TLS version for incoming requests to your web app and to SCM site. By default, the minimum TLS version for incoming requests to your web app and to SCM would be set to 1.2 on both portal and API.
3535

3636
### TLS 1.3
37-
With TLS 1.3, a [Minimum TLS Cipher Suite](#minimum-tls-cipher-suite-preview) setting is now available. This includes two cipher suites at the top of the cipher suite order:
37+
A [Minimum TLS Cipher Suite](#minimum-tls-cipher-suite-preview) setting is available with TLS 1.3. This includes two cipher suites at the top of the cipher suite order:
3838
- TLS_AES_256_GCM_SHA384
3939
- TLS_AES_128_GCM_SHA256
4040

@@ -68,7 +68,7 @@ A cipher suite is a set of instructions that contains algorithms and protocols t
6868

6969
### App Service Environment (ASE) V3 with cluster setting `FrontEndSSLCipherSuiteOrder`
7070

71-
For App Service Environments with "FrontEndSSLCipherSuiteOrder" cluster setting, you need to update your settings to include two TLS 1.3 cipher suites (TLS_AES_256_GCM_SHA384 and TLS_AES_128_GCM_SHA256). Once updated, restart your front-end for the change to take effect. You must still include the two required cipher suites as mentioned in the docs.
71+
For App Service Environments with `FrontEndSSLCipherSuiteOrder` cluster setting, you need to update your settings to include two TLS 1.3 cipher suites (TLS_AES_256_GCM_SHA384 and TLS_AES_128_GCM_SHA256). Once updated, restart your front-end for the change to take effect. You must still include the two required cipher suites as mentioned in the docs.
7272

7373
## End-to-end TLS Encryption (preview)
7474

0 commit comments

Comments
 (0)