Guidance on uploading files to API in ADF using Web activity

Glasier 400 Reputation points
2024-03-04T11:45:49.9633333+00:00

Hello everyone. I have successfully uploaded a file to an API using Postman, but I am now exploring how to achieve the same in Azure Data Factory (ADF) using the web activity. Unfortunately, I haven't been able to find a comprehensive explanation of the web activity dataset and link service properties online. I'm curious to know if it's feasible to utilize the web activity in ADF to post a file to an API. If this is possible, I would greatly appreciate it if someone could share documentation or provide guidance on how to accomplish this task. Thank you for your assistance

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

Accepted answer
  1. Smaran Thoomu 14,300 Reputation points Microsoft Vendor
    2024-03-04T12:05:07.0833333+00:00

    Hi @Glasier ,

    Welcome to the Microsoft Q&A and thank you for posting your questions here.

    Unfortunately, it is not possible to directly post a file to an API using the Web activity in Azure Data Factory, there is a workaround that involves using an Azure Function or Logic App to handle the file upload and then calling the API using the Web activity in Azure Data Factory.

    Hope this helps. Do let us know if you any further queries.


    If this answers your query, do click Accept Answer and Yes for was this answer helpful. And, if you have any further query do let us know.

    0 comments No comments

0 additional answers

Sort by: Most helpful

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.