I have deployed a VM on Azure and assign the Reserve IP address like 52.168.xxx.xxx to a host like xxx.xxxx.com
Now when i try to check the IP Address for my host name like this(without www.) --
xxx.xxxx.com
It returns me the right IP Address
But when i try to IP Address for my url like this --
**www.xxx.xxxx.com**
It returns me an error ---
Error determining IP Addresses for www.xxx.xxxx.com
So my question how just putting a www. in-front of a url can return this error !
Anyone have any idea of this issue !