Skip to content

Commit 536e981

Browse files
satvuggailey777
andauthored
Update includes/functions-timeout-duration.md
Co-authored-by: Glenn Gailey <[email protected]>
1 parent 89e48c8 commit 536e981

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

includes/functions-timeout-duration.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ ms.author: glenga
77
---
88
## <a name="timeout"></a>Function app timeout duration
99

10-
The timeout duration of a function app is defined by the `functionTimeout` property in the [host.json](../articles/azure-functions/functions-host-json.md#functiontimeout) project file. This property specifically applies to function executions (i.e. after the start of a function execution, the function needs to return/respond within the timeout duration). The following table shows the default and maximum values (in minutes) for specific plans:
10+
The timeout duration for functions in a function app is defined by the `functionTimeout` property in the [host.json](../articles/azure-functions/functions-host-json.md#functiontimeout) project file. This property applies specifically to function executions. After the trigger starts function execution, the function needs to return/respond within the timeout duration. For more information, see [Improve Azure Functions performance and reliability](../articles/azure-functions/performance-reliability.md#make-sure-background-tasks-complete).
11+
12+
The following table shows the default and maximum values (in minutes) for specific plans:
1113

1214
| Plan | Default | Maximum<sup>1</sup> |
1315
|------|---------|---------|---------|

0 commit comments

Comments
 (0)