question

ThakurTrishla-9180 avatar image
0 Votes"
ThakurTrishla-9180 asked HimanshuSinha-MSFT commented

how to copy data from web activity to azure blob

I have created a web activity and i want to store the output in the blob

azure-data-factory
· 2
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Hello @ThakurTrishla-9180 ,

We haven’t heard from you on the last response and was just checking back to see if you have a resolution yet .In case if you have any resolution please do share that same with the community as it can be helpful to others . Otherwise, will respond back with the more details and we will try to help .

Thanks
Himanshu

0 Votes 0 ·

Hello @ThakurTrishla-9180 ,

We haven’t heard from you on the last response and was just checking back to see if you have a resolution yet .In case if you have any resolution please do share that same with the community as it can be helpful to others . Otherwise, will respond back with the more details and we will try to help .

Thanks
Himanshu

0 Votes 0 ·

1 Answer

NandanHegde-7720 avatar image
1 Vote"
NandanHegde-7720 answered NandanHegde-7720 edited

Hey,
you can follow the below logic which would be somewhat similar :
https://docs.microsoft.com/en-us/answers/questions/493585/write-pipeline-variable-value-to-csv-or-text-file.html

rather than your source being a variable, it would be webactivity.output or any response

or below method:
https://stackoverflow.com/questions/66493930/how-to-use-output-of-azure-data-factory-web-activity-in-next-copy-activity

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.