【发布时间】:2019-06-23 18:48:00
【问题描述】:
我在数据工厂管道中链接了 azure 函数,该管道将文本文件写入 blob 存储 azure 函数在独立执行并将文件写入 blob 存储时工作正常 但是当我从数据工厂运行 azure 函数时,我遇到了下面提到的错误
{
"errorCode": "3600",
"message": "Error calling the endpoint.",
"failureType": "UserError",
"target": "Azure Function1"
}
我已将 azure 函数配置为使用 blobendpoint 和共享访问签名访问 blob,如下所述
"AzureWebJobsStorage": "DefaultEndpointsProtocol=https;AccountName=XYZ;AccountKey=XYZ;BlobEndpoint=ABC;SharedAccessSignature=AAA"
如果我需要在 blob 存储中进行一些额外的属性更改以从数据工厂成功访问 azure 函数,请告诉我
【问题讨论】:
标签: azure azure-functions azure-data-factory azure-data-factory-2