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/cdn/onboard-apex-domain.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ services: cdn
5
5
author: duongau
6
6
ms.service: azure-cdn
7
7
ms.topic: how-to
8
-
ms.date: 11/07/2020
8
+
ms.date: 02/27/2023
9
9
ms.author: duau
10
10
11
11
---
@@ -17,7 +17,7 @@ The DNS protocol prevents the assignment of CNAME records at the zone apex. For
17
17
18
18
This problem can be resolved by using alias records in Azure DNS. Unlike CNAME records, alias records are created at the zone apex. Application owners can use it to point their zone apex record to a CDN profile that has public endpoints. Application owners point to the same CDN profile that's used for any other domain within their DNS zone. For example, `contoso.com` and `www.contoso.com` can point to the same CDN profile.
19
19
20
-
Mapping your apex or root domain to your CDN profile requires CNAME flattening or DNS chasing. A mechanism where the DNS provider recursively resolves the CNAME entry until it hits an IP address. This functionality is supported by Azure DNS for CDN endpoints.
20
+
Mapping your apex or root domain to your CDN profile requires CNAME flattening or DNS chasing. A mechanism where the DNS provider recursively resolves the CNAME entry until it hits an IP address. This functionality is supported with Azure DNS for CDN endpoints.
21
21
22
22
> [!NOTE]
23
23
> There are other DNS providers as well that support CNAME flattening or DNS chasing, however, Azure CDN recommends using Azure DNS for its customers for hosting their domains.
@@ -47,7 +47,7 @@ You can use the Azure portal to onboard an apex domain on your CDN and enable HT
47
47
48
48
:::image type="content" source="./media/onboard-apex-domain/cdn-apex-alias-record.png" alt-text="Alias record for zone apex":::
49
49
50
-
6. The above step will create a zone apex record pointing to your CDN resource. A CNAME record-mapping **cdnverify** is used for onboarding the domain on your CDN profile.
50
+
6. The above step creates a zone apex record pointing to your CDN resource. A CNAME record-mapping **cdnverify** is used for onboarding the domain on your CDN profile.
51
51
1. Example, **cdnverify.contoso.com**.
52
52
53
53
@@ -65,7 +65,7 @@ After you've registered your custom domain, you can then add it to your CDN endp
4. In **Add a custom domain**, **Endpoint hostname**, is pre-filled and is derived from your CDN endpoint URL: **\<endpoint-hostname>**.azureedge.net. It cannot be changed.
68
+
4. In **Add a custom domain**, **Endpoint hostname**, is pre-filled and is derived from your CDN endpoint URL: **\<endpoint-hostname>**.azureedge.net. It can't be changed.
69
69
70
70
5. For **Custom hostname**, enter your custom root or apex domain to use as the source domain of your CNAME record.
71
71
1. For example, **contoso.com**. **Don't use the cdnverify subdomain name**.
@@ -74,7 +74,7 @@ After you've registered your custom domain, you can then add it to your CDN endp
74
74
75
75
6. Select **Add**.
76
76
77
-
Azure verifies that the CNAME record exists for the custom domain name you entered. If the CNAME is correct, your custom domain will be validated.
77
+
Azure verifies that the CNAME record exists for the custom domain name you entered. If the CNAME is correct, your custom domain is validated.
78
78
79
79
It can take some time for the new custom domain settings to propagate to all CDN edge nodes:
80
80
- For **Azure CDN Standard from Microsoft** profiles, propagation usually completes in 10 minutes.
0 commit comments