We have several services running in an ASF cluster. Is it possible to take pause/stop/restart a service in an ASF cluster across all nodes programmatically?
At the moment you cannot stop a 'service' in Service Fabric. You can only remove it. But you can start/stop, enable/disable nodes within the cluster.
There is a enhancement request in Azure feedback forums to have the service start/stop feature. Vote for it and wait for it to be implemented.