Open ipetrouchtchak-fi opened 1 day ago
Hi @ipetrouchtchak-fi for Thanks for reporting please share the all repro steps and file sample..Thanks
Hi Thanks for reporting please share the all repro steps and file sample.
@bhagyshricompany, here are the basic steps:
1) In a .NET 8.0 Isolated Function App (Premium v2 P1V2 App Service Plan) 2) Create Http Triggered function with a post and HttpRequest req, which reads Form Data from the request
formData = await req.ReadFormAsync();
3) Post a multipart/form-data with a File larger than 30000000 bytes
I have a HttpTrigger function, which reads from a File part in multipart/form-data. The function was just converted from the in-process model (where it didn't have any issues with uploading large files ~200 MB).
In the .NET 8.0 Isolated model, when attempting to upload files larger than about 30 MB, a 500 error is returned.
Error:
FileSystem Logs: