question

rasto61 avatar image
rasto61 asked

Cloudscript Azure Function argument size limit

Hello,

when using an azure function with cloudscript, does the 30kb cloudscript function argument limit apply?

CloudScript
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

·
Sarah Zhang avatar image
Sarah Zhang answered

For Cloud Script using Azure Function, the argument size limit is 65,536 bytes. If the argument size exceeds this limit, the API ExecuteFunction would return the error CloudScriptAzureFunctionsArgumentSizeExceeded.

1 comment
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

esk avatar image esk commented ·

is there any way to increase it? I can't seem to find a way passed the 30kb maximum in game manager...

0 Likes 0 ·

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.