admin管理员组文章数量:1404619
I have an ADF linked service to blob storage.
Is there anyway to get the blob storage linked service's "service endpoint url" inside ADF pipeline?
I can pass the name of the blob storage "LS_BlobStorage" as argument.
something like: @("LS_BlobStorage".serviceendpoint.url)
I have an ADF linked service to blob storage.
Is there anyway to get the blob storage linked service's "service endpoint url" inside ADF pipeline?
I can pass the name of the blob storage "LS_BlobStorage" as argument.
something like: @("LS_BlobStorage".serviceendpoint.url)
1 Answer
Reset to default 1Is there anyway to get the blob storage linked service's "service endpoint url" inside ADF pipeline?
There is no direct way to get the blob storage linked service's "service endpoint url" inside ADF but to resolve this you can use workaround of linked service. so, you can pass the service endpoint url
at runtime in ADF pipeline.
- First, you need to create a linked service with linked service parameter:
- Then inside your Dataset create dataset parameter and add it in linked service parameter:
- Then create pipeline parameter to pass the
service endpoint url
:
- Now pass it to Dataset parameter in source of ADF pipeline:
And you can assess the blob storage linked service's "service endpoint url" inside ADF pipeline using this pipeline parameter.
本文标签: azure data factoryADF get blob storage urlStack Overflow
版权声明:本文标题:azure data factory - ADF get blob storage url - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1744835092a2627581.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论