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?
Asked
Active
Viewed 3,580 times
1 Answers
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.
-
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
-
1Docs 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