Skip to content

Commit e36cb2e

Browse files
Merge pull request #2660 from MicrosoftDocs/main
Auto Publish – main to live - 2025-11-24 18:00 UTC
2 parents d7f3b92 + dfd34a6 commit e36cb2e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/service-fabric/service-fabric-replica-soft-delete.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ When stateful service replicas are removed either through the administrative Pow
2727

2828
If removing the replica causes the partition to go into quorum loss, Service Fabric would wait for manual intervention to bring the partition out of quorum loss by recovering the soft deleted replicas.
2929

30-
Using a new restore replica API (Restore-ServiceFabricReplica), these soft deleted replicas can be recovered to regain quorum without data loss.
30+
Using a new restore replica API ([Restore-ServiceFabricReplica](/powershell/module/servicefabric/restore-servicefabricreplica)), these soft deleted replicas can be recovered to regain quorum without data loss.
3131

3232
If the partition is healthy, the soft deleted replica will be cleaned up after its retention period expires.
3333

@@ -59,7 +59,7 @@ Starting with SF 11.3, this behavior can be enabled by [setting](service-fabric-
5959

6060
Upon removal of stateful service replicas—whether initiated through the administrative PowerShell API (Remove-ServiceFabricReplica), or the Fabric Client API—Service Fabric transitions the affected replicas to the `ToBeRemoved` state.
6161

62-
`ToBeRemoved` replicas can be queried using the existing replica query API. To recover these replicas, a new Restore Replica API (Restore-ServiceFabricReplica) is introduced. This API can be used with the latest SF SDK version, either using PowerShell or FabricClient APIs directly. More details on the API behavior in the sections.
62+
`ToBeRemoved` replicas can be queried using the existing replica query API. To recover these replicas, a new Restore Replica API ([Restore-ServiceFabricReplica](/powershell/module/servicefabric/restore-servicefabricreplica)) is introduced. This API can be used with the latest SF SDK version, either using PowerShell or FabricClient APIs directly. More details on the API behavior in the sections.
6363

6464
Even without the new SDK, replicas are still soft-deleted once the feature is enabled, providing safeguards against data loss.
6565

0 commit comments

Comments
 (0)