Skip to content

Commit 205ad1a

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

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
@@ -325,7 +325,7 @@ A list of functions that the job host runs. An empty array means run all functio
325325

326326
## functionTimeout
327327

328-
Indicates the timeout duration for all function executions. It follows the [timespan string format](https://learn.microsoft.com/dotnet/fundamentals/runtime-libraries/system-timespan-parse). A value of `-1` indicates unbounded execution, but keeping a fixed upper bound is recommended.
328+
Indicates the timeout duration for all function executions. It follows the [timespan string format](/dotnet/fundamentals/runtime-libraries/system-timespan-parse). A value of `-1` indicates unbounded execution, but keeping a fixed upper bound is recommended.
329329

330330
```json
331331
{

0 commit comments

Comments
 (0)