你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

clusterManager.parameters.jsonc 模板文件示例。


{
  "$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"
    }
  }
}