Skip to content

Commit 32b79e9

Browse files
authored
Merge pull request #103541 from geetanjali05/patch-1
For Linux: useManagedDataDisk:true** and **dataPath: '/mnt/sfroot'
2 parents d105c3f + d761208 commit 32b79e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/service-fabric/service-fabric-managed-disk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ To use managed data disks on a node type, configure the underlying virtual machi
2727
* Add a managed disk in data disks section of the template for the virtual machine scale set.
2828
* Update the Service Fabric extension for the virtual machine scale set with following settings:
2929
* For Windows: **useManagedDataDisk: true** and **dataPath: 'K:\\\\SvcFab'**. Note that drive K is just a representation. You can use any drive letter lexicographically greater than all the drive letters present in the virtual machine scale set SKU.
30-
* For Linux: **useManagedDataDisk:true** and **dataPath: '\mnt\sfdataroot'**.
30+
* For Linux: **useManagedDataDisk:true** and **dataPath: '/mnt/sfroot'**.
3131

3232
Here's an Azure Resource Manager template for a Service Fabric extension:
3333

0 commit comments

Comments
 (0)