Azure / azure-iot-remote-monitoring

Azure IoT Remote Monitoring preconfigured solution
Other
249 stars 221 forks source link

Use Azure DNS name resolution service instead of local DNS cache #422

Closed zhang-hua closed 7 years ago

zhang-hua commented 7 years ago

This PR is to fix the DNS name resolution issue 406 and 421 reported.

networkfusion commented 7 years ago

This is only compatible with windows 8 and above... Not a problem for me but some people are still clinging onto windows 7.

zhang-hua commented 7 years ago

I think it is still in question to resolve DNS problem since Resolve-DnsName command still use local DNS cache and need to specify DNS server address which is unreliable. So I decide to abandon this PR. There is another commit 58ef79cc6ae4f6ed3e2d82c1c2375693d4ca23be which is promising to resolve this issue.