Skip to content

Commit 770ad2b

Browse files
committed
Eric comments
1 parent 87d08f0 commit 770ad2b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1424,7 +1424,7 @@ The response can be set in several ways:
14241424
14251425
## HTTP streams (preview)
14261426
1427-
HTTP streams, which is currently in preview, is a feature that makes it easier to processing large data, stream OpenAI responses, deliver dynamic content, and other HTTP scenarios. It lets you stream requests to and responses from HTTP endpoints in your app. Use HTTP streams in scenarios where real-time exchange and interaction between client and server over HTTP is required. HTTP streams to get the best performance and reliability for your apps.
1427+
HTTP streams is a feature that makes it easier to process large data, stream OpenAI responses, deliver dynamic content, and other HTTP scenarios. It lets you stream requests to and responses from HTTP endpoints in your app. Use HTTP streams in scenarios where real-time exchange and interaction between client and server over HTTP is required. HTTP streams to get the best performance and reliability for your apps.
14281428
14291429
HTTP streams is currently in preview.
14301430
@@ -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 maximum body size allowed is `104857600`, which limits your request to a size of 100 MB.
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.
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)