Is possible batch update Azure table storage via Azure Data Factory?
Xi Chen
1
Reputation point
I have an ADF pipeline which has a CopyData component to update Azure table. Currently, that Azure table has 100+ entries and the pipeline updates the entries one by one, that means it will call Azure table update API 100+ times per run. My question is that if some way that I can batch update Azure table? Can you share some sample case? Thanks.
Sign in to answer