Skip to content

Commit 31f2919

Browse files
Merge pull request #280516 from yutanglin16/patch-29
Update TLS 1.3 info
2 parents eb2d8f0 + 623f003 commit 31f2919

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/app-service/overview-tls.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,17 @@ 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

27-
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.
27+
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 or above as the minimum TLS version. When creating a web app, the default minimum TLS version would be TLS 1.2.
2828

2929
To ensure backward compatibility for TLS 1.0 and TLS 1.1, App Service will continue to support TLS 1.0 and 1.1 for incoming requests to your web app. However, since the default minimum TLS version is set to TLS 1.2, you need to update the minimum TLS version configurations on your web app to either TLS 1.0 or 1.1 so the requests won't be rejected.
3030

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