问题
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