Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,095 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi,
I have one urgent requirement.
There is one API which POSTs data to Azure Function.
Azure Function does some transformation on it and sends the data to database.
Now the volume of POST request is more than 100 MB so the Function is failing.
How can I overcome this size limit?
Regards,
Partha