Cannot connect to ES instance on Azure

Try as I might, I’m unable to access my install of Event Store on Windows Azure. I’ve followed the instructions exactly recommended in the wiki. And, yes, I’ve got the ports setup in Azure as per the wiki. But none the less, I cannot connect to it from an external machine.

On a separate machine, if I do curl {{mydomain}}.cloudapp.net, it times out, but on the Azure VM if I do curl localhost, I get Moved (the redirect to the full admin).

Any ideas why I cannot connect?

Have you set up HTTP prefixes to match your cloudapp domain?

It turned out that this was fixed by adding --ext-ip 0.0.0.0

I recommend that this be added to the wiki page