Skip to content

Commit 29880e1

Browse files
Update articles/azure-functions/functions-host-json.md
Co-authored-by: Glenn Gailey <[email protected]>
1 parent 1cbdbc4 commit 29880e1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

articles/azure-functions/functions-host-json.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ The format of the timespan string needs to follow the syntax `[d.]hh:mm:ss` and
339339
- ss = seconds (0–59)
340340

341341
> [!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"`.
343343
344344
For more information on the default and maximum values for specific plans, see [Function app timeout duration](./functions-scale.md#timeout).
345345

0 commit comments

Comments
 (0)