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
+1-14Lines changed: 1 addition & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,13 +55,6 @@ To ensure backward compatibility for TLS 1.0 and TLS 1.1, App Service will conti
55
55
56
56
The minimum TLS cipher suite includes a fixed list of cipher suites with an optimal priority order that you cannot change. Reordering or reprioritizing the cipher suites is not recommended as it could expose your web apps to weaker encryption. You also cannot add new or different cipher suites to this list. When you select a minimum cipher suite, the system automatically disables all less secure cipher suites for your web app, without allowing you to selectively disable only some weaker cipher suites.
57
57
58
-
Follow these steps to change the Minimum TLS cipher suite:
59
-
1. Browse to your app in the [Azure portal](https://portal.azure.com/)
60
-
1. In the left menu, select **configuration** and then select the **General settings** tab.
61
-
1. Under __Minimum Inbound TLS Cipher Suite__, select **change**, and then select the **Minimum TLS Cipher Suite**.
62
-
1. Select **Ok**.
63
-
1. Select **Save** to save the changes.
64
-
65
58
### What are cipher suites and how do they work on App Service?
66
59
67
60
A cipher suite is a set of instructions that contains algorithms and protocols to help secure network connections between clients and servers. By default, the front-end's OS would pick the most secure cipher suite that is supported by both App Service and the client. However, if the client only supports weak cipher suites, then the front-end's OS would end up picking a weak cipher suite that is supported by them both. If your organization has restrictions on what cipher suites should not be allowed, you may update your web app’s minimum TLS cipher suite property to ensure that the weak cipher suites would be disabled for your web app.
@@ -72,13 +65,7 @@ For App Service Environments with `FrontEndSSLCipherSuiteOrder` cluster setting,
72
65
73
66
## End-to-end TLS Encryption (preview)
74
67
75
-
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.
76
-
77
-
Follow these steps to enable end-to-end TLS encryption:
78
-
1. Browse to your app in the [Azure portal](https://portal.azure.com/)
79
-
1. In the left menu, select **configuration** and then select the **General settings** tab.
80
-
1. Under __End-to-end TLS encryption__, select **on**.
81
-
1. Save the changes.
68
+
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.
82
69
83
70
## Next steps
84
71
*[Secure a custom DNS name with a TLS/SSL binding](configure-ssl-bindings.md)
0 commit comments