Adding root domain into Traffic manager for App Services

Michelle Blum 806 Reputation points Microsoft Employee
2021-10-14T19:08:20.837+00:00

I have added my root domain into my App Services through A host records (for example mydomain.com). These App Services are the backend of a Traffic Manager profile for which I need to add the same custom domain into Traffic Manager. It seems that root domains don’t support CNAME records (https://ns1.com/resources/cname#:~:text=A%20CNAME%20cannot%20be%20placed,never%20to%20an%20IP%20address), and also based on the docs Traffic Manager requires CNAMEs…

How can I my root domain it into Traffic Manager since it only supports CNAME, and that type of domain does not work with CNAMEs so it gets routed to my backend App Services?

Note: This question is being posted as part of an internal effort at Microsoft to share emerging content with the community. A Microsoft employee will be following up with an answer shortly. If you have feedback regarding this issue, we encourage the community to start a discussion in the comments.

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,853 questions
0 comments No comments
{count} vote

Accepted answer
  1. Michelle Blum 806 Reputation points Microsoft Employee
    2021-10-14T19:10:40.807+00:00

    As you well said, CNAMEs are not supported for root domain and also only CNAME records are supported for Traffic Manager: https://learn.microsoft.com/en-us/azure/app-service/configure-domain-traffic-manager.

    Due to that limitation this scenario can be challenging, so here is a process that you could use, but the requirements are quite strict.

    Requirements

    -Your domain should be hosted in an Azure DNS zone to be able to use Azure DNS Alias set (https://learn.microsoft.com/en-us/azure/dns/dns-alias)

    -Traffic Manager endpoints cannot be “App Services” they have to be setup as external endpoints

    Process

    Once you have the custom domain already mapped to the App Services as they are a once off operation, you can proceed with the setup of the Traffic Manager. Create the endpoints , but select the Type as External Endpoint and configure the Custom Header Settings. As FQDN select the Inbound IP of the App Service.

    Image

    Then if you go to Azure DNS create an A record @.mydomain.com (your root domain) and click on Alias Record Set “Yes” like in the following screenshot, selecting the Traffic Manager Profile. The effect that this will have is that it will update the Public DNS once it is done.

    Image

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful