Skip to content

Commit 87d08f0

Browse files
committed
More fixes
1 parent c2336e1 commit 87d08f0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

articles/azure-functions/functions-reference-node.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1442,6 +1442,8 @@ The existing `HttpRequest` and `HttpResponse` types in programming model v4 alre
14421442
14431443
### Enable streams
14441444
1445+
Use these steps to enable HTTP streams in your function app in Azure and in your local projects:
1446+
14451447
1. If you plan to stream large amounts of data, modify the [`FUNCTIONS_REQUEST_BODY_SIZE_LIMIT`](./functions-app-settings.md#functions_request_body_size_limit) setting in Azure. The maximum body size allowed is `104857600`, which limits your request to a size of 100 MB.
14461448
14471449
1. For local development, also add `FUNCTIONS_REQUEST_BODY_SIZE_LIMIT` to the [local.settings.json file](./functions-develop-local.md#local-settings-file).

0 commit comments

Comments
 (0)