Can I open ports on Azure Websites?

后端 未结 2 767
南方客
南方客 2021-01-06 08:34

If I want to self host WCF in a Windows Azure Website by spinning up my own ServiceHost can I host end points on 8080 or any other port I want to? Is there any specific usab

2条回答
  •  一生所求
    2021-01-06 08:52

    No, WAMS won't let you open ports. If you need that, you should host in a Web Role (Cloud services). Then you can configure your endpoints through windows azure management portal.

提交回复
热议问题