I'd like to configure my Service Fabric installation with 2 frontend and 3 backend nodes, so I can more closely replicate my production environment.
I've followed the steps in this post:
Azure Service Fabric nodes, node types, instances and scale sets
But it seems that the config has changed a bit since this was written. If I edit the config anyway I get the error:
Dev Cluster size 2 is not supported. Size should be either 1 or 5.
Can anyone tell me if it is possible to have a local 5 node cluster with 2 frontend and 3 backend nodes?