Skip to content

Commit d2eee6e

Browse files
authored
Update functions-timeout-duration.md
1 parent f167e71 commit d2eee6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/functions-timeout-duration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ 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. The following table shows the default and maximum values (in minutes) for specific plans:
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:
1111

1212
| Plan | Default | Maximum<sup>1</sup> |
1313
|------|---------|---------|---------|

0 commit comments

Comments
 (0)