Is it possible to open port in Azure Linux Web App

拟墨画扇 提交于 2020-01-25 07:50:10

问题


I have a framework which connects to Virtual Machine through the specific port. But I want to make WebApp Linux on Azure with this code.

I used image docker file where I exposed necessary port. If it’s enough to open the port?

By the way in Azure portal tab Networking is always grey.


回答1:


Currently, web app on Linux does not support Networking. It is only supported by windows web app.

This is the feedback of web app, you could post your idea to help azure improve it.



来源:https://stackoverflow.com/questions/50681549/is-it-possible-to-open-port-in-azure-linux-web-app

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!