Hi @Yannick Widmer ,
Thankyou for posting your query on Microsoft Q&A platform and thanks for the confirmation that the copy activity is within a ForEach block.
Kindly check the number of instance of copy activity without setting any retry (keeping retry=0) .
Expected number of copy activity execution will be = number of instances + number of instances*number of retries
For example: If the number of instances are 3 without setting retry, then post setting retry =5 if all instances fail, then total number of copy activity execution will be:
Initial instances=3
For each instance , number of retries= 2
So in total, 3+3*2=9
Please refer to the below gif for reference. In case you have any further query please do let us know.
Hope this will help. Please let us know if any further queries.
------------------------------
- Please don't forget to click on
or upvote
button whenever the information provided helps you.
Original posters help the community find answers faster by identifying the correct answer. Here is how - Want a reminder to come back and check responses? Here is how to subscribe to a notification
- If you are interested in joining the VM program and help shape the future of Q&A: Here is how you can be part of Q&A Volunteer Moderators