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
azure azure-service-fabric


source to share


No one has answered this question yet

Check out similar questions:

nine
Launching cloth service on non-azure clouds
6
Stateless Web Api on Azure Service Cloth over https
2
Location of Azure Fabric Services Deployment
1
Update WadCfg for existing Fabric Labure cluster only?
1
Create Secure Service Fabric stuck waiting for node status
1
How can I add NodeTypes to ServiceFabric using VMScaleSet and specific configuration (such as datadisks) to an existing Fabric Fabric cluster?
1
Create an Azure Service on-premises network cluster on Linux
0
Azure Service Fabric cluster endpoint unavailable
0
Failed to publish service-service app to cluster using azure service
0
How can I extend OS disks for VMSS clusters or Service Fabric clusters for Windows Server smalldisk?



All Articles
Loading...
X
Show
Funny
Dev
Pics