Skip to content

Commit f1868c7

Browse files
authored
Merge pull request #198840 from meenasaravanan02/backup-imprv
Update service-fabric-backuprestoreservice-quickstart-azurecluster.md
2 parents aea4f3b + 315cff1 commit f1868c7

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

articles/service-fabric/service-fabric-backuprestoreservice-quickstart-azurecluster.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Periodic backup and restore in Azure Service Fabric
33
description: Use Service Fabric's periodic backup and restore feature for enabling periodic data backup of your application data.
44

55
ms.topic: conceptual
6-
ms.date: 5/24/2019
6+
ms.date: 5/20/2022
77
---
88
# Periodic backup and restore in an Azure Service Fabric cluster
99
> [!div class="op_single_selector"]
@@ -185,7 +185,7 @@ Invoke-WebRequest -Uri $url -Method Post -Body $body -ContentType 'application/j
185185

186186
![Create Backup Policy][6]
187187

188-
2. Fill out the information. For Azure clusters, AzureBlobStore should be selected.
188+
2. Fill out the information. For details out how to specify a frequency based interval, see the [TimeGrain property](/dotnet/api/microsoft.azure.management.monitor.models.metricavailability.timegrain?view=azure-dotnet&preserve-view=true). For Azure clusters, AzureBlobStore should be selected.
189189

190190
![Create Backup Policy Azure Blob Storage][7]
191191

@@ -217,7 +217,10 @@ Invoke-WebRequest -Uri $url -Method Post -Body $body -ContentType 'application/j
217217
#### Using Service Fabric Explorer
218218
Make sure the [advanced mode](service-fabric-visualizing-your-cluster.md#backup-and-restore) for Service Fabric Explorer is enabled
219219

220-
1. Select an application and go to action. Click Enable/Update Application Backup.
220+
1. Click the gear at the top right of the SF Explorer Window.
221+
2. Check the box for "Advanced mode" and refresh the SF Explorer page.
222+
3. Select an application and go to action. Click Enable/Update Application Backup.
223+
221224

222225
![Enable Application Backup][3]
223226

0 commit comments

Comments
 (0)