Cannot resolve a specifc URL from inside Azure VM

Mohamed Atia 1 Reputation point
2022-09-14T10:09:49.22+00:00

I am able to access almost everything through internet, except my own purchased DNS.
I have a domain bought from GoDaddy, that is pointing to my VM, and the website is working from everywhere (work, home, mobile) except from inside the VM.

EDIT:
let me add a piece of information that might be useful here, the VM is a Domain Controller (its the only machine in farm) the domain name is myDomain.com. the URL that is not resolving is myDomain.com

>> nslookup myDomain.com  
>> Server:  UnKnown  
>> Address:  ::1  
  
>> *** UnKnown can't find myDomain.com: Non-existent domain  

>> ping myDomain.com  
>> Ping request could not find host myDomain.com. Please check the name and try again.  

where shall I start?

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
9,013 questions
Windows for business Windows Client for IT Pros Networking Network connectivity and file sharing
{count} votes

2 answers

Sort by: Most helpful
  1. Andreas Baumgarten 123.4K Reputation points MVP Volunteer Moderator
    2022-09-14T10:23:01.69+00:00

    Hi @Mohamed Atia ,

    first of all I would recommend to check the configured DNS server(s) of the Azure VM using ipconfig /all in the Command Prompt.

    ----------

    (If the reply was helpful please don't forget to upvote and/or accept as answer, thank you)

    Regards
    Andreas Baumgarten


  2. Andreas Baumgarten 123.4K Reputation points MVP Volunteer Moderator
    2022-09-14T18:18:21.317+00:00

    Hi @Mohamed Atia ,

    this means the "external registered domain" myDomain.com has the same name than the AD domain myDomain.com ?

    ----------

    (If the reply was helpful please don't forget to upvote and/or accept as answer, thank you)

    Regards
    Andreas Baumgarten


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.