Share via

Linking a domain name in Azure App Service

Rebu Thomas 6 Reputation points
2022-12-16T10:45:31.74+00:00

I have an app service in azure portal. I want to access it using my domain name (eg: xxx.mydomain.com). I have tried using custom domain option(CNAME & TXT), but its showing error verifying domain ownership. Any help is appreciable..

Azure App Service
Azure App Service

Azure App Service is a service used to create and deploy scalable, mission-critical web apps.

0 comments No comments

1 answer

Sort by: Most helpful
  1. !Daniel Bradley 1,071 Reputation points MVP
    2022-12-16T11:53:43.57+00:00

    Hi @Rebu Thomas

    Have you followed the steps carefully in https://learn.microsoft.com/en-us/azure/app-service/app-service-web-tutorial-custom-domain?tabs=a%2Cazurecli

    A wildcard domain you should use a CNAME record with ***** in the name field in your DNS provider.
    A subdomain you should use a CNAME record.
    A root domain you should use an A record.

    Also bear in mind DNS propagation. You could use a public lookup tool like MXToolbox or NSLOOKUP in the command line to verify.

    Kind regards
    Daniel
    https://ourcloudnetwork.com


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.