I am working on a POC with azure service fabric. Deployed my service in a local cluster and it\'s working fine with default settings in Local.xml.
The moment I chang
If you are running some type of ASP.Net or Owin hosted service. You have to use an instance count of -1. This will setup one instance on each node. With an instance count of 2, you get 2 instances, which may or may not be on the same node.