Skip to content

Commit 28a4d04

Browse files
authored
Merge pull request #32874 from zalenix/patch-1
Update durable-functions-error-handling.md
2 parents 9cc3afa + af06f0a commit 28a4d04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-functions/durable/durable-functions-error-handling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.author: azfuncdf
1414

1515
# Handling errors in Durable Functions (Azure Functions)
1616

17-
Durable Function orchestrations are implemented in code and can use the error-handling capabilities of the programming language. With this in mind, there really aren't any new concepts you need to learn about when incorporating error handling and compensation into your orchestrations. However, there are a few behaviors that you should be aware of.
17+
Durable Function orchestrations are implemented in code and can use the error-handling capabilities of the programming language. With this in mind, there really aren't any new concepts you need to learn about incorporating error handling and compensation into your orchestrations. However, there are a few behaviors that you should be aware of.
1818

1919
## Errors in activity functions
2020

0 commit comments

Comments
 (0)