I would like to see how I can limit the maxRequestLength and maxAllowedContentLength properties in an API that was created using HTTP triggers with Azure functions v3 (using .Net core app 3.1)
I have tried using a web.config file that just got ignored (expected). But I'm not sure what other options can be done. Please note that I'm trying to decrease the default limits not increase them !
Any help would be much appreciated. Thanks!