Skip to content

Commit f5f7dfe

Browse files
authored
Merge pull request #100626 from mhoeger/patch-43
Clarify host.json in Azure Functions
2 parents e377376 + eab12f1 commit f5f7dfe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ The *host.json* metadata file contains global configuration options that affect
1616
> [!NOTE]
1717
> This article is for Azure Functions 2.x and later versions. For a reference of host.json in Functions 1.x, see [host.json reference for Azure Functions 1.x](functions-host-json-v1.md).
1818
19-
Other function app configuration options are managed in your [app settings](functions-app-settings.md).
19+
Other function app configuration options are managed in your [app settings](functions-app-settings.md) (for deployed apps) or your [local.settings.json](functions-run-local.md#local-settings-file) file (for local development).
2020

21-
Some host.json settings are only used when running locally in the [local.settings.json](functions-run-local.md#local-settings-file) file.
21+
Configurations in host.json related to bindings are applied equally to each function in the function app.
2222

2323
## Sample host.json file
2424

0 commit comments

Comments
 (0)