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/frontdoor/standard-premium/tls-policy-configure.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,15 +19,15 @@ Azure Front Door offers two mechanisms for controlling TLS policy. You can use e
19
19
20
20
- If a TLS policy needs to be configured for your own business and security requirements, you can use a Custom TLS policy. With a custom TLS policy, you have complete control over the minimum TLS protocol version to support, as well as the supported cipher suites.
21
21
22
-
In this document, you will learn how to configure TLS policy on a Front Door custom domain.
22
+
In this article, you learn how to configure TLS policy on a Front Door custom domain.
23
23
24
24
## Prerequisites
25
25
26
-
Before you can complete the steps in this tutorial, you must first create a Front Door. For more information, see [Quickstart: Create a Front Door](/azure/frontdoor/quickstart-create-front-door).
26
+
- A Front Door. For more information, see [Quickstart: Create a Front Door](/azure/frontdoor/quickstart-create-front-door).
27
27
28
-
If you don't already have a custom domain, you must first purchase one with a domain provider. For example, see [Buy a custom domain name](/azure/app-service/manage-custom-dns-buy-domain).
28
+
- A custom domain. If you don't have a custom domain, you must first purchase one with a domain provider. For more information, see [Buy a custom domain name](/azure/app-service/manage-custom-dns-buy-domain).
29
29
30
-
If you're using Azure to host your [DNS domains](/azure/dns/dns-overview), you must delegate the domain provider's domain name system (DNS) to an Azure DNS. For more information, see [Delegate a domain to Azure DNS](/azure/dns/dns-delegate-domain-azure-dns). Otherwise, if you're using a domain provider to handle your DNS domain, continue to[Create a CNAME DNS record](/azure/frontdoor/front-door-custom-domain).
30
+
-If you're using Azure to host your [DNS domains](/azure/dns/dns-overview), you must delegate the domain provider's domain name system (DNS) to an Azure DNS. For more information, see [Delegate a domain to Azure DNS](/azure/dns/dns-delegate-domain-azure-dns). Otherwise, if you're using a domain provider to handle your DNS domain, see[Create a CNAME DNS record](/azure/frontdoor/front-door-custom-domain).
31
31
32
32
## Configure TLS policy
33
33
@@ -38,11 +38,11 @@ If you're using Azure to host your [DNS domains](/azure/dns/dns-overview), you m
38
38
3. For **TLS policy**, choose the predefined policy from the dropdown listor Custom to customize the cipher suites per your needs. You can also view the supported cipher suites by clicking **View policy details**. When you choose **Custom**, you can choose the Minimum TLS version and the corresponding cipher suites.
39
39
40
40
> [!NOTE]
41
-
> You can reuse the custom TLS policy setting from other domains in portal by selecting the domain in **Reuse setting from other domain**.
41
+
> You can reuse the custom TLS policy setting from other domains in the portal by selecting the domain in **Reuse setting from other domain**.
42
42
43
43
## Verify TLS policy configurations
44
44
45
-
View the supported cipher suit of your domain via https://www.ssllabs.com/ssltest/ or use the sslscan tool.
45
+
View the supported cipher suit of your domain via [www.ssllabs.com/ssltest](https://www.ssllabs.com/ssltest/) or use the sslscan tool.
Copy file name to clipboardExpand all lines: articles/frontdoor/standard-premium/tls-policy.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ Azure Front Door supports [end-to-end TLS encryption](../end-to-end-tls.md). Whe
18
18
Azure Front Door supports two versions of the TLS protocol: TLS versions 1.2 and 1.3. Currently, Azure Front Door doesn't support client/mutual authentication (mTLS).
19
19
20
20
> [!NOTE]
21
-
> TLS 1.0 and 1.1 are disallowed on Azure Front Doors created after March 1, 2025. If you didn't disable TLS 1.0 and 1.1 on legacy settings before March 1, 2025, they'll still work temporarily but will be disabled in the future.
21
+
> As of March 1, 2025, TLS 1.0 and 1.1 are disallowed on Azure Front Door. If you didn't disable TLS 1.0 and 1.1 on legacy settings before this date, they'll still work temporarily but will be disabled in the future.
22
22
23
23
Azure Front Door offers two mechanisms for controlling TLS policy. You can use either a predefined policy or a custom policy per your own needs.
0 commit comments