Skip to content

Commit 4b88540

Browse files
authored
Fix up the v1 article
1 parent 18fc7b8 commit 4b88540

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-functions/functions-host-json-v1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ A list of functions that the job host runs. An empty array means run all functio
163163

164164
## functionTimeout
165165

166-
Indicates the timeout duration for all functions. In a serverless Consumption plan, the valid range is from 1 second to 10 minutes, and the default value is 5 minutes. In an App Service plan, there is no overall limit and the default depends on the runtime version.
166+
Indicates the timeout duration for all functions. In a serverless Consumption plan, the valid range is from 1 second to 10 minutes, and the default value is 5 minutes. In an App Service plan, there is no overall limit and the default is _null_, which indicates no timeout.
167167

168168
```json
169169
{

0 commit comments

Comments
 (0)