4 - AZURE DATA FACTORY - ForEach Activity parallelism and limitations - Batch Count

Опубликовано: 05 Август 2026
на канале: WeTrustInData
1,681
15

Video in order to Increase the speed of your ADF pipeline.
1st - Modify Batch Count property in the ForEach activity
2nd - Be aware of the limitations and creating a "Set Variable" block within a "ForEach" activity as this can give you errors when running the pipeline.
------------------------------------------------------------------------
SOLUTION if you extract data from the API:
Just try to manage without the SetVariable block
Eliminate the SetVariable block and directly set the URL using an expression with the url Copy Activity.
-------------------------------------------------------------------------------------------------
Its written "parallelism" in the video sorry for the typo! :)

Hope that this solved one of your problems!