Our Partner & Developer boards on the community are moving to a brand new home: the .dev community forums! While you can still access past discussions here, for all your future app and storefront building questions, head over to the new forums.

Azure Function Webhook Request Body Too Large

Azure Function Webhook Request Body Too Large

Joanne88
New Member
8 0 0

I am using Azure functions to receive my webhooks.  Many I receive just fine, but sometimes I get the error that the "request body is too large and exceeds the maximum permissible limit".  I am wondering if anyone else implementing webhooks through Azure functions has had this issue?  I haven't found a way to get around it from the Azure side.  Is there anything I can do to reduce the size of the webhook payload I receive?  The webhook is for orders/fulfilled.  I don't want to have to abandon using the Azure functions if possible.

Reply 1 (1)

Joanne88
New Member
8 0 0

I figured this out.  I don't think it's the size of the request that is the problem.  It's the size of the Azure storage queue.  Which is a whole other problem that has nothing to do with Shopify.  I am going to switch to blob storage and I should be good.