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
We have a similar problem and solved it with build scripts. You can either replace the ServiceManififest via a build script or use Tokenizer to replace the port value.
Locally you can create and install the updated/adjsuted package files and deploy them with DeployFabricApplciation and test against it that way.