I have a legacy application that I am trying to run from a virtual windows machine. This application using Service Fabric cluster is running on local machine and I can accesss it using http://localhost/home but I can not access it using http://127.0.0.1/home. Also later I want to access it using a public IP instead of 127.0.0.1. As I a newbie with Service Fabric cluster I do not know how to achieve this.
Also, I can access service fabric exproler using both http://127.0.0.1:19080/Explorer/index.html and http://localhost:19080/Explorer/index.html on this virtual machine.
Any help is highly appreciated.
I am a newbie with service farbric cluster and microsoft stuff and could not try much. I belive it would be very simple config/setup
Mohsin Saeed is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.