Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to forward port at windows azure cloud servers

Tags:

azure

Hi i just tried windows azure cloud servers.

downloaded and run apache it works on localhost but can't access from internet

should i port forward do anything special for able to make *.cloudapp.net work like a web server

what i am missing?

like image 722
İkiz Kulelere Dalan Teyyare Avatar asked Dec 06 '12 15:12

İkiz Kulelere Dalan Teyyare


1 Answers

what exactly did you try? Azure Virtual Machine? Azure Worker Role? I guess an Azure Virtual Machine using Linux since you are talking about Apache. You need to add an TCP Endpoint on port 80.

like image 78
astaykov Avatar answered Sep 28 '22 05:09

astaykov