Skip to content

Commit 3af1e9d

Browse files
Update includes/functions-bindings-errors-retries.md
Co-authored-by: Glenn Gailey <[email protected]>
1 parent 7bd8bf7 commit 3af1e9d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

includes/functions-bindings-errors-retries.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -292,9 +292,9 @@ Here's the retry policy in the *function.json* file:
292292
|---------|---------|---------|
293293
|strategy|n/a|Required. The retry strategy to use. Valid values are `fixedDelay` or `exponentialBackoff`.|
294294
|maxRetryCount|n/a|Required. The maximum number of retries allowed per function execution. `-1` means to retry indefinitely.|
295-
|delayInterval|n/a|The delay that will be used between retries when using `fixedDelay` strategy. Format using "HH:mm:ss".|
296-
|minimumInterval|n/a|The minimum retry delay when using `exponentialBackoff` strategy. Format using "HH:mm:ss"|
297-
|maximumInterval|n/a|The maximum retry delay when using `exponentialBackoff` strategy. Format using "HH:mm:ss"|
295+
|delayInterval|n/a|The delay that is used between retries when using a `fixedDelay` strategy. Specify as a string with the format `HH:mm:ss`.|
296+
|minimumInterval|n/a|The minimum retry delay when using an `exponentialBackoff` strategy. Specify as a string with the format `HH:mm:ss`.|
297+
|maximumInterval|n/a|The maximum retry delay when using `exponentialBackoff` strategy. Specify as a string with the format `HH:mm:ss`.|
298298

299299
### Retry limitations during preview
300300

0 commit comments

Comments
 (0)