Is it possible to change the location of binary materials for a service on an azure cluster
Is it possible to change the location of the Service Cloth in an Azure-Hosted cluster?
"publisher": "Microsoft.Azure.ServiceFabric",
"settings": {
"clusterEndpoint": "[reference(parameters('clusterName')).clusterEndpoint]",
"nodeTypeRef": "[parameters('vmNodeType0Name')]",
"dataPath": "D:\\\\SvcFab",
"durabilityLevel": "Silver",
"certificate": {
"thumbprint": "[parameters('certificateThumbprint')]",
"x509StoreName": "[parameters('certificateStoreValue')]"
},
"certificateSecondary": {
"thumbprint": "[parameters('secondaryCertificateThumbprint')]",
"x509StoreName": "[parameters('certificateStoreValue')]"
}
},
If possible, we would like to move from the temporary D: drive to the datadisk, for example F:
Since the disk will not be initialized at the cluster creation point, can I change it after installing and restarting the ARM deployment?
+3
source to share
No one has answered this question yet
Check out similar questions: