host multiple public sites on service fabric
问题 I have a service fabric cluster deployed with a domain of foo.northcentralus.cloudapp.azure.com It has a single node type with a single public ip address / load balancer. Lets say I have the following two apps deployed: http://foo.northcentralus.cloudapp.azure.com:8101/wordcount/ http://foo.northcentralus.cloudapp.azure.com:8102/visualobjects/ How can I set this up so I can have multiple domains each hosted on port 80? (assuming I own both of these domains obviously) http://www.wordcount.com