From 13788be815ad9762a803cb1847da3e1bf730ec26 Mon Sep 17 00:00:00 2001 From: Fabio Cavalcante Date: Tue, 22 Aug 2023 12:57:35 -0700 Subject: [PATCH] Update maximum request content size limits (#9471) --- release_notes.md | 1 + src/WebJobs.Script.WebHost/web.config | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/release_notes.md b/release_notes.md index ec4dfff514..5a56ac6f67 100644 --- a/release_notes.md +++ b/release_notes.md @@ -5,3 +5,4 @@ --> - Increase timeout for http proxying requests [#9433](https://github.com/Azure/azure-functions-host/pull/9433) - Improve host.json sanitization +- Increased maximum HTTP request content size to 210000000 Bytes (~200MB) diff --git a/src/WebJobs.Script.WebHost/web.config b/src/WebJobs.Script.WebHost/web.config index b458002a34..3276ec92da 100644 --- a/src/WebJobs.Script.WebHost/web.config +++ b/src/WebJobs.Script.WebHost/web.config @@ -16,7 +16,7 @@ - + @@ -28,4 +28,4 @@ - \ No newline at end of file +