I am getting the following error with my storage queue (NOT BLOB - I know others have seen this with the blob) when pushing the message from my c++ app to Azure Storage:
The request body is too large and exceeds the maximum permissible limit.
I'm aware that I probably need to cut the json down, but are there any other suggestions? (as in increase message size somewhere?)