Skip to content

Commit 3263b4a

Browse files
authored
Merge pull request #79240 from raunakpandya/patch-6
Updating the pre-requisites to indicate v6.4 as the minimum version for Backup Restore service
2 parents e83e8d8 + 795308b commit 3263b4a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Service Fabric provides a set of APIs to achieve the following functionality rel
5252
- Retention management of backups (upcoming)
5353

5454
## Prerequisites
55-
* Service Fabric cluster with Fabric version 6.2 and above. The cluster should be set up on Windows Server. Refer to this [article](service-fabric-cluster-creation-via-arm.md) for steps to create Service Fabric cluster using Azure resource template.
55+
* Service Fabric cluster with Fabric version 6.4 or above. Refer to this [article](service-fabric-cluster-creation-via-arm.md) for steps to create Service Fabric cluster using Azure resource template.
5656
* X.509 Certificate for encryption of secrets needed to connect to storage to store backups. Refer [article](service-fabric-cluster-creation-via-arm.md) to know how to get or create an X.509 certificate.
5757
* Service Fabric Reliable Stateful application built using Service Fabric SDK version 3.0 or above. For applications targeting .NET Core 2.0, application should be built using Service Fabric SDK version 3.1 or above.
5858
* Create Azure Storage account for storing application backups.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Service Fabric provides a set of APIs to achieve the following functionality rel
5050
- Retention management of backups (upcoming)
5151

5252
## Prerequisites
53-
* Service Fabric cluster with Fabric version 6.2 and above. The cluster should be set up on Windows Server. Refer to this [article](service-fabric-cluster-creation-for-windows-server.md) for steps to download required package.
53+
* Service Fabric cluster with Fabric version 6.4 or above. Refer to this [article](service-fabric-cluster-creation-for-windows-server.md) for steps to download required package.
5454
* X.509 Certificate for encryption of secrets needed to connect to storage to store backups. Refer [article](service-fabric-windows-cluster-x509-security.md) to know how to acquire or to Create a self-signed X.509 certificate.
5555

5656
* Service Fabric Reliable Stateful application built using Service Fabric SDK version 3.0 or above. For applications targeting .Net Core 2.0, application should be built using Service Fabric SDK version 3.1 or above.

0 commit comments

Comments
 (0)