Skip to content

Commit cf3cf2a

Browse files
authored
Merge pull request #172911 from SamaraSoucy-MSFT/patch-26
(AzureCXP) Clarify formatting for retry interval
2 parents 54ca1cd + 3af1e9d commit cf3cf2a

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.|
296-
|minimumInterval|n/a|The minimum retry delay when using `exponentialBackoff` strategy.|
297-
|maximumInterval|n/a|The maximum retry delay when using `exponentialBackoff` strategy.|
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)