Skip to content

Commit 7779de4

Browse files
authored
Merge pull request #297075 from halkazwini/afd-tls
TLS policy updates
2 parents 67fc9a1 + e9ed045 commit 7779de4

File tree

10 files changed

+55
-51
lines changed

10 files changed

+55
-51
lines changed

articles/frontdoor/end-to-end-tls.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
---
2-
title: TLS encryption with Azure Front Door
2+
title: TLS encryption
3+
titleSuffix: Azure Front Door
34
description: Learn about end-to-end TLS encryption, supported TLS versions, and supported cipher suites with Azure Front Door.
45
author: halkazwini
56
ms.author: halkazwini
67
ms.service: azure-frontdoor
78
ms.topic: concept-article
8-
ms.date: 03/18/2025
9+
ms.date: 03/26/2025
910
zone_pivot_groups: front-door-tiers
1011
---
1112

@@ -34,7 +35,7 @@ Azure Front Door supports two versions of the TLS protocol: TLS versions 1.2 a
3435
> [!IMPORTANT]
3536
> 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.
3637
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.
3839

3940
> [!NOTE]
4041
> - 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:
109110

110111
## Supported cipher suites
111112

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:
113114

114115
- TLS_AES_256_GCM_SHA384 (TLS 1.3 only)
115116
- 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:
120121
- TLS_DHE_RSA_WITH_AES_256_GCM_SHA384
121122
- TLS_DHE_RSA_WITH_AES_128_GCM_SHA256
122123

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).
124125

125126
> [!NOTE]
126127
> 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
129130

130131
::: zone pivot="front-door-standard-premium"
131132

133+
- [Azure Front Door TLS policy](standard-premium/tls-policy.md)
132134
- [Domains in Azure Front Door](domain.md)
133135
- [Configure a custom domain on Azure Front Door](standard-premium/how-to-add-custom-domain.md)
134136

52.6 KB
Loading
Binary file not shown.
Binary file not shown.
5.41 KB
Loading
44 KB
Loading
Lines changed: 25 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,18 @@
11
---
2-
title: 'How to add a custom domain - Azure Front Door'
2+
title: How to add a custom domain
3+
titleSuffix: Azure Front Door
34
description: In this article, you learn how to onboard a custom domain to an Azure Front Door profile by using the Azure portal.
45
author: halkazwini
56
ms.author: halkazwini
67
ms.service: azure-frontdoor
78
ms.topic: how-to
8-
ms.date: 11/12/2024
9+
ms.date: 03/26/2025
10+
911
#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.
1012
---
1113

1214
# Configure a custom domain on Azure Front Door by using the Azure portal
15+
1316
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.
1417

1518
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
1821

1922
## Prerequisites
2023

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

2528
## Add a new custom domain
2629

@@ -35,30 +38,30 @@ To configure a custom domain, go to the **Domains** pane of your Azure Front Doo
3538

3639
* **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.
3740

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":::
3942

4043
* **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.
4144

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":::
4346

4447
> [!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.
4851
4952
A new custom domain initially has a validation state of **Submitting**.
5053

5154
> [!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.
5558
5659
After a few minutes, the validation state will change to **Pending**.
5760

5861
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>`.
5962

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

6366
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**.
6467

@@ -76,7 +79,7 @@ After validating your custom domain, you can associate it with your Azure Front
7679

7780
1. Select the **DNS state** link.
7881

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":::
8083

8184
> [!NOTE]
8285
> 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
8689
1. Once the CNAME record is created and the custom domain is associated with the Azure Front Door endpoint, traffic starts flowing.
8790

8891
> [!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.
9194
9295
## Verify the custom domain
9396

@@ -97,8 +100,8 @@ After validating and associating the custom domain, ensure that the custom domai
97100

98101
Finally, verify that your application content is being served by using a browser.
99102

100-
## Next steps
103+
## Related content
101104

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

Comments
 (0)