【发布时间】:2018-09-20 05:30:21
【问题描述】:
触发我的 Azure 数据工厂 V2 管道时,我收到以下错误消息:
{
"errorCode": "2109",
"message": "Region detection for linked services with type 'SqlServer' is not supported, please specify location instead.",
"failureType": "UserError",
"target": "Staging"
}
我的 Azure 数据工厂 V2 的位置为“westeurope”,包含原始数据的 blob 存储也是如此。
数据工厂中的所有链接服务都经过验证。当我按下“全部验证”时,我的工厂也声称没有错误。
我的错误的根源是什么,我该如何解决?
【问题讨论】:
标签: azure-data-factory azure-blob-storage azure-data-factory-2