Relative Content

Tag Archive for azure-service-fabric

How to access local Service Fabric Cluster web application using IP address (127.0.0.1 or some other IP) instead of localhost

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.