We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09735a4 commit 633ffbfCopy full SHA for 633ffbf
1 file changed
articles/azure-functions/functions-host-json.md
@@ -335,8 +335,8 @@ Indicates the timeout duration for all function executions. It follows the [time
335
The format of the timespan string needs to follow the syntax `[d.]hh:mm:ss` and the valid values are:
336
- d = days (optional)
337
- hh = hours (0–23)
338
-- mm = minutes (0-59)
339
-- ss = seconds (0-59)
+- mm = minutes (0–59)
+- ss = seconds (0–59)
340
341
> [!TIP]
342
> If you want to set a 24 hours timeout you cannot define it as `"24:00:00"` instead you need to use `"1.00:00:00"` or `"23:59:59"`
0 commit comments