Welcome to the Microsoft Q&A Platform! Thank you for asking your question here.
The error “DNS_PROBE_FINISHED_NXDOMAIN ” means that while the DNS query was completed, the domain name you’re trying to reach is not found or does not exist.
Based on the error details you shared, I have shared troubleshooting steps that I felt will help resolve the issue you reported.
- Verify that your domain is active in your GoDaddy account and has not expired.
- Ensure DNS records (A record or CNAME record) are correctly set up in GoDaddy to point to your Azure VM's public IP address.
- After the record is created it usually takes about an hour for DNS propagate, but it can sometimes take up to 48 hours.
- Clear the DNS cache use this command
ipconfig /flushdns
and clear the browser’s cache. - Verify that your domain name is correctly typed in your browser.
If you have questions about this, please let us know in the comments. We are glad to help you.
If the information is helpful, please click on "Upvote" and "Accept Answer" so that it would be helpful to other community members.