Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update handle-transient-faults.md #2669

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ The following sections describe the mechanisms you can use to manage transient f

Power Automate includes a feature to retry an action if it fails. Configure this on a per-action level. [Learn about reducing risk and planning for error handling in a Power Automate project](/power-automate/guidance/planning/reducing-risk). Power Automate also offers actions to return custom errors and data to the calling app or flow.

Some transient flows can be caused by throughput and request limits. Learn about the [limits of automated, scheduled, and instant flows](/power-automate/limits-and-config) and [request limits and allocations](/power-platform/admin/api-request-limits-allocations).
Some transient faults can be caused by throughput and request limits. Learn about the [limits of automated, scheduled, and instant flows](/power-automate/limits-and-config) and [request limits and allocations](/power-platform/admin/api-request-limits-allocations).

[Configure error and exception handling in cloud flows](/training/modules/error-handling/) by using scopes and run-after settings.

Expand Down Expand Up @@ -179,4 +179,4 @@ Use the Application Insights integrations to log errors in Power Automate and Po
Refer to the complete set of recommendations.

> [!div class="nextstepaction"]
> [Reliability checklist](checklist.md)
> [Reliability checklist](checklist.md)
Loading