Is there any way to configure the number of replicas for individual services deployed on Azure Service Fabric Cluster?
The Reliability tier set during provisioning the cluster decides the number of replicas, but what if I need to change the number of replicas for some particular service -some service that needs higher reliability than the rest of the services?
I'm using a Visual Studio Service Fabric Application, so probably something that can be set in the config files?