资源管理器模板中的数据工厂自定义参数

时间:2018-08-30 10:20:22

标签: json azure arm-template azure-data-factory-2

根据this article的定义,我们可以为datasetslinked servicespipelinesintegration runtime设置自定义参数。但是当我有尝试过,它仅适用于datasetslinked services ,但不适用于pipelines

对于管道设置,我在arm-template-parameters-definition.json文件中添加了以下JSON部分

{
    "Microsoft.DataFactory/factories/pipelines": {
        "*": {
            "properties": {
                "activities": [
                    {
                        "typeProperties": {
                            "command": "="
                        }
                    }
                ]
            }
        }
    }
}

任何帮助将不胜感激。

0 个答案:

没有答案