What records do I need for goDaddy to change the DNS for azure function

Developer-slam 0 Reputation points
2025-03-06T20:15:12.6033333+00:00

I am trying trying to change the dns for an azure function that I just created using godaddy. I added a CNAme in Godaddy along with txt record however it does not seem to be resolving.

I am using Azure function consumption plan with windows container and NodeJS. How do I proceed?

Also, self managed cert is also not being resolved

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,526 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Shireesha Eeraboina 1,980 Reputation points Microsoft External Staff
    2025-03-10T07:38:39.97+00:00

    Hi @Developer-slam ,

    To fix the DNS resolution issue for your Azure Function with GoDaddy, follow these steps:

    • Make sure the CNAME record in GoDaddy points to your Azure Function's default hostname (like abc.azurewebsites.net).
    • If you're using a root domain, add a TXT record for domain verification as required by Azure.
    • Even if you've waited, double-check that the DNS changes have fully spread across the internet.
    • Ensure your Azure Function App is set up to accept custom domains and that the CNAME record is in the correct format.

    For detailed steps, refer to Set up an existing custom domain in Azure App Service and Azure DNS documentation.

    Please let me know if you need further assistance.

    0 comments No comments

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.