I am a Software Engineering Associate and I am pretty new using Microsoft Azure. The client wants me to create a re-run function for the whole pipeline without using triggers. What should I do?
CodePudding user response:
I was just updating my answer to a similar question
Further, checkout usage of flags --is-recovery
and --start-from-failure
to rerun from a failed point without triggers.