Azure批处理池

时间:2017-07-21 15:06:14

标签: azure azure-data-factory azure-batch

我正在Azure Data Factory中创建自定义活动管道,作为其中的一部分,我需要使用下面的JSON创建AzureBatchLinkedService:

{
    "name": "AzureBatchLinkedService",
    "properties": {
        "hubName": "name_hub",
        "type": "AzureBatch",
        "typeProperties": {
            "accountName": "accountname",
            "accessKey": "**********",
            "poolName": "?????????",
            "batchUri": "https://northeurope.batch.azure.com",
            "linkedServiceName": "AzureStorageLinkedService"
        }
    }
}

第一次创建时,我没有必要创建批处理池。它是自动创建的 enter image description here

我的问题是如何让Azure为我创建这个“池”?如果我进入批处理帐户并单击“添加+”手动添加池,它将具有所有这些配置选项,我不知道应该为这些字段添加什么。

0 个答案:

没有答案