Skip to content

Commit 4a38c91

Browse files
authored
Update TLS 1.3 info
1 parent abea051 commit 4a38c91

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/app-service/overview-tls.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ ms.custom: UpdateFrequency3
1414

1515
Transport Layer Security (TLS) is a widely adopted security protocol designed to secure connections and communications between servers and clients. App Service allows customers to use TLS/SSL certificates to secure incoming requests to their web apps. App Service currently supports different set of TLS features for customers to secure their web apps.
1616

17-
## What TLS options are available in App Service?
17+
## Supported TLS Version on App Service?
1818

19-
For incoming requests to your web app, App Service supports TLS versions 1.0, 1.1, and 1.2. [In the next few months, App Service will begin supporting TLS version 1.3](https://techcommunity.microsoft.com/t5/apps-on-azure-blog/upcoming-tls-1-3-on-azure-app-service-for-web-apps-functions-and/ba-p/3974138).
19+
For incoming requests to your web app, App Service supports TLS versions 1.0, 1.1, 1.2, and 1.3.
2020

2121
### Minimum TLS Version and SCM Minimum TLS Version
2222

2323
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.
2424

25-
## TLS 1.0 and 1.1
25+
### TLS 1.0 and 1.1
2626

2727
TLS 1.0 and 1.1 are considered legacy protocols and are no longer considered secure. It's generally recommended for customers to use TLS 1.2 as the minimum TLS version, which is also the default.
2828

@@ -33,4 +33,4 @@ To ensure backward compatibility for TLS 1.0 and TLS 1.1, App Service will conti
3333
>
3434
3535
## Next steps
36-
* [Secure a custom DNS name with a TLS/SSL binding](configure-ssl-bindings.md)
36+
* [Secure a custom DNS name with a TLS/SSL binding](configure-ssl-bindings.md)

0 commit comments

Comments
 (0)