Using Web Uri to pass Date and file format and copy file into azure file share in text format

Acharya, Satish 1 Reputation point
2021-11-17T08:48:11.003+00:00

HI ,

I am working on ADF , so below is scenario need to implement ,

1) Call Web URL, to pass date and file format and file format is in md.(note that -integration runtime already created to call in web activity)
2) Copy the file (md format) into azure file share

Thanks,
Satish

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
11,245 questions
{count} votes

1 answer

Sort by: Most helpful
  1. MartinJaffer-MSFT 26,226 Reputation points
    2021-11-18T19:41:58.68+00:00

    Hello and welcome to Microsoft Q&A @Acharya, Satish .

    Web activity does not feed data to Copy activity.

    Can you try Copy Activity with HTTP Binary source dataset? Then you can use Azure FIle share Binary sink dataset. This should be easier than using Web activity.

    0 comments No comments

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.