ADF Dataflow and LinkedService Error

John K 186 Reputation points
2022-04-14T05:24:03.37+00:00

Hi,

I am trying to use dataflow to read from REST Source.
I created a linked service and defined a parameter called URL in it and in Base URL I provided "@{linkedService().URL}"
However when I try to use this linked service in data flow, I can't find any field where I can provide the value of this parameter

192928-image.png

Can't see the option to provide URL in data flow tab

192959-image.png

192960-image.png

Azure Data Lake Storage
Azure Data Lake Storage
An Azure service that provides an enterprise-wide hyper-scale repository for big data analytic workloads and is integrated with Azure Blob Storage.
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
0 comments No comments
{count} votes

Answer accepted by question author
  1. Saurabh Sharma 23,866 Reputation points Microsoft Employee Moderator
    2022-04-15T00:55:49.883+00:00

    Hi @John K ,

    Thanks for using Microsoft Q&A !!
    If I understand correctly, you are trying to pass the parameters to a REST linked service while using it in a DataFlow.
    In order to pass parameters to this linked service you need to set the Value of the parameter in your pipeline which actually calls this DataFlow. Please refer to the below screenshot -
    193283-image.png
    Also, if you want to test your DataFlow then you need to pass the required parameters using Debug Settings of your DataFlow. Please refer to the below screenshot -
    193228-image.png

    Please let me know if you have any questions.

    Thanks
    Saurabh

    ----------

    Please do not forget to "Accept the answer" wherever the information provided helps you to help others in the community.

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.