Skip to content

Latest commit

 

History

History
170 lines (105 loc) · 10.6 KB

dns-custom-domain.md

File metadata and controls

170 lines (105 loc) · 10.6 KB
title description services documentationcenter author manager ms.service ms.devlang ms.topic ms.tgt_pltfrm ms.workload ms.date ms.author
Integrate Azure DNS with your Azure resources | Microsoft Docs
Learn how to use Azure DNS along to provide DNS for your Azure resources.
dns
na
vhorne
jeconnoc
dns
na
article
na
infrastructure-services
1/19/2018
victorh

Use Azure DNS to provide custom domain settings for an Azure service

Azure DNS provides DNS for a custom domain for any of your Azure resources that support custom domains or that have a fully qualified domain name (FQDN). An example is you have an Azure web app and you want your users to access it by either using contoso.com, or www.contoso.com as an FQDN. This article walks you through configuring your Azure service with Azure DNS for using custom domains.

Prerequisites

In order to use Azure DNS for your custom domain, you must first delegate your domain to Azure DNS. Visit Delegate a domain to Azure DNS for instructions on how to configure your name servers for delegation. Once your domain is delegated to your Azure DNS zone, you are able to configure the DNS records needed.

You can configure a vanity or custom domain for Azure Function Apps, Public IP addresses, App Service (Web Apps), Blob storage, and Azure CDN.

Azure Function App

To configure a custom domain for Azure function apps, a CNAME record is created as well as configuration on the function app itself.

Navigate to Other > Function App and select your Function App. Click Platform features and under NETWORKING click Custom domains.

function app blade

Note the current url on the Custom domains blade, this address is used as the alias for the DNS record created.

custom domain blade

Navigate to your DNS Zone and click + Record set. Fill out the following information on the Add record set blade and click OK to create it.

Property Value Description
Name myfunctionapp This value along with the domain name label is the FQDN for the custom domain name.
Type CNAME Use a CNAME record is using an alias.
TTL 1 1 is used for 1 hour
TTL unit Hours Hours are used as the time measurement
Alias adatumfunction.azurewebsites.net The DNS name you are creating the alias for, in this example it is the adatumfunction.azurewebsites.net DNS name provided by default to the function app.

Navigate back to your function app, click Platform features, and under NETWORKING click Custom domains, then under Hostnames click + Add hostname.

On the Add hostname blade, enter the CNAME record in the hostname text field and click Validate. If the record was able to be found, the Add hostname button appears. Click Add hostname to add the alias.

function apps add host name blade

Public IP address

To configure a custom domain for services that use a public IP address resource such as Application Gateway, Load Balancer, Cloud Service, Resource Manager VMs, and, Classic VMs, a CNAME record used.

Navigate to Networking > Public IP address, select the Public IP resource and click Configuration. Notate the IP address shown.

public ip blade

Navigate to your DNS Zone and click + Record set. Fill out the following information on the Add record set blade and click OK to create it.

Property Value Description
Name mywebserver This value along with the domain name label is the FQDN for the custom domain name.
Type A Use an A record as the resource is an IP address.
TTL 1 1 is used for 1 hour
TTL unit Hours Hours are used as the time measurement
IP Address The public IP address.

create an A record

Once the A record is created, run nslookup to validate the record resolves.

public ip dns lookup

App Service (Web Apps)

The following steps take you through configuring a custom domain for an app service web app.

Navigate to Web & Mobile > App Service and select the resource you are configuring a custom domain name, and click Custom domains.

Note the current url on the Custom domains blade, this address is used as the alias for the DNS record created.

custom domains blade

Navigate to your DNS Zone and click + Record set. Fill out the following information on the Add record set blade and click OK to create it.

Property Value Description
Name mywebserver This value along with the domain name label is the FQDN for the custom domain name.
Type CNAME Use a CNAME record is using an alias. If the resource used an IP address, an A record would be used.
TTL 1 1 is used for 1 hour
TTL unit Hours Hours are used as the time measurement
Alias webserver.azurewebsites.net The DNS name you are creating the alias for, in this example it is the webserver.azurewebsites.net DNS name provided by default to the web app.

create a CNAME record

Navigate back to the app service that is configured for the custom domain name. Click Custom domains, then click Hostnames. To add the CNAME record you created, click + Add hostname.

figure 1

Once the process is complete, run nslookup to validate name resolution is working.

figure 1

To learn more about mapping a custom domain to App Service, visit Map an existing custom DNS name to Azure Web Apps.

If you need to purchase a custom domain, visit Buy a custom domain name for Azure Web Apps to learn more about App Service domains.

Blob storage

The following steps take you through configuring a CNAME record for a blob storage account using the asverify method. This method ensures there is no downtime.

Navigate to Storage > Storage Accounts, select your storage account, and click Custom domain. Notate the FQDN under step 2, this value is used to create the first CNAME record

blob storage custom domain

Navigate to your DNS Zone and click + Record set. Fill out the following information on the Add record set blade and click OK to create it.

Property Value Description
Name asverify.mystorageaccount This value along with the domain name label is the FQDN for the custom domain name.
Type CNAME Use a CNAME record is using an alias.
TTL 1 1 is used for 1 hour
TTL unit Hours Hours are used as the time measurement
Alias asverify.adatumfunctiona9ed.blob.core.windows.net The DNS name you are creating the alias for, in this example it is the asverify.adatumfunctiona9ed.blob.core.windows.net DNS name provided by default to the storage account.

Navigate back to your storage account by clicking Storage > Storage Accounts, select your storage account and click Custom domain. Type in the alias you created without the asverify prefix in the text box, check **Use indirect CNAME validation, and click Save. Once this step is complete, return to your DNS zone and create a CNAME record without the asverify prefix. After that point, you are safe to delete the CNAME record with the cdnverify prefix.

blob storage custom domain

Validate DNS resolution by running nslookup

To learn more about mapping a custom domain to a blob storage endpoint visit Configure a custom domain name for your Blob storage endpoint

Azure CDN

The following steps take you through configuring a CNAME record for a CDN endpoint using the cdnverify method. This method ensures there is no downtime.

Navigate to Networking > CDN Profiles, select your CDN profile, and click Endpoints under General.

Select the endpoint you are working with and click + Custom domain. Note the Endpoint hostname as this value is the record that the CNAME record points to.

CDN custom domain

Navigate to your DNS Zone and click + Record set. Fill out the following information on the Add record set blade and click OK to create it.

Property Value Description
Name cdnverify.mycdnendpoint This value along with the domain name label is the FQDN for the custom domain name.
Type CNAME Use a CNAME record is using an alias.
TTL 1 1 is used for 1 hour
TTL unit Hours Hours are used as the time measurement
Alias cdnverify.adatumcdnendpoint.azureedge.net The DNS name you are creating the alias for, in this example it is the cdnverify.adatumcdnendpoint.azureedge.net DNS name provided by default to the storage account.

Navigate back to your CDN endpoint by clicking Networking > CDN Profiles, and select your CDN profile. Click + Custom domain and enter your CNAME record alias without the cdnverify prefix and click Add.

Once this step is complete, return to your DNS zone and create a CNAME record without the cdnverify prefix. After that point, you are safe to delete the CNAME record with the cdnverify prefix. For more information on CDN and how to configure a custom domain without the intermediate registration step visit Map Azure CDN content to a custom domain.

Next steps

Learn how to configure reverse DNS for services hosted in Azure.