根据this article的定义,我们可以为datasets
,linked services
,pipelines
和integration runtime
设置自定义参数。但是当我有尝试过,它仅适用于datasets
,linked services
,但不适用于pipelines
对于管道设置,我在arm-template-parameters-definition.json
文件中添加了以下JSON部分
{
"Microsoft.DataFactory/factories/pipelines": {
"*": {
"properties": {
"activities": [
{
"typeProperties": {
"command": "="
}
}
]
}
}
}
}
任何帮助将不胜感激。