Skip to content

Commit 317bd50

Browse files
committed
Fixing path
1 parent 96d7766 commit 317bd50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/cosmos-db/nosql/troubleshoot-changefeed-functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ When your Azure Function receives the changes, it often processes them, and coul
8989

9090
If some changes are missing on the destination, this could mean that is some error happening during the Azure Function execution after the changes were received.
9191

92-
In this scenario, the best course of action is to add `try/catch` blocks in your code and inside the loops that might be processing the changes, to detect any failure for a particular subset of items and handle them accordingly (send them to another storage for further analysis or retry). Alternatively, you can configure Azure Functions [retry policies](../azure-functions/functions-bindings-error-pages#retries).
92+
In this scenario, the best course of action is to add `try/catch` blocks in your code and inside the loops that might be processing the changes, to detect any failure for a particular subset of items and handle them accordingly (send them to another storage for further analysis or retry). Alternatively, you can configure Azure Functions [retry policies](../../azure-functions/functions-bindings-error-pages.md#retries).
9393

9494
> [!NOTE]
9595
> The Azure Functions trigger for Azure Cosmos DB, by default, won't retry a batch of changes if there was an unhandled exception during your code execution. This means that the reason that the changes did not arrive at the destination might be because you are failing to process them.

0 commit comments

Comments
 (0)