Skip to content

Commit

Permalink
Fix for Durability Mismatch (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
Saket Harsh authored Oct 5, 2020
1 parent a9060ff commit 3d71184
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 10-VM-2-NodeTypes-Windows-Stateless-Secure/AzureDeploy.json
Original file line number Diff line number Diff line change
Expand Up @@ -1107,7 +1107,7 @@
"clusterEndpoint": "[reference(parameters('clusterName')).clusterEndpoint]",
"nodeTypeRef": "[variables('vmNodeType1Name')]",
"dataPath": "D:\\SvcFab",
"durabilityLevel": "Silver",
"durabilityLevel": "Bronze",
"enableParallelJobs": true,
"nicPrefixOverride": "[variables('subnet1Prefix')]",
"certificate": {
Expand Down Expand Up @@ -1379,4 +1379,4 @@
"type": "object"
}
}
}
}

0 comments on commit 3d71184

Please sign in to comment.