Skip to content

Commit a523f46

Browse files
authored
Update clusterManager-parameters-jsonc-example.md
1 parent 1f68266 commit a523f46

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

articles/operator-nexus/clusterManager-parameters-jsonc-example.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,19 +18,19 @@ ms.custom: template-how-to
1818
"contentVersion": "1.0.0.0",
1919
"parameters": {
2020
"name": {
21-
"value": ""
21+
"value": "$CLUSTER_MANAGER_NAME"
2222
},
2323
"resourceGroupName": {
24-
"value": ""
24+
"value": "$CLUSTER_MANAGER_RG"
2525
},
2626
"managedResourceGroupName": {
27-
"value": ""
27+
"value": "$MRG_NAME"
2828
},
2929
"fabricControllerId": {
30-
"value": ""
30+
"value": "$NFC_ID"
3131
},
3232
"vmSize": {
33-
"value": ""
33+
"value": "$VM_SIZE"
3434
},
3535
"clusterManagerTags": {
3636
"value": {
@@ -39,10 +39,10 @@ ms.custom: template-how-to
3939
}
4040
},
4141
"environment": {
42-
"value": ""
42+
"value": "$CLUSTER_MANAGER_NAME"
4343
},
4444
"location": {
45-
"value": ""
45+
"value": "$LOCATION"
4646
}
4747
}
4848
}

0 commit comments

Comments
 (0)