open port on ubuntu in azure
You'll need to add it as an endpoint instead. From the Windows Azure preview portal, select Virtual Machines -> Your virtual machine. Then click the endpoints tab and finally New. You can see there that only SSH port is open by default.
Using Azure's new portal:
- Open your VM.
- Go to Network interfaces in the Settings window
- Click on your network interface
- In the network interface window, there is a "Network security group" section
- In the network security group's settings click on "Inbound security rules"
- Add a new rule
I'm not sure if there is a shorter way of getting there.. Next time I'll make sure to set up my ports when creating a VM.