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.