If a HTTP Azure function request body contains more than 4MB than request is getting is truncated. Please help how to increase length. I created azure function on portal instead of in visual studio. Is there any way to update web.config of azure function which is developed in azure portal?
Iam using function app version 2.0 is there any limitation for it?