You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/app-service/overview-tls.md
+19-2Lines changed: 19 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,17 +3,30 @@ title: Transport Layer Security (TLS) overview
3
3
description: Learn about Transport Layer Security (TLS) on App Service.
4
4
keywords: app service, azure app service, tls, transport layer security, support, web app, troubleshooting,
5
5
ms.topic: article
6
-
ms.date: 07/24/2024
6
+
ms.date: 07/29/2024
7
7
ms.author: msangapu
8
8
author: msangapu-msft
9
9
ms.custom: UpdateFrequency3
10
+
ms.collection: ce-skilling-ai-copilot
10
11
---
11
12
# Azure App Service TLS overview
12
13
13
14
## What does TLS do in App Service?
14
15
15
16
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.
16
17
18
+
> [!TIP]
19
+
>
20
+
> You can also ask Azure Copilot these questions:
21
+
>
22
+
> -*What versions of TLS are supported in App Service?*
23
+
> -*What are the benefits of using TLS 1.3 over previous versions?*
24
+
> -*How can I change the cipher suite order for my App Service Environment?*
25
+
>
26
+
> To find Azure Copilot, on the [Azure portal](https://portal.azure.com) toolbar, select **Copilot**.
27
+
28
+
29
+
17
30
## Supported TLS Version on App Service?
18
31
19
32
For incoming requests to your web app, App Service supports TLS versions 1.0, 1.1, 1.2, and 1.3.
@@ -53,7 +66,11 @@ For App Service Environments with "FrontEndSSLCipherSuiteOrder" cluster setting,
53
66
54
67
End-to-end (E2E) TLS encryption is available in Standard App Service plans and higher. Front-end intra-cluster traffic between App Service front-ends and the workers running application workloads can now be encrypted. Below is a simple diagram to help you understand how it works.
55
68
56
-
INSERT-IMAGE-HERE
69
+
Follow these steps to enable end-to-end TLS encryption:
70
+
1. Browse to your app in the [Azure Portal](https://portal.azure.com/)
71
+
1. In the left menu, select **configuration**.
72
+
1. Under __End-to-end TLS encryption__, select **on**.
73
+
1. Save the changes.
57
74
58
75
## Next steps
59
76
*[Secure a custom DNS name with a TLS/SSL binding](configure-ssl-bindings.md)
0 commit comments