Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 1706c44

Browse files
committedNov 7, 2020
acrolinx
1 parent 72e84a6 commit 1706c44

File tree

2 files changed

+2
-93
lines changed

2 files changed

+2
-93
lines changed
 

‎articles/cdn/media/onboard-apex-domain/onboard-apex-domain.md

Lines changed: 0 additions & 91 deletions
This file was deleted.

‎articles/cdn/onboard-apex-domain.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.author: allensu
1111
---
1212
# Onboard a root or apex domain to an existing Azure CDN endpoint
1313

14-
Azure CDN uses CNAME records to validate domain ownership for onboarding of custom domains. CDN doesn't expose the frontend IP address associated with your CDN profile. So you can't map your apex domain to an IP address if your intent is to onboard it to Azure CDN.
14+
Azure CDN uses CNAME records to validate domain ownership for onboarding of custom domains. CDN doesn't expose the frontend IP address associated with your CDN profile. You can't map your apex domain to an IP address if your intent is to onboard it to Azure CDN.
1515

1616
The DNS protocol prevents the assignment of CNAME records at the zone apex. For example, if your domain is `contoso.com`; you can create CNAME records for `somelabel.contoso.com`; but you can't create CNAME for `contoso.com` itself. This restriction presents a problem for application owners who have load-balanced applications behind Azure CDN. Since using a CDN profile requires creation of a CNAME record, it isn't possible to point at the CDN profile from the zone apex.
1717

@@ -47,7 +47,7 @@ You can use the Azure portal to onboard an apex domain on your CDN and enable HT
4747

4848
:::image type="content" source="./media/onboard-apex-domain/cdn-apex-alias-record.png" alt-text="Alias record for zone apex":::
4949

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 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.
5151
1. Example, **cdnverify.contoso.com**.
5252

5353

0 commit comments

Comments
 (0)
Please sign in to comment.