You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<sup>1</sup> Premium plan execution is only guaranteed for 60 minutes, but technically unbounded.
337
-
<sup>2</sup> 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. A value of `-1` indicates unbounded execution, but keeping a fixed upper bound is recommended.
338
329
339
330
```json
340
331
{
341
332
"functionTimeout": "00:05:00"
342
333
}
343
334
```
344
335
336
+
For more information on the default and maximum values for specific plans, see [Function app timeout duration](./functions-scale.md#function-app-timeout-duration).
337
+
345
338
## healthMonitor
346
339
347
340
Configuration settings for [Host health monitor](https://github.com/Azure/azure-webjobs-sdk-script/wiki/Host-Health-Monitor).
0 commit comments