Service Fabric Deactivate (pause) vs Deactivate (restart)?
问题 When I log in to Service Fabric Explorer and try to disable a node for an OS upgrade I am presented with two options: Deactivate (Pause) Deactivate (Restart) Can anyone tell me the difference? 回答1: Service Fabric has APIs that let you manage nodes (in C# these are DeactivateNodeAsync and ActivateNodeAsync, in PS they're Enable/Disable-ServiceFabricNode). First of all, most of these are holdovers from when people managed their own clusters, and should be less commonly used in the Azure Hosted