azure-data-factory

ADF get blob storage 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)

enter image description here


Solution

  • Is 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.

    And you can assess the blob storage linked service's "service endpoint url" inside ADF pipeline using this pipeline parameter.