Configuring custom domain from GoDaddy in Azure App Service not working

Pablo Souza 26 Reputation points MVP
2022-11-16T23:22:43.423+00:00

This what I have in my GoDaddy DNS config:

261173-image.png

This is my Azure App Service:

261182-image.png

And I'm getting this:

261096-image.png

The domain name is "thecsharpacademy.com". I'm not sure if it has to do with the fact that it's an apex domain or if I configured something incorrectly.

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

Accepted answer
  1. Ryan Hill 30,281 Reputation points Microsoft Employee Moderator
    2022-11-16T23:53:55.17+00:00

    @Pablo Souza ,

    Your CNAME record type is improperly configured. Your domain registration thecshparpacademy.com should have a www sub domain CNAME record pointing to yourappservice.azurewebsites.net. Your A record for your root domain looks okay to me. Let me know if after updating your CNAME record, you're still having issues.

    2 people found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

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