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/end-to-end-tls.md
+7-5Lines changed: 7 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,12 @@
1
1
---
2
-
title: TLS encryption with Azure Front Door
2
+
title: TLS encryption
3
+
titleSuffix: Azure Front Door
3
4
description: Learn about end-to-end TLS encryption, supported TLS versions, and supported cipher suites with Azure Front Door.
4
5
author: halkazwini
5
6
ms.author: halkazwini
6
7
ms.service: azure-frontdoor
7
8
ms.topic: concept-article
8
-
ms.date: 03/18/2025
9
+
ms.date: 03/26/2025
9
10
zone_pivot_groups: front-door-tiers
10
11
---
11
12
@@ -34,7 +35,7 @@ Azure Front Door supports two versions of the TLS protocol: TLS versions 1.2 a
34
35
> [!IMPORTANT]
35
36
> As of March 1, 2025, TLS 1.0 and 1.1 are not allowed on new Azure Front Door profiles. 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 updated to TLS 1.2 in the future.
36
37
37
-
You can configure the minimum TLS version in Azure Front Door in the custom domain HTTPS settings using the Azure portal or the[Azure REST API](/rest/api/frontdoorservice/frontdoor/frontdoors/createorupdate#minimumtlsversion). For a minimum TLS version 1.2, the negotiation will attempt to establish TLS 1.3 and then TLS 1.2. When Azure Front Door initiates TLS traffic to the origin, it will attempt to negotiate the best TLS version that the origin can reliably and consistently accept. Supported TLS versions for origin connections are TLS 1.2 and TLS 1.3.
38
+
You can configure the minimum TLS version in Azure Front Door in the custom domain HTTPS settings using the Azure portal or the[Azure REST API](/rest/api/frontdoorservice/frontdoor/frontdoors/createorupdate#minimumtlsversion). For a minimum TLS version 1.2, the negotiation will attempt to establish TLS 1.3 and then TLS 1.2. When Azure Front Door initiates TLS traffic to the origin, it will attempt to negotiate the best TLS version that the origin can reliably and consistently accept. Supported TLS versions for origin connections are TLS 1.2 and TLS 1.3.
38
39
39
40
> [!NOTE]
40
41
> - Clients with TLS 1.3 enabled are required to support one of the Microsoft SDL compliant EC Curves, including Secp384r1, Secp256r1, and Secp521, in order to successfully make requests with Azure Front Door using TLS 1.3.
@@ -109,7 +110,7 @@ For your own custom TLS/SSL certificate:
109
110
110
111
## Supported cipher suites
111
112
112
-
For TLS 1.2/1.3 the following cipher suites are supported:
113
+
For TLS 1.2/1.3, the following cipher suites are supported:
113
114
114
115
- TLS_AES_256_GCM_SHA384 (TLS 1.3 only)
115
116
- TLS_AES_128_GCM_SHA256 (TLS 1.3 only)
@@ -120,7 +121,7 @@ For TLS 1.2/1.3 the following cipher suites are supported:
120
121
- TLS_DHE_RSA_WITH_AES_256_GCM_SHA384
121
122
- TLS_DHE_RSA_WITH_AES_128_GCM_SHA256
122
123
123
-
Azure Front Door doesn’t support disabling or configuring specific cipher suites for your profile.
124
+
Use *TLS policy* to configure specific cipher suites. Azure Front Door Standard and Premium offer two mechanisms for controlling TLS policy: you can use either a predefined policy or a custom policy per your own needs. For more information, see [Configure TLS policy on a Front Door custom domain](standard-premium/tls-policy-configure.md).
124
125
125
126
> [!NOTE]
126
127
> For Windows 10 and later versions, we recommend enabling one or both of the ECDHE_GCM cipher suites for better security. Windows 8.1, 8, and 7 aren't compatible with these ECDHE_GCM cipher suites. The ECDHE_CBC and DHE cipher suites have been provided for compatibility with those operating systems.
@@ -129,6 +130,7 @@ Azure Front Door doesn’t support disabling or configuring specific cipher suit
129
130
130
131
::: zone pivot="front-door-standard-premium"
131
132
133
+
-[Azure Front Door TLS policy](standard-premium/tls-policy.md)
132
134
-[Domains in Azure Front Door](domain.md)
133
135
-[Configure a custom domain on Azure Front Door](standard-premium/how-to-add-custom-domain.md)
title: 'How to add a custom domain - Azure Front Door'
2
+
title: How to add a custom domain
3
+
titleSuffix: Azure Front Door
3
4
description: In this article, you learn how to onboard a custom domain to an Azure Front Door profile by using the Azure portal.
4
5
author: halkazwini
5
6
ms.author: halkazwini
6
7
ms.service: azure-frontdoor
7
8
ms.topic: how-to
8
-
ms.date: 11/12/2024
9
+
ms.date: 03/26/2025
10
+
9
11
#Customer intent: As a website owner, I want to add a custom domain to my Azure Front Door configuration so that my users can use my custom domain to access my content.
10
12
---
11
13
12
14
# Configure a custom domain on Azure Front Door by using the Azure portal
15
+
13
16
When using Azure Front Door for application delivery, a custom domain allows your own domain name to appear in user requests. This visibility can enhance customer convenience and support branding efforts.
14
17
15
18
By default, after creating an Azure Front Door Standard/Premium profile and endpoint, the endpoint host is a subdomain of `azurefd.net`. For example, the URL might look like `https://contoso-frontend-mdjf2jfgjf82mnzx.z01.azurefd.net/activeusers.htm`.
@@ -18,9 +21,9 @@ To make your URLs more user-friendly and branded, Azure Front Door allows you to
18
21
19
22
## Prerequisites
20
23
21
-
* Ensure you have an Azure Front Door profile set up. For guidance, refer to[Quickstart: Create an Azure Front Door Standard/Premium](create-front-door-portal.md).
22
-
* Obtain a custom domain if you don't have one. You can purchase one from a domain provider. For example, see [Buy a custom domain name](../../app-service/manage-custom-dns-buy-domain.md).
23
-
* If your DNS domains are hosted on Azure, delegate the domain provider's DNS to Azure DNS. For instructions, see [Delegate a domain to Azure DNS](../../dns/dns-delegate-domain-azure-dns.md). If you use another domain provider for DNS, manually validate the domain by entering the required DNS TXT records.
24
+
- An Azure Front Door profile. For more information, see[Quickstart: Create an Azure Front Door Standard/Premium](create-front-door-portal.md).
25
+
- A custom domain. If you don't have a custom domain, you must first purchase one from a domain provider. For more information, see [Buy a custom domain name](/azure/app-service/manage-custom-dns-buy-domain?toc=/azure/frontdoor/TOC.json).
26
+
- If you're using Azure to host your DNS domains, 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?toc=/azure/frontdoor/TOC.json). Otherwise, if you're using a domain provider to handle your DNS domain, you must manually validate the domain by entering prompted DNS TXT records.
24
27
25
28
## Add a new custom domain
26
29
@@ -35,30 +38,30 @@ To configure a custom domain, go to the **Domains** pane of your Azure Front Doo
35
38
36
39
***Non-Azure validated domain**: The domain requires ownership validation. We recommend using the Azure-managed DNS option. You can also use your own DNS provider. If you choose Azure-managed DNS, select an existing DNS zone and either select an existing custom subdomain or create a new one. If you're using another DNS provider, manually enter the custom domain name. Then select **Add** to add your custom domain.
37
40
38
-
:::image type="content" source="../media/how-to-add-custom-domain/add-domain-page.png" alt-text="Screenshot that shows the Add a domain pane.":::
41
+
:::image type="content" source="../media/add-domain.png" alt-text="Screenshot that shows the Add a domain pane." lightbox="../media/add-domain.png":::
39
42
40
43
***Azure pre-validated domain**: The domain is already validated by another Azure service, so domain ownership validation isn't required from Azure Front Door. A dropdown list of validated domains by different Azure services appear.
41
44
42
-
:::image type="content" source="../media/how-to-add-custom-domain/pre-validated-custom-domain.png" alt-text="Screenshot that shows Prevalidated custom domains on the Add a domain pane.":::
45
+
:::image type="content" source="../media/pre-validated-custom-domain.png" alt-text="Screenshot that shows Prevalidated custom domains on the Add a domain pane." lightbox="../media/pre-validated-custom-domain.png":::
43
46
44
47
> [!NOTE]
45
-
> * Azure Front Door supports both Azure-managed certificates and Bring Your Own Certificates (BYOCs). For non-Azure validated domains, Azure-managed certificates are issued and managed by Azure Front Door. For Azure prevalidated domains, the Azure-managed certificate is issued and managed by the Azure service that validates the domain. To use your own certificate, see [Configure HTTPS on a custom domain](how-to-configure-https-custom-domain.md).
46
-
> * Azure Front Door supports Azure prevalidated domains and Azure DNS zones in different subscriptions.
47
-
> * Currently, Azure prevalidated domains only support domains validated by Azure Static Web Apps.
48
+
> - Azure Front Door supports both Azure-managed certificates and Bring Your Own Certificates (BYOCs). For non-Azure validated domains, Azure-managed certificates are issued and managed by Azure Front Door. For Azure prevalidated domains, the Azure-managed certificate is issued and managed by the Azure service that validates the domain. To use your own certificate, see [Configure HTTPS on a custom domain](how-to-configure-https-custom-domain.md).
49
+
> - Azure Front Door supports Azure prevalidated domains and Azure DNS zones in different subscriptions.
50
+
> - Currently, Azure prevalidated domains only support domains validated by Azure Static Web Apps.
48
51
49
52
A new custom domain initially has a validation state of **Submitting**.
50
53
51
54
> [!NOTE]
52
-
> * As of September 2023, Azure Front Door supports BYOC-based domain ownership validation. Azure Front Door automatically approves domain ownership if the Certificate Name (CN) or Subject Alternative Name (SAN) of the provided certificate matches the custom domain. When you select **Azure managed certificate**, domain ownership continues to be validated via the DNS TXT record.
53
-
> * For custom domains created before BYOC-based validation support, if the domain validation status is anything but **Approved**, trigger auto-approval by selecting **Validation State** > **Revalidate** in the portal. If using the command-line tool, trigger domain validation by sending an empty `PATCH` request to the domain API.
54
-
> * An Azure prevalidated domain will have a validation state of **Pending**. It will automatically change to **Approved** after a few minutes. Once approved, proceed to [Associate the custom domain with your Front Door endpoint](#associate-the-custom-domain-with-your-azure-front-door-endpoint) and complete the remaining steps.
55
+
> - As of September 2023, Azure Front Door supports BYOC-based domain ownership validation. Azure Front Door automatically approves domain ownership if the Certificate Name (CN) or Subject Alternative Name (SAN) of the provided certificate matches the custom domain. When you select **Azure managed certificate**, domain ownership continues to be validated via the DNS TXT record.
56
+
> - For custom domains created before BYOC-based validation support, if the domain validation status is anything but **Approved**, trigger auto-approval by selecting **Validation State** > **Revalidate** in the portal. If using the command-line tool, trigger domain validation by sending an empty `PATCH` request to the domain API.
57
+
> - An Azure prevalidated domain will have a validation state of **Pending**. It will automatically change to **Approved** after a few minutes. Once approved, proceed to [Associate the custom domain with your Front Door endpoint](#associate-the-custom-domain-with-your-azure-front-door-endpoint) and complete the remaining steps.
55
58
56
59
After a few minutes, the validation state will change to **Pending**.
57
60
58
61
1. Select the **Pending** validation state. A new pane appears with the DNS TXT record information required to validate the custom domain. The TXT record is in the format `_dnsauth.<your_subdomain>`.
59
62
60
-
* If you're using an Azure DNS-based zone, select **Add** to create a new TXT record with the provided value in the Azure DNS zone.
61
-
* If you're using another DNS provider, manually create a new TXT record named `_dnsauth.<your_subdomain>` with the value shown on the pane.
63
+
- If you're using an Azure DNS-based zone, select **Add** to create a new TXT record with the provided value in the Azure DNS zone.
64
+
- If you're using another DNS provider, manually create a new TXT record named `_dnsauth.<your_subdomain>` with the value shown on the pane.
62
65
63
66
1. Close the pane to return to the custom domains list. The provisioning state of the custom domain should change to **Provisioned**, and the validation state should change to **Approved**.
64
67
@@ -76,7 +79,7 @@ After validating your custom domain, you can associate it with your Azure Front
76
79
77
80
1. Select the **DNS state** link.
78
81
79
-
:::image type="content" source="../media/how-to-add-custom-domain/dns-state-link.png" alt-text="Screenshot of the DNS state link.":::
82
+
:::image type="content" source="../media/how-to-add-custom-domain/dns-state-link.png" alt-text="Screenshot that shows the DNS state link." lightbox="../media/how-to-add-custom-domain/dns-state-link.png":::
80
83
81
84
> [!NOTE]
82
85
> For an Azure prevalidated domain, manually update the CNAME record from the other Azure service endpoint to the Azure Front Door endpoint in your DNS hosting service. This step is required regardless of whether the domain is hosted with Azure DNS or another DNS service. The link to update the CNAME from the **DNS state** column isn't available for this type of domain.
@@ -86,8 +89,8 @@ After validating your custom domain, you can associate it with your Azure Front
86
89
1. Once the CNAME record is created and the custom domain is associated with the Azure Front Door endpoint, traffic starts flowing.
87
90
88
91
> [!NOTE]
89
-
> * If HTTPS is enabled, certificate provisioning and propagation might take a few minutes as it propagates to all edge locations.
90
-
> * If your domain CNAME is indirectly pointed to an Azure Front Door endpoint, such as through Azure Traffic Manager for multi-CDN failover, the **DNS state** column may show **CNAME/Alias record currently not detected**. Azure Front Door can't guarantee 100% detection of the CNAME record in this scenario. If you configured an Azure Front Door endpoint to Traffic Manager and still see this message, it doesn't necessarily mean there is an issue with your setup. No further action is required.
92
+
> - If HTTPS is enabled, certificate provisioning and propagation might take a few minutes as it propagates to all edge locations.
93
+
> - If your domain CNAME is indirectly pointed to an Azure Front Door endpoint, such as through Azure Traffic Manager for multi-CDN failover, the **DNS state** column may show **CNAME/Alias record currently not detected**. Azure Front Door can't guarantee 100% detection of the CNAME record in this scenario. If you configured an Azure Front Door endpoint to Traffic Manager and still see this message, it doesn't necessarily mean there's an issue with your setup. No further action is required.
91
94
92
95
## Verify the custom domain
93
96
@@ -97,8 +100,8 @@ After validating and associating the custom domain, ensure that the custom domai
97
100
98
101
Finally, verify that your application content is being served by using a browser.
99
102
100
-
## Next steps
103
+
## Related content
101
104
102
-
* Learn how to [enable HTTPS for your custom domain](how-to-configure-https-custom-domain.md).
103
-
* Learn more about [custom domains in Azure Front Door](../domain.md).
104
-
* Learn about [end-to-end TLS with Azure Front Door](../end-to-end-tls.md).
105
+
-[Enable HTTPS on your custom domain](how-to-configure-https-custom-domain.md)
106
+
-[Custom domains in Azure Front Door](../domain.md)
107
+
-[End-to-end TLS with Azure Front Door](../end-to-end-tls.md)
0 commit comments