Hi Azure Gods,
Help!... I have a new subscription to Azure. I recently created and assigned an 'Instance Level Public IP Address' to a VM. The VM resides in a Virtual Network on this Azure subscription. When I try to ping this Instance Level Public IP Address all I get is the classic "time-out" error message.
Is there anything else I need to do so that I can ping this new Public IP Address from the Internet?
I do see the public IP assigned to the VM when I run the PowerShell cmdlet:
"Get-AzureRole -ServiceName xxxxxxxxxxx -Slot Production -InstanceDetails"
So, I clearly see the IP address assigned to the VM. I've tried rebooting the machine. I am able to use 'Remote Desktop Connection" to connect to this VM using this new Public IP Address. So, that is working. But, I just can not seem to ping it.
Does anyone have any ideas?
Thanks,
Tim
PS - Btw, this works in one of my other Azure subscriptions... Also, I need to create DNS records that point to this public IP address--that's why I need this capability. I do realize that these 'Instance Level Public IP Address' are not static and will change if I reboot the machine. So, I get that...
Tim Ziegner