title | description | services | documentationcenter | author | manager | editor | ms.service | ms.workload | ms.tgt_pltfrm | ms.devlang | ms.topic | ms.date | ms.author | ms.custom |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Tutorial - Add a custom domain to your Azure CDN endpoint | Microsoft Docs |
In this tutorial, you map Azure CDN endpoint content to a custom domain. |
cdn |
mdgattuso |
danielgi |
cdn |
media |
na |
na |
tutorial |
06/11/2018 |
magattus |
mvc |
This tutorial shows how to add a custom domain to an Azure Content Delivery Network (CDN) endpoint. When you use a CDN endpoint to deliver content, a custom domain is necessary if you would like your own domain name to be visible in your CDN URL. Having a visible domain name can be convenient for your customers and useful for branding purposes.
After you create a CDN endpoint in your profile, the endpoint name, which is a subdomain of azureedge.net, is included in the URL for delivering CDN content by default (for example, https://contoso.azureedge.net/photo.png). For your convenience, Azure CDN provides the option of associating a custom domain with a CDN endpoint. With this option, you deliver your content with a custom domain in your URL instead of an endpoint name (for example, https://www.contoso.com/photo.png).
In this tutorial, you learn how to:
[!div class="checklist"]
- Create a CNAME DNS record.
- Associate the custom domain with your CDN endpoint.
- Verify the custom domain.
[!INCLUDE quickstarts-free-trial-note]
Before you can complete the steps in this tutorial, you must first create a CDN profile and at least one CDN endpoint. For more information, see Quickstart: Create an Azure CDN profile and endpoint.
If you do not already have a custom domain, you must first purchase one with a domain provider. For example, see Buy a custom domain name.
If you are 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. Otherwise, if you are using a domain provider to handle your DNS domain, proceed to Create a CNAME DNS record.
Before you can use a custom domain with an Azure CDN endpoint, you must first create a canonical name (CNAME) record with your domain provider to point to your CDN endpoint. A CNAME record is a type of DNS record that maps a source domain name to a destination domain name. For Azure CDN, the source domain name is your custom domain name and the destination domain name is your CDN endpoint hostname. After Azure CDN verifies the CNAME record that you create, traffic addressed to the source custom domain (such as www.contoso.com) is routed to the specified destination CDN endpoint hostname (such as contoso.azureedge.net).
A custom domain and its subdomain can be associated with only a single endpoint at a time. However, you can use different subdomains from the same custom domain for different Azure service endpoints by using multiple CNAME records. You can also map a custom domain with different subdomains to the same CDN endpoint.
When you map an existing domain that is in production, there are special considerations. While you are registering your custom domain in the Azure portal, a brief period of downtime for the domain can occur. To avoid interruption of web traffic, first map your custom domain to your CDN endpoint hostname with the Azure cdnverify subdomain to create a temporary CNAME mapping. With this method, users can access your domain without interruption while the DNS mapping occurs.
Otherwise, if you are using your custom domain for the first time and no production traffic is running on it, you can directly map your custom domain to your CDN endpoint. Proceed to Map the permanent custom domain.
To create a CNAME record with the cdnverify subdomain:
-
Sign in to the web site of the domain provider for your custom domain.
-
Find the page for managing DNS records by consulting the provider's documentation or searching for areas of the web site labeled Domain Name, DNS, or Name server management.
-
Create a CNAME record entry for your custom domain and complete the fields as shown in the following table (field names may vary):
Source Type Destination cdnverify.www.contoso.com CNAME cdnverify.contoso.azureedge.net -
Source: Enter your custom domain name, including the cdnverify subdomain, in the following format: cdnverify._<custom domain name>. For example, cdnverify.www.contoso.com.
-
Type: Enter CNAME.
-
Destination: Enter your CDN endpoint hostname, including the cdnverify subdomain, in the following format: cdnverify.<endpoint name>.azureedge.net. For example, cdnverify.contoso.azureedge.net.
-
-
Save your changes.
For example, the procedure for the GoDaddy domain registrar is as follows:
-
Sign in and select the custom domain you want to use.
-
In the Domains section, select Manage All, then select DNS | Manage Zones.
-
For Domain Name, enter your custom domain, then select Search.
-
From the DNS Management page, select Add, then select CNAME in the Type list.
-
Complete the following fields of the CNAME entry:
-
Type: Leave CNAME selected.
-
Host: Enter the subdomain of your custom domain to use, including the cdnverify subdomain name. For example, cdnverify.www.
-
Points to: Enter the host name of your CDN endpoint, including the cdnverify subdomain name. For example, cdnverify.contoso.azureedge.net.
-
TTL: Leave 1 Hour selected.
-
-
Select Save.
The CNAME entry is added to the DNS records table.
After you've registered your custom domain, you can then add it to your CDN endpoint.
-
Sign in to the Azure portal and browse to the CDN profile containing the endpoint that you want to map to a custom domain.
-
On the CDN profile page, select the CDN endpoint to associate with the custom domain.
The Endpoint page opens.
-
Select Custom domain.
The Add a custom domain page opens.
-
For Endpoint hostname, the endpoint host name to use as the destination domain of your CNAME record is prefilled and is derived from your CDN endpoint URL: <endpoint hostname>.azureedge.net. It cannot be changed.
-
For Custom hostname, enter your custom domain, including the subdomain, to use as the source domain of your CNAME record. For example, www.contoso.com or cdn.contoso.com. Do not use the cdnverify subdomain name.
-
Select Add.
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.
It can take some time for the new custom domain settings to propagate to all CDN edge nodes:
- For Azure CDN Standard from Microsoft profiles, propagation usually completes in 10 minutes.
- For Azure CDN Standard from Akamai profiles, propagation usually completes within one minute.
- For Azure CDN Standard from Verizon and Azure CDN Premium from Verizon profiles, propagation usually completes in 10 minutes.
After you have completed the registration of your custom domain, verify that the custom domain references your CDN endpoint.
-
Ensure that you have public content that is cached at the endpoint. For example, if your CDN endpoint is associated with a storage account, Azure CDN will cache the content in a public container. To test the custom domain, verify that your container is set to allow public access and contains at least one file.
-
In your browser, navigate to the address of the file by using the custom domain. For example, if your custom domain is cdn.contoso.com, the URL to the cached file should be similar to the following URL: http://cdn.contoso.com/my-public-container/my-file.jpg. Verify that the result is that same as when you access the CDN endpoint directly at <endpoint hostname>.azureedge.net.
If you have verified that the cdnverify subdomain has been successfully mapped to your endpoint (or if you are using a new custom domain that is not in production), you can then map the custom domain directly to your CDN endpoint hostname.
To create a CNAME record for your custom domain:
-
Sign in to the web site of the domain provider for your custom domain.
-
Find the page for managing DNS records by consulting the provider's documentation or searching for areas of the web site labeled Domain Name, DNS, or Name Server Management.
-
Create a CNAME record entry for your custom domain and complete the fields as shown in the following table (field names may vary):
Source Type Destination www.contoso.com CNAME contoso.azureedge.net -
Source: Enter your custom domain name (for example, www.contoso.com).
-
Type: Enter CNAME.
-
Destination: Enter your CDN endpoint hostname. It must be in the following format:<endpoint name>.azureedge.net. For example, contoso.azureedge.net.
-
-
Save your changes.
-
If you're previously created a temporary cdnverify subdomain CNAME record, delete it.
-
If you are using this custom domain in production for the first time, follow the steps for Associate the custom domain with your CDN endpoint and Verify the custom domain.
For example, the procedure for the GoDaddy domain registrar is as follows:
-
Sign in and select the custom domain you want to use.
-
In the Domains section, select Manage All, then select DNS | Manage Zones.
-
For Domain Name, enter your custom domain, then select Search.
-
From the DNS Management page, select Add, then select CNAME in the Type list.
-
Complete the fields of the CNAME entry:
-
Type: Leave CNAME selected.
-
Host: Enter the subdomain of your custom domain to use. For example, www or cdn.
-
Points to: Enter the host name of your CDN endpoint. For example, contoso.azureedge.net.
-
TTL: Leave 1 Hour selected.
-
-
Select Save.
The CNAME entry is added to the DNS records table.
-
If you have a cdnverify CNAME record, select the pencil icon next to it, then select the trash can icon.
-
Select Delete to delete the CNAME record.
In the preceding steps, you added a custom domain to a CDN endpoint. If you no longer want to associate your endpoint with a custom domain, you can remove the custom domain by performing these steps:
-
In your CDN profile, select the endpoint with the custom domain that you want to remove.
-
From the Endpoint page, under Custom domains, right-click the custom domain that you want to remove, then select Delete from the context menu.
The custom domain is disassociated from your endpoint.
In this tutorial, you learned how to:
[!div class="checklist"]
- Create a CNAME DNS record.
- Associate the custom domain with your CDN endpoint.
- Verify the custom domain.
Advance to the next tutorial to learn how to configure HTTPS on an Azure CDN custom domain.
[!div class="nextstepaction"] Tutorial: Configure HTTPS on an Azure CDN custom domain