Skip to content

Commit ff47b73

Browse files
authored
Merge pull request #94343 from Nickomang/sfxupdate
Added Backup and Restore in SFX
2 parents dde97fc + 586ba10 commit ff47b73

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

articles/service-fabric/service-fabric-visualizing-your-cluster.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,16 @@ Image store viewer is a feature offered if using Native Image Store that allows
124124

125125
![Service Fabric Explorer cluster map][sfx-imagestore]
126126

127+
## Backup and Restore
128+
Service Fabric Explorer offers the ability to interface with [Backup and Restore](./service-fabric-reliable-services-backup-restore.md). The following operations are possible:
127129

130+
* Create, edit, and delete a Backup Policy.
131+
* Enable and disable Backup for an application, service, or partition.
132+
* Suspend and resume Backup for an application, service, or partition.
133+
* Trigger and track Backup of a partition.
134+
* Trigger and track Restore for a partition.
135+
136+
For more on the Backup and Restore service, see the [REST API reference](https://docs.microsoft.com/rest/api/servicefabric/sfclient-index-backuprestore).
128137
## Next steps
129138
* [Managing your Service Fabric applications in Visual Studio](service-fabric-manage-application-in-visual-studio.md)
130139
* [Service Fabric application deployment using PowerShell](service-fabric-deploy-remove-applications.md)

0 commit comments

Comments
 (0)