Skip to content

Commit cb17068

Browse files
authored
Merge pull request #103043 from ggailey777/patch-5
Clarify that version 2.0 is for the host.json schema
2 parents 1ee3807 + dd7b3e8 commit cb17068

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.date: 01/06/2020
99

1010
> [!div class="op_single_selector" title1="Select the version of the Azure Functions runtime you are using: "]
1111
> * [Version 1](functions-host-json-v1.md)
12-
> * [Version 2](functions-host-json.md)
12+
> * [Version 2+](functions-host-json.md)
1313
1414
The *host.json* metadata file contains global configuration options that affect all functions for a function app. This article lists the settings that are available starting with version 2.x of the Azure Functions runtime.
1515

@@ -22,7 +22,7 @@ Some host.json settings are only used when running locally in the [local.setting
2222

2323
## Sample host.json file
2424

25-
The following sample *host.json* file has all possible options specified (excluding any that are for internal use only).
25+
The following sample *host.json* file for version 2.x+ has all possible options specified (excluding any that are for internal use only).
2626

2727
```json
2828
{
@@ -372,7 +372,7 @@ Configuration settings for Singleton lock behavior. For more information, see [G
372372

373373
## version
374374

375-
The version string `"version": "2.0"` is required for a function app that targets the v2 runtime.
375+
This value indicates the schema version of host.json. The version string `"version": "2.0"` is required for a function app that targets the v2 runtime, or a later version. There are no host.json schema changes between v2 and v3.
376376

377377
## watchDirectories
378378

0 commit comments

Comments
 (0)