Skip to content

Commit e67b9e3

Browse files
Add enableProxyingHttpRequest description to Azure Functions host.json (SchemaStore#4881)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent f753f2a commit e67b9e3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/schemas/json/host.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1066,6 +1066,11 @@
10661066
"description": "Forward HttpTrigger request to the custom handler",
10671067
"type": "boolean",
10681068
"default": false
1069+
},
1070+
"enableProxyingHttpRequest": {
1071+
"description": "Proxy HttpTrigger request to the custom handler",
1072+
"type": "boolean",
1073+
"default": false
10691074
}
10701075
},
10711076
"additionalProperties": false

0 commit comments

Comments
 (0)