4

Does anybody know if Azure has the same capability as AWS to resolve an external DNS hostname to the public IP address of the instance outside the network of the instance, and to the private IP address of the instance from within the network of the instance?

AWS resolution explained

redsquare
  • 237
  • 1
  • 5
  • 13

1 Answers1

2

Using Azure's Virtual Network feature, yes, you can. Take a look at the documentation.

Name resolution between virtual machines located in the same cloud service

Windows Azure name resolution (internal)

...

Name resolution between computers on the internet and your public endpoints

Windows Azure name resolution (external)

Here's an overview of Virtual Network.

Dene
  • 129
  • 2
rtf
  • 884
  • 2
  • 17
  • 31
  • Is there a very simple example somewhere? (I mean something that say where I can find the virtual machine DNS name). Thanks – Thomas Decaux Jun 19 '15 at 14:04
  • 1
    Docs link is dead. Virtual network overview has moved to https://azure.microsoft.com/en-us/documentation/articles/virtual-networks-overview/. – DPeden Aug 25 '15 at 19:04