service fabric URL routing
问题 I am using the Azure Load Balancer with Azure service fabric to host multiple self host web applications, I'd like to create a rule that allows me to route based on the users URL request. So for example if a user navigates to : http:// domain.com/Site1 then the rule would route to: http:// domain.com**:8181**/Site1 within the cluster if the user navigates to: http:// domain.com/Site2 then the rule would route to: http:// domain.com**:8282**/Site2 within the cluster Is this possible with azure