Skip to content

Commit e16193f

Browse files
Merge pull request #233946 from chez-charlie/release-branch-1
Release branch 1
2 parents 36cb69a + 124e445 commit e16193f

File tree

4 files changed

+7
-1
lines changed

4 files changed

+7
-1
lines changed
32.9 KB
Loading
Loading

articles/data-factory/tutorial-pipeline-failure-error-handling.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,10 +192,16 @@ To set up the pattern:
192192
* Add generic error handling step to the end of the pipeline
193193
* Connect both UponFailure and UponSkip paths from the last activity to the error handling activity
194194

195-
:::image type="content" source="media/tutorial-pipeline-failure-error-handling/error-handling-2-generic-no-branching.png" alt-text="Screenshot showcasing pipeline with generic error handling in a pipeline with no branching.":::
195+
:::image type="content" source="media/tutorial-pipeline-failure-error-handling/error-handling-3-generic-no-branching.png" alt-text="Screenshot showcasing pipeline with generic error handling in a pipeline with no branching.":::
196196

197197
The last step, Generic Error Handling, will only run if any of the previous activities fails. It will not run if they all succeed.
198198

199+
You can add multiple activities for error handling.
200+
201+
:::image type="content" source="media/tutorial-pipeline-failure-error-handling/error-handling-4-generic-no-branching-multiple.png" alt-text="Screenshot showcasing pipeline with generic error handling in a pipeline with no branching and multiple activities.":::
202+
203+
204+
199205
## Next steps
200206

201207
[Data Factory metrics and alerts](monitor-metrics-alerts.md)

0 commit comments

Comments
 (0)