Skip to content

Commit eb57b33

Browse files
Apply suggestions from code review
Fixes from ggailey777 Co-authored-by: Glenn Gailey <[email protected]>
1 parent f58b11f commit eb57b33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1444,7 +1444,7 @@ The existing `HttpRequest` and `HttpResponse` types in programming model v4 alre
14441444
14451445
Use these steps to enable HTTP streams in your function app in Azure and in your local projects:
14461446
1447-
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 default maximum body size allowed is `104857600`, which limits your requests to a size of 100 GB.
1447+
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 default maximum body size allowed is `104857600`, which limits your requests to a size of ~100 MB.
14481448
14491449
1. For local development, also add `FUNCTIONS_REQUEST_BODY_SIZE_LIMIT` to the [local.settings.json file](./functions-develop-local.md#local-settings-file).
14501450

0 commit comments

Comments
 (0)