Azure Data Factory-Web Activity- Posting a file to an endpoint using multipart/form-data

jigsm 236 Reputation points
2021-10-28T19:16:02.537+00:00

I am running into issues when I am trying to post a file located in Azure Blog Storage to an endpoint using multipart/form-data.

Does Web Activity have support for multipart/form-data?

The endpoint to which I am posting receives a file, so I need to add multipart/form-data in the header of the Web Activity.

While doing so, I am getting this error message.

{"Code":101,"StatusCode":500,"Description":"Something is broken. Please post to the developer forums with additional details of your request, in case others are having similar issues.","ResponseEnvelope":null,"ExceptionDetails":{"ReferenceId":"0b573250-dda2-4f12-9131-0b31096e22c2","ExceptionData":{"Id":null,"ConstraintId":null,"Entity":null,"EndUserMessage":"Multipart body length limit 16384 exceeded.","Resource":null,"Validations":[]}},"PayLoad":null}

144731-image.png

144688-image.png

I am not facing any Authentication issues when calling an API from Web Activity.

Is there a way to overcome this?

Thanks!!!!

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

1 answer

Sort by: Most helpful
  1. Data Factory Guy 1 Reputation point
    2022-08-24T14:45:20.487+00:00

    Hello i am facing the same issue, Is there a way to solve this?

    0 comments No comments

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.