You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/service-fabric/service-fabric-backuprestoreservice-quickstart-azurecluster.md
+11-16Lines changed: 11 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -124,21 +124,6 @@ First you need to enable the _backup and restore service_ in your cluster. Get t
124
124
125
125
4. Once you have updated your cluster template with the preceding changes, apply them and let the deployment/upgrade complete. Once complete, the _backup and restore service_ starts running in your cluster. The Uri of this service is `fabric:/System/BackupRestoreService` and the service can be located under system service section in the Service Fabric explorer.
126
126
127
-
### Using Service Fabric Explorer
128
-
129
-
1. Make sure Advanced Mode is enabled.
130
-
131
-
![Enable Advanced Mode][2]
132
-
133
-
2. Select an application and go to action. Click Enable/Update Application Backup.
134
-
135
-
![Enable Application Backup][3]
136
-
137
-
3. Finally, select the desired policy and click Enable Backup.
138
-
139
-
![Select Policy][4]
140
-
141
-
142
127
## Enabling periodic backup for Reliable Stateful service and Reliable Actors
143
128
Let's walk through steps to enable periodic backup for Reliable Stateful service and Reliable Actors. These steps assume
144
129
- That the cluster is setup using X.509 security with _backup and restore service_.
1. Select an application and go to action. Click Enable/Update Application Backup.
213
+
214
+
![Enable Application Backup][3]
215
+
216
+
2. Finally, select the desired policy and click Enable Backup.
217
+
218
+
![Select Policy][4]
219
+
220
+
225
221
### Verify that periodic backups are working
226
222
227
223
After enabling backup at the application level, all partitions belonging to Reliable Stateful services and Reliable Actors under the application will start getting backed-up periodically as per the associated backup policy.
@@ -308,7 +304,6 @@ To view backups in Service Fabric Explorer, navigate to a partition and select t
Copy file name to clipboardExpand all lines: articles/service-fabric/service-fabric-backuprestoreservice-quickstart-standalonecluster.md
+11-15Lines changed: 11 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -113,19 +113,7 @@ First you need to enable the _backup and restore service_ in your cluster. Get t
113
113
114
114
4. Once you have updated your cluster configuration file with the preceding changes, apply them and let the deployment/upgrade complete. Once complete, the _backup and restore service_ starts running in your cluster. The Uri of this service is `fabric:/System/BackupRestoreService` and the service can be located under system service section in the Service Fabric explorer.
115
115
116
-
### Using Service Fabric Explorer
117
116
118
-
1. Make sure Advanced Mode is enabled.
119
-
120
-
![Enable Advanced Mode][2]
121
-
122
-
2. Select an application and go to action. Click Enable/Update Application Backup.
123
-
124
-
![Enable Application Backup][3]
125
-
126
-
3. Finally, select the desired policy and click Enable Backup.
127
-
128
-
![Select Policy][4]
129
117
130
118
## Enabling periodic backup for Reliable Stateful service and Reliable Actors
131
119
Let's walk through steps to enable periodic backup for Reliable Stateful service and Reliable Actors. These steps assume
Invoke-WebRequest -Uri $url -Method Post -Body $body -ContentType 'application/json'
205
193
```
206
194
195
+
#### Using Service Fabric Explorer
196
+
197
+
1. Select an application and go to action. Click Enable/Update Application Backup.
198
+
199
+
![Enable Application Backup][3]
200
+
201
+
2. Finally, select the desired policy and click Enable Backup.
202
+
203
+
![Select Policy][4]
204
+
207
205
### Verify that periodic backups are working
208
206
209
207
After enabling backup for the application, all partitions belonging to Reliable Stateful services and Reliable Actors under the application will start getting backed-up periodically as per the associated backup policy.
@@ -288,8 +286,6 @@ To view backups in Service Fabric Explorer, navigate to a partition and select t
288
286
-[Backup restore REST API reference](https://docs.microsoft.com/rest/api/servicefabric/sfclient-index-backuprestore)
Copy file name to clipboardExpand all lines: articles/service-fabric/service-fabric-visualizing-your-cluster.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -125,7 +125,11 @@ Image store viewer is a feature offered if using Native Image Store that allows
125
125
![Service Fabric Explorer cluster map][sfx-imagestore]
126
126
127
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:
128
+
Service Fabric Explorer offers the ability to interface with [Backup and Restore](./service-fabric-reliable-services-backup-restore.md). In order to see Backup and Restore features in SFX, advanced mode must be enabled.
129
+
130
+
![Enable advanced mode][0]
131
+
132
+
The following operations are possible:
129
133
130
134
* Create, edit, and delete a Backup Policy.
131
135
* Enable and disable Backup for an application, service, or partition.
@@ -147,3 +151,4 @@ For more on the Backup and Restore service, see the [REST API reference](https:/
0 commit comments