You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-functions/functions-host-json.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -339,7 +339,7 @@ The format of the timespan string needs to follow the syntax `[d.]hh:mm:ss` and
339
339
- ss = seconds (0–59)
340
340
341
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"`
342
+
> When you need to set a 24-hour timeout, you must define it as one day (`"1.00:00:00"`) instead of 24 hours (`"24:00:00"`). You might also use `"23:59:59"`.
343
343
344
344
For more information on the default and maximum values for specific plans, see [Function app timeout duration](./functions-scale.md#timeout).
0 commit comments