Deployed node application not working on cluster service fabric

久未见 提交于 2020-01-05 05:36:08

问题


I have deployed an application on service fabric cluster and deployment is also successful and the node is also healthy.

I am using Ubuntu 16 for deployment. I have used docker containerization as given in azure service fabric container document.

My node app is running on port 3000 , so I have created docker file with same port number. When I am running my deployed app with port 3000 https://cluster.useast.______azure.com:3000 , it is not running.

I have also make changes on applicationmanifest.xml file and servicemanifest.xml file with same port number and uri: http

When I am running the same node application on localhost it is successful. with hello world! as a message that I have provided in the app.

Any idea why I am not able to display message on browser with deployed link ?

来源:https://stackoverflow.com/questions/57710717/deployed-node-application-not-working-on-cluster-service-fabric

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