共用方式為


Microsoft.DataFactory Factoryies 2017-09-01-preview

Bicep 資源定義

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

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

資源格式

若要建立 Microsoft.DataFactory/factoryies 資源,請將下列 Bicep 新增至範本。

resource symbolicname 'Microsoft.DataFactory/factories@2017-09-01-preview' = {
  identity: {
    type: 'SystemAssigned'
  }
  location: 'string'
  name: 'string'
  properties: {
    vstsConfiguration: {
      accountName: 'string'
      collaborationBranch: 'string'
      lastCommitId: 'string'
      projectName: 'string'
      repositoryName: 'string'
      rootFolder: 'string'
      tenantId: 'string'
    }
  }
  tags: {
    {customized property}: 'string'
  }
}

屬性值

FactoryIdentity

名字 描述 價值
類型 識別類型。 目前唯一支持的類型是 『SystemAssigned』。 'SystemAssigned' (必要)

FactoryProperties

名字 描述 價值
vstsConfiguration Factory 的 VSTS 存放庫資訊。 FactoryVstsConfiguration

FactoryVstsConfiguration

名字 描述 價值
accountName VSTS 帳戶名稱。 字串
collaborationBranch VSTS 共同作業分支。 字串
lastCommitId VSTS 上次認可標識碼。 字串
projectName VSTS 項目名稱。 字串
repositoryName VSTS 存放庫名稱。 字串
rootFolder VSTS 根資料夾。 字串
tenantId VSTS 租使用者標識碼。 字串

Microsoft.DataFactory/factoryies

名字 描述 價值
身份 處理站的受控服務識別。 FactoryIdentity
位置 資源位置。 字串
名字 資源名稱 字串

約束:
最小長度 = 3
最大長度 = 3
模式 = ^[A-Za-z0-9]+(?:-[A-Za-z0-9]+)*$ (必要)
性能 Factory 的屬性。 FactoryProperties
標籤 資源標籤 標記名稱和值的字典。 請參閱範本中的 標籤

ResourceTags

名字 描述 價值

快速入門範例

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

Bicep 檔案 描述
使用 Git 和受控 vnet 組態 Azure Data Factory 此範本會使用 Git 設定和受控虛擬網路來建立 Azure Data Factory。
建立 V2 Data Factory 此範本會建立 V2 資料處理站,將資料從 Azure Blob 記憶體中的資料夾複製到記憶體中的另一個資料夾。
建立空白數據處理站 此範本會建立空的數據處理站
在 Azure 架構上部署體育分析 建立已啟用 ADLS Gen 2 的 Azure 記憶體帳戶、具有記憶體帳戶連結服務的 Azure Data Factory 實例(如果已部署的 Azure SQL Database),以及 Azure Databricks 實例。 部署範本和 ADF 實例受控識別的使用者 AAD 身分識別,將會在記憶體帳戶上授與記憶體 Blob 數據參與者角色。 還有一個選項可用來部署 Azure Key Vault 實例、Azure SQL Database 和 Azure 事件中樞(適用於串流使用案例)。 部署 Azure Key Vault 時,部署範本之使用者的 Data Factory 受控識別和 AAD 身分識別將會獲得 Key Vault 秘密使用者角色。
FinOps 中樞 此範本會建立新的 FinOps 中樞實例,包括 Data Lake 記憶體和 Data Factory。
Azure Data Factory 可以 更多 - 按兩下即可嘗試 Azure Data Factory 此範本會建立數據處理站管線,以將複製活動從 Azure Blob 複製到另一個 Azure Blob

ARM 樣本資源定義

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

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

資源格式

若要建立 Microsoft.DataFactory/factoryies 資源,請將下列 JSON 新增至範本。

{
  "type": "Microsoft.DataFactory/factories",
  "apiVersion": "2017-09-01-preview",
  "name": "string",
  "identity": {
    "type": "SystemAssigned"
  },
  "location": "string",
  "properties": {
    "vstsConfiguration": {
      "accountName": "string",
      "collaborationBranch": "string",
      "lastCommitId": "string",
      "projectName": "string",
      "repositoryName": "string",
      "rootFolder": "string",
      "tenantId": "string"
    }
  },
  "tags": {
    "{customized property}": "string"
  }
}

屬性值

FactoryIdentity

名字 描述 價值
類型 識別類型。 目前唯一支持的類型是 『SystemAssigned』。 'SystemAssigned' (必要)

FactoryProperties

名字 描述 價值
vstsConfiguration Factory 的 VSTS 存放庫資訊。 FactoryVstsConfiguration

FactoryVstsConfiguration

名字 描述 價值
accountName VSTS 帳戶名稱。 字串
collaborationBranch VSTS 共同作業分支。 字串
lastCommitId VSTS 上次認可標識碼。 字串
projectName VSTS 項目名稱。 字串
repositoryName VSTS 存放庫名稱。 字串
rootFolder VSTS 根資料夾。 字串
tenantId VSTS 租使用者標識碼。 字串

Microsoft.DataFactory/factoryies

名字 描述 價值
apiVersion API 版本 '2017-09-01-preview'
身份 處理站的受控服務識別。 FactoryIdentity
位置 資源位置。 字串
名字 資源名稱 字串

約束:
最小長度 = 3
最大長度 = 3
模式 = ^[A-Za-z0-9]+(?:-[A-Za-z0-9]+)*$ (必要)
性能 Factory 的屬性。 FactoryProperties
標籤 資源標籤 標記名稱和值的字典。 請參閱範本中的 標籤
類型 資源類型 'Microsoft.DataFactory/factories'

ResourceTags

名字 描述 價值

快速入門範本

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

範本 描述
使用 Git 和受控 vnet 組態 Azure Data Factory

部署至 Azure
此範本會使用 Git 設定和受控虛擬網路來建立 Azure Data Factory。
使用 Azure Data Factory 大量複製

部署至 Azure
此範本會建立 V2 數據處理站,以將大量 Azure SQL 資料庫的數據複製到 Azure SQL 數據倉儲。
建立 Data Factory,從 Salesforce 複製到 Blob

部署至 Azure
此範本會使用 Azure Data Factory 來執行從 Salesforce 到 Azure Blob 的數據移動
建立 V2 Data Factory

部署至 Azure
此範本會建立 V2 資料處理站,將資料從 Azure Blob 記憶體中的資料夾複製到記憶體中的另一個資料夾。
建立 V2 資料處理站 (MySQL)

部署至 Azure
此範本會建立 V2 資料處理站,將數據從 Azure Blob 記憶體中的資料夾複製到適用於 MySQL 的 Azure 資料庫中的數據表。
建立 V2 資料處理站 (PostGre)

部署至 Azure
此範本會建立 V2 數據處理站,將數據從 Azure Blob 記憶體中的資料夾複製到適用於 PostgreSQL 的 Azure 資料庫中的數據表。
建立 V2 數據處理站 (Spark)

部署至 Azure
此範本會建立 V2 資料處理站,將資料從 Azure Blob 記憶體中的資料夾複製到記憶體中的另一個資料夾。
建立 V2 資料處理站 (SQL 內部部署)

部署至 Azure
此範本會建立 V2 數據處理站,以將數據從內部部署 SQL Server 複製到 Azure Blob 記憶體
建立 V2 資料處理站 (SQL)

部署至 Azure
此範本會建立 V2 數據處理站,將數據從 Azure Blob 記憶體中的資料夾複製到 Azure SQL 資料庫中的數據表。
建立空白數據處理站

部署至 Azure
此範本會建立空的數據處理站
在 Azure 架構上部署體育分析

部署至 Azure
建立已啟用 ADLS Gen 2 的 Azure 記憶體帳戶、具有記憶體帳戶連結服務的 Azure Data Factory 實例(如果已部署的 Azure SQL Database),以及 Azure Databricks 實例。 部署範本和 ADF 實例受控識別的使用者 AAD 身分識別,將會在記憶體帳戶上授與記憶體 Blob 數據參與者角色。 還有一個選項可用來部署 Azure Key Vault 實例、Azure SQL Database 和 Azure 事件中樞(適用於串流使用案例)。 部署 Azure Key Vault 時,部署範本之使用者的 Data Factory 受控識別和 AAD 身分識別將會獲得 Key Vault 秘密使用者角色。
FinOps 中樞

部署至 Azure
此範本會建立新的 FinOps 中樞實例,包括 Data Lake 記憶體和 Data Factory。
Azure Data Factory 可以 更多 - 按兩下即可嘗試 Azure Data Factory

部署至 Azure
此範本會建立數據處理站管線,以將複製活動從 Azure Blob 複製到另一個 Azure Blob
在 Azure 中布建 SSIS 運行時間

部署至 Azure
此範本會建立 V2 Data Factory,然後布建 Azure SSIS 整合運行時間

Terraform (AzAPI 提供者) 資源定義

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

  • 資源群組

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

資源格式

若要建立 Microsoft.DataFactory/factoryies 資源,請將下列 Terraform 新增至範本。

resource "azapi_resource" "symbolicname" {
  type = "Microsoft.DataFactory/factories@2017-09-01-preview"
  name = "string"
  identity = {
    type = "SystemAssigned"
  }
  location = "string"
  tags = {
    {customized property} = "string"
  }
  body = jsonencode({
    properties = {
      vstsConfiguration = {
        accountName = "string"
        collaborationBranch = "string"
        lastCommitId = "string"
        projectName = "string"
        repositoryName = "string"
        rootFolder = "string"
        tenantId = "string"
      }
    }
  })
}

屬性值

FactoryIdentity

名字 描述 價值
類型 識別類型。 目前唯一支持的類型是 『SystemAssigned』。 'SystemAssigned' (必要)

FactoryProperties

名字 描述 價值
vstsConfiguration Factory 的 VSTS 存放庫資訊。 FactoryVstsConfiguration

FactoryVstsConfiguration

名字 描述 價值
accountName VSTS 帳戶名稱。 字串
collaborationBranch VSTS 共同作業分支。 字串
lastCommitId VSTS 上次認可標識碼。 字串
projectName VSTS 項目名稱。 字串
repositoryName VSTS 存放庫名稱。 字串
rootFolder VSTS 根資料夾。 字串
tenantId VSTS 租使用者標識碼。 字串

Microsoft.DataFactory/factoryies

名字 描述 價值
身份 處理站的受控服務識別。 FactoryIdentity
位置 資源位置。 字串
名字 資源名稱 字串

約束:
最小長度 = 3
最大長度 = 3
模式 = ^[A-Za-z0-9]+(?:-[A-Za-z0-9]+)*$ (必要)
性能 Factory 的屬性。 FactoryProperties
標籤 資源標籤 標記名稱和值的字典。
類型 資源類型 “Microsoft.DataFactory/factories@2017-09-01-preview”

ResourceTags

名字 描述 價值