Skip to content

Commit 8831058

Browse files
committed
updates
1 parent 1e673bf commit 8831058

File tree

1 file changed

+19
-2
lines changed

1 file changed

+19
-2
lines changed

articles/app-service/overview-tls.md

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,30 @@ title: Transport Layer Security (TLS) overview
33
description: Learn about Transport Layer Security (TLS) on App Service.
44
keywords: app service, azure app service, tls, transport layer security, support, web app, troubleshooting,
55
ms.topic: article
6-
ms.date: 07/24/2024
6+
ms.date: 07/29/2024
77
ms.author: msangapu
88
author: msangapu-msft
99
ms.custom: UpdateFrequency3
10+
ms.collection: ce-skilling-ai-copilot
1011
---
1112
# Azure App Service TLS overview
1213

1314
## What does TLS do in App Service?
1415

1516
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.
1617

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+
1730
## Supported TLS Version on App Service?
1831

1932
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,
5366

5467
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.
5568

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

5875
## Next steps
5976
* [Secure a custom DNS name with a TLS/SSL binding](configure-ssl-bindings.md)

0 commit comments

Comments
 (0)