How to save web activity output to ADLS

Anusha 1 Reputation point
2021-05-10T23:06:38.66+00:00

Hi All,

I am trying to save JSON response from web activity to ADLS location using copy activity. how do I save each response as a JSON file in a given ADLS location?

Here is the pipeline I am trying to build.

1 I have csv data and I need to iterate through the 1st column and pass all the values to URL in web activity and save each value response as a JSON to ADLS.

95336-image.png

95348-image.png

95367-image.png

Thanks

Azure Synapse Analytics
Azure Synapse Analytics
An Azure analytics service that brings together data integration, enterprise data warehousing, and big data analytics. Previously known as Azure SQL Data Warehouse.
5,357 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
11,582 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. HimanshuSinha-msft 19,486 Reputation points Microsoft Employee Moderator
    2021-05-12T19:01:42.693+00:00

    Hello @,
    Thanks for the ask and using the Microsoft Q&A platform .
    I suggest you to use on more web activity and call the gen2 API and create the JSON file . You can read about that more here .

    Please do let me know how it goes .
    Thanks
    Himanshu


Your answer

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