Can we increase the limit to prevent this error "CloudScriptAzureFunctionsReturnSizeExceeded" ?
In Cloudscript there is no limit for the returning json size?!
We also set GeneratePlayStreamEvent to false.
By default, PlayFab supports the response size of 65536 bytes from Azure. If you have access to support tickets, you could discuss with our engineers over the possibility of raising the return data size limit.
The limit of return size of CloudScript is enough for general purpose. However, there may be some other limits for CloudScript. Could you please describe what data is need to return from your Azure Function?