Skip to content

Commit dd7dc64

Browse files
Merge pull request #287873 from yutanglin16/patch-40
Adding note about TLS 1.0 and 1.1
2 parents d70b023 + ed541bd commit dd7dc64

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

articles/app-service/overview-tls.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ ms.collection: ce-skilling-ai-copilot
1111
---
1212
# Azure App Service TLS overview
1313

14+
> [!NOTE]
15+
> Customers may be aware of [the retirement notification of TLS 1.0 and 1.1 for interactions with Azure services](https://azure.microsoft.com/updates/azure-support-tls-will-end-by-31-october-2024-2/). This retirement does not affect applications running on App Service or Azure Functions. Applications on either App Service or Azure Functions configured to accept TLS 1.0 or TLS 1.1 for incoming requests will continue to run unaffected.
16+
1417
## What does TLS do in App Service?
1518

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

0 commit comments

Comments
 (0)