0

I have been trying to add a custom domain name to an application I hosted on azure and am trying to link it to a domain i bought in https://www.whogohost.com. I have tried everything as specified in the link https://learn.microsoft.com/en-us/azure/app-service/app-service-web-tutorial-custom-domain but to no avail, i keep getting the error (No CNAME records were found. Please add a CNAME record pointing to xxxx.azurewebsites.net).

Note: xxxx is just an alias for my App Name hosted in azure.

Please, is there anyone with relevant answers?

CHEEKATLAPRADEEP
  • 12,191
  • 1
  • 19
  • 42
Ifesinachi Bryan
  • 2,240
  • 1
  • 19
  • 20
  • Do you check this [question](https://serverfault.com/questions/857731/domain-ownership-error-no-cname-records-were-found-please-add-a-cname-record-p)? – Shui shengbao Dec 01 '17 at 06:20
  • @Shengbao Shui, the answers in the question you specified are contained in the link which was part of my question. I have tried those options. That's why I had to post the question here for expert opinions. – Ifesinachi Bryan Dec 02 '17 at 18:01

1 Answers1

1

The error itself will be with the domain name provider you bought the domain through. You will need to make sure that you have properly setup the CNAME and A name records in your DNS settings on that website. Such as my domain I have through GoDaddy: enter image description here

micahmckittrick
  • 1,476
  • 8
  • 11