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,504 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Developer-slam 0 Reputation points
    2025-03-07T18:05:40.6566667+00:00

    Thank you for your response. I have already set up the CNAME record in GoDaddy, pointing go.abc.com to abc.azurewebsites.net. The DNS changes seem to have propagated.

    However, when I try to access go.abc.com, it does not resolve and gives me a DNS_PROBE_FINISHED_NXDOMAIN error. I have waited for DNS propagation, cleared the cache, and tested from different networks, but the issue persists."

    Could you help me troubleshoot why the CNAME record is not resolving despite being correctly configured and verified in Azure?

    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.