Skip to content

Commit 5399f0f

Browse files
committed
State extension version and add alert.
1 parent 96cff05 commit 5399f0f

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,10 @@ The retry policy tells the runtime to rerun a failed execution until either succ
7070

7171
A retry policy is evaluated when a Timer, Kafka, or Event Hubs-triggered function raises an uncaught exception. As a best practice, you should catch all exceptions in your code and rethrow any errors that you want to result in a retry.
7272

73-
Event Hubs checkpoints won't be written until the retry policy for the execution has finished. Because of this behavior, progress on the specific partition is paused until the current batch has finished.
74-
75-
The Event Hubs extension supports additional retry capabilities for interactions between the Functions runtime and the event hub. Please refer to the `clientRetryOptions` in [the Event Hubs section of the host.json](functions-bindings-event-hubs.md#host-json) file for more information.
73+
> [!IMPORTANT]
74+
> Event Hubs checkpoints won't be written until the retry policy for the execution has finished. Because of this behavior, progress on the specific partition is paused until the current batch has finished.
75+
>
76+
> The Event Hubs v5 extension supports additional retry capabilities for interactions between the Functions host and the event hub. Please refer to the `clientRetryOptions` in [the Event Hubs section of the host.json](functions-bindings-event-hubs.md#host-json) file for more information.
7677
7778
#### Retry strategies
7879

@@ -201,7 +202,7 @@ Here's the retry policy in the *function.json* file:
201202

202203
---
203204
::: zone-end
204-
::: zone pivot="programming-language-javascript,programming-language-python,programming-language-powershell"
205+
::: zone pivot="programming-language-JavaScript,programming-language-python,programming-language-PowerShell"
205206

206207
Here's the retry policy in the *function.json* file:
207208

0 commit comments

Comments
 (0)