Skip to content

Commit db2b49f

Browse files
authored
Update how-to-managed-cluster-modify-node-type.md
1 parent 4912990 commit db2b49f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

articles/service-fabric/how-to-managed-cluster-modify-node-type.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ Add another resource type `Microsoft.ServiceFabric/managedclusters/nodetypes` wi
4848
* The Service Fabric managed cluster resource apiVersion should be **2021-05-01** or later.
4949
* Make sure to set `isPrimary` to `true` if you are intending to replace an existing primary node type.
5050

51+
```json
5152
{
5253
"apiVersion": "[variables('sfApiVersion')]",
5354
"type": "Microsoft.ServiceFabric/managedclusters/nodetypes",
@@ -68,6 +69,7 @@ Add another resource type `Microsoft.ServiceFabric/managedclusters/nodetypes` wi
6869
"dataDiskType": "[parameters('nodeType2managedDataDiskType')]"
6970
}
7071
}
72+
```
7173

7274
For an example two node type configuration, see our [sample two node type ARM Template](https://github.com/Azure-Samples/service-fabric-cluster-templates/blob/master/SF-Managed-Standard-SKU-2-NT)
7375

0 commit comments

Comments
 (0)