Azure Queue body is too large and exceeds the maximum permissible limit -
i getting following error storage queue (not blob - know others have seen blob) when pushing message c++ app azure storage:
the request body large , exceeds maximum permissible limit.
i'm aware need cut json down, there other suggestions? (as in increase message size somewhere?)
the maximum size message in azure storage queue 64kb (48 kb when using base64 encoding) based on latest azure storage service limits documentation below.
it non-configurable , @ moment azure support not increase size upon request.
https://docs.microsoft.com/en-us/azure/azure-subscription-service-limits#storage-limits
i suggest reduce size of json message e.g. json minify
Comments
Post a Comment