Example of clusterManager.parameters.jsonc template file.


{
  "$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentParameters.json#",
  "contentVersion": "1.0.0.0",
  "parameters": {
    "name": {
      "value": "$CLUSTER_MANAGER_NAME"
    },
    "resourceGroupName": {
      "value": "$CLUSTER_MANAGER_RG"
    },
    "managedResourceGroupName": {
      "value": "$MRG_NAME"
    },
    "fabricControllerId": {
      "value": "$NFC_ID"
    },
    "vmSize": {
      "value": "$VM_SIZE"
    },
    "clusterManagerTags": {
      "value": {
        "EnableClusterManagerInfraServices": "true",
        "EnableFabricAssignRoleIntegration": "true"
      }
    },
    "environment": {
      "value": "$CLUSTER_MANAGER_NAME"
    },
    "location": {
      "value": "$LOCATION"
    }
  }
}