Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can't verify domain ownership azure website to add subdomain

I followed this tutorial to add a custom domain on my Azure Website https://docs.microsoft.com/en-us/azure/app-service/app-service-web-tutorial-custom-domain#cname and I can navigate successfully to root domain, my problem is that I want to add a subdomain (www) but at least step I receive next notification:

Error on Azure

the error is clear that I need to add the CNAME record to point to azure website, the major problem is already added on cloudflare:

Configuration on Azure

I have something wrong with my configuration?

like image 730
Cami Rodriguez Avatar asked Mar 23 '18 05:03

Cami Rodriguez


Video Answer


2 Answers

I found the solution, is only disable for a moment the orange cloud > verify ownership on Azure > et voilà!, subdomain is verified.

like image 126
Cami Rodriguez Avatar answered Sep 24 '22 23:09

Cami Rodriguez


You only need two CNAMEs:

  1. awverify pointing to awverify.thename.azurewebsites.net
  2. www pointing to thename.thename.azurewebsites.net

enter image description here

like image 25
CSharpRocks Avatar answered Sep 23 '22 23:09

CSharpRocks