Microsoft.Kusto 叢集 2019-01-21

Bicep 資源定義

叢集資源類型可以使用目標作業來部署:

如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔。

資源格式

若要建立 Microsoft.Kusto/clusters 資源,請將下列 Bicep 新增至您的範本。

resource symbolicname 'Microsoft.Kusto/clusters@2019-01-21' = {
  name: 'string'
  location: 'string'
  tags: {
    tagName1: 'tagValue1'
    tagName2: 'tagValue2'
  }
  sku: {
    capacity: int
    name: 'string'
    tier: 'string'
  }
  properties: {
    trustedExternalTenants: [
      {
        value: 'string'
      }
    ]
  }
}

屬性值

clusters

名稱 描述
NAME 資源名稱 需要字串 ()

字元限制:4-22

合法字元:
小寫字母和數字。

以字母開頭。

資源名稱在整個 Azure 中必須是唯一的。
location 資源所在的地理位置 需要字串 ()
tags 資源標籤。 標記名稱和值的字典。 請參閱 範本中的標籤
sku 叢集的 SKU。 需要 AzureSku ()
properties 叢集屬性。 ClusterProperties

ClusterProperties

名稱 描述
trustedExternalTenants 叢集的外部租使用者。 TrustedExternalTenant[]

TrustedExternalTenant

名稱 描述
代表外部租使用者的 GUID。 字串

AzureSku

名稱 描述
處理能力 叢集的實例數目。 int
NAME SKU 名稱。 'Dev (無 SLA) _Standard_D11_v2'
'Standard_D11_v2'
'Standard_D12_v2'
'Standard_D13_v2'
'Standard_D14_v2'
'Standard_DS13_v2+1TB_PS'
'Standard_DS13_v2+2TB_PS'
'Standard_DS14_v2+3TB_PS'
'Standard_DS14_v2+4TB_PS'
'Standard_L16s'
'Standard_L4s'
需要 『Standard_L8s』 ()
tier SKU 層。 'Basic'
「標準」 (必要)

快速入門範本

下列快速入門範本會部署此資源類型。

範本 描述
具有時間數據歷程記錄連線的 Azure Digital Twins

部署至 Azure
此範本會建立設定時間序列數據歷程記錄連線的 Azure Digital Twins 實例。 若要建立連線,必須建立其他資源,例如事件中樞命名空間、事件中樞、Azure Data Explorer 叢集和資料庫。 數據會傳送至事件中樞,最後會將數據轉送至 Azure Data Explorer 叢集。 數據會儲存在叢集中的資料庫數據表中
建立叢集資料庫

部署至 Azure
此範本可讓您建立叢集和資料庫。
使用 Cosmos DB 連線部署 Azure Data Explorer DB

部署至 Azure
使用 Cosmos DB 連線部署 Azure Data Explorer DB。
使用事件中樞連線部署 Azure Data Explorer db

部署至 Azure
使用事件中樞連線部署 Azure Data Explorer db。
將 Azure Data Explorer 叢集部署到您的 VNet

部署至 Azure
此範本可讓您將叢集部署到 VNet。

ARM 範本資源定義

叢集資源類型可以使用目標作業來部署:

如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄

資源格式

若要建立 Microsoft.Kusto/clusters 資源,請將下列 JSON 新增至您的範本。

{
  "type": "Microsoft.Kusto/clusters",
  "apiVersion": "2019-01-21",
  "name": "string",
  "location": "string",
  "tags": {
    "tagName1": "tagValue1",
    "tagName2": "tagValue2"
  },
  "sku": {
    "capacity": "int",
    "name": "string",
    "tier": "string"
  },
  "properties": {
    "trustedExternalTenants": [
      {
        "value": "string"
      }
    ]
  }
}

屬性值

clusters

名稱 描述
類型 資源類型 'Microsoft.Kusto/clusters'
apiVersion 資源 API 版本 '2019-01-21'
NAME 資源名稱 字串 (必要)

字元限制:4-22

合法字元:
小寫字母和數字。

以字母開頭。

資源名稱在 Azure 中必須是唯一的。
location 資源所在的地理位置 字串 (必要)
tags 資源標籤。 標記名稱和值的字典。 請參閱 範本中的標記
sku 叢集的 SKU。 AzureSku (必要)
properties 叢集屬性。 ClusterProperties

ClusterProperties

名稱 描述
trustedExternalTenants 叢集的外部租使用者。 TrustedExternalTenant[]

TrustedExternalTenant

名稱 描述
代表外部租使用者的 GUID。 字串

AzureSku

名稱 描述
處理能力 叢集的實例數目。 int
NAME SKU 名稱。 'Dev (無 SLA) _Standard_D11_v2'
'Standard_D11_v2'
'Standard_D12_v2'
'Standard_D13_v2'
'Standard_D14_v2'
'Standard_DS13_v2+1TB_PS'
'Standard_DS13_v2+2TB_PS'
'Standard_DS14_v2+3TB_PS'
'Standard_DS14_v2+4TB_PS'
'Standard_L16s'
'Standard_L4s'
'Standard_L8s' (必要)
tier SKU 層。 'Basic'
必要) 的「標準」 (

快速入門範本

下列快速入門範本會部署此資源類型。

範本 描述
具有時間數據歷程記錄連線的 Azure Digital Twins

部署至 Azure
此範本會建立以時間序列數據歷程記錄連線設定的 Azure Digital Twins 實例。 若要建立連線,必須建立其他資源,例如事件中樞命名空間、事件中樞、Azure Data Explorer 叢集和資料庫。 數據會傳送至事件中樞,最後會將數據轉送至 Azure Data Explorer 叢集。 數據會儲存在叢集中的資料庫數據表中
建立叢集資料庫

部署至 Azure
此範本可讓您建立叢集和資料庫。
使用 Cosmos DB 連線部署 Azure Data Explorer DB

部署至 Azure
使用 Cosmos DB 連線部署 Azure Data Explorer DB。
使用事件中樞連線部署 Azure Data Explorer db

部署至 Azure
使用事件中樞連線部署 Azure Data Explorer db。
將 Azure Data Explorer 叢集部署至 VNet

部署至 Azure
此範本可讓您將叢集部署到 VNet。

Terraform (AzAPI 提供者) 資源定義

叢集資源類型可以使用目標作業來部署:

  • 資源群組

如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄

資源格式

若要建立 Microsoft.Kusto/clusters 資源,請將下列 Terraform 新增至您的範本。

resource "azapi_resource" "symbolicname" {
  type = "Microsoft.Kusto/clusters@2019-01-21"
  name = "string"
  location = "string"
  parent_id = "string"
  tags = {
    tagName1 = "tagValue1"
    tagName2 = "tagValue2"
  }
  body = jsonencode({
    properties = {
      trustedExternalTenants = [
        {
          value = "string"
        }
      ]
    }
    sku = {
      capacity = int
      name = "string"
      tier = "string"
    }
  })
}

屬性值

clusters

名稱 描述
類型 資源類型 “Microsoft.Kusto/clusters@2019-01-21”
NAME 資源名稱 字串 (必要)

字元限制:4-22

合法字元:
小寫字母和數字。

以字母開頭。

資源名稱在 Azure 中必須是唯一的。
location 資源所在的地理位置 字串 (必要)
parent_id 若要部署至資源群組,請使用該資源群組的標識碼。 字串 (必要)
tags 資源標籤。 標記名稱和值的字典。
sku 叢集的 SKU。 AzureSku (必要)
properties 叢集屬性。 ClusterProperties

ClusterProperties

名稱 描述
trustedExternalTenants 叢集的外部租使用者。 TrustedExternalTenant[]

TrustedExternalTenant

名稱 描述
代表外部租使用者的 GUID。 字串

AzureSku

名稱 描述
處理能力 叢集的實例數目。 int
NAME SKU 名稱。 「開發人員 (無 SLA) _Standard_D11_v2」
“Standard_D11_v2”
“Standard_D12_v2”
“Standard_D13_v2”
“Standard_D14_v2”
“Standard_DS13_v2+1TB_PS”
“Standard_DS13_v2+2TB_PS”
“Standard_DS14_v2+3TB_PS”
“Standard_DS14_v2+4TB_PS”
“Standard_L16s”
“Standard_L4s”
必要) (“Standard_L8s”
tier SKU 層。 "Basic"
「標準」 (必要)