Skip to content

Commit cc6d93d

Browse files
authored
Update functions-bindings-error-pages.md
1 parent 53fa14b commit cc6d93d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-functions/functions-bindings-error-pages.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ zone_pivot_groups: programming-languages-set-functions-lang-workers
88

99
# Azure Functions error handling and retries
1010

11-
Handling errors in Azure Functions is important to help you avoid lost data, missed events, and to monitor the health of your application. It's also an important way to help you understand the retry behaviors of event-based triggers.
11+
Handling errors in Azure Functions is important to help you avoid lost data, avoid missed events, and monitor the health of your application. It's also an important way to help you understand the retry behaviors of event-based triggers.
1212

1313
This article describes general strategies for error handling and the available retry strategies.
1414

0 commit comments

Comments
 (0)