Skip to content

Commit a34dda4

Browse files
nzthiagoggailey777
andauthored
Update includes/functions-timeout-duration.md
Co-authored-by: Glenn Gailey <[email protected]>
1 parent 5b56978 commit a34dda4

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
@@ -9,7 +9,7 @@ ms.author: glenga
99
---
1010
## <a name="timeout"></a>Function app timeout duration
1111

12-
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), and ensure to [write robust functions](../articles/azure-functions/functions-best-practices.md#write-robust-functions).
12+
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. To avoid timeouts, it's important to [write robust functions](../articles/azure-functions/functions-best-practices.md#write-robust-functions). For more information, see [Improve Azure Functions performance and reliability](../articles/azure-functions/performance-reliability.md#make-sure-background-tasks-complete).
1313

1414
The following table shows the default and maximum values (in minutes) for specific plans:
1515

0 commit comments

Comments
 (0)