Hi,
I have several VMs in a VNET (all in the same cloud service). The VMs talk to each other very frequently, for name resolution I use the azure provided name resolution.
As for today I do not have any problems, But I came across this article that made me a bit concern:
https://msdn.microsoft.com/en-us/library/azure/jj156088.aspx#bkmk_IDNSfeatures
On the last bulletin on the Considerations is says "If your application performs frequent DNS queries on multiple target names, it is possible that some queries may time out". What exactly does that mean in simple words? (-: Each VM on my VNET frequently talks with other VMs on the VNET by using their names, do I need to worry about time outs?
Thanks!