I have created a VM on azure from the Ubuntu 14.04 LTS Canonical image. I can ssh to the public IP. I have added an inbound security rule for: http port (80), source: any, action: allow.
I am trying to use psping to ping to the port (since Azure does not allow regular pings):
psing [my ip here]:80
I see a bunch of " The remote computer refused the network connection." prints.
What else do I need to do to make sure port 80 is accessible publicly?