Hi Folks,
Using the sdk (@azure/storage-queue) is straightforward and I'm able to create, read and delete messages in a storage queue via an Azure static web app API function written in javascript.
The response I'm getting when adding a message to a queue is very verbose, around 56k, and includes details like the account shared key and extensive account and queue metadata. It is not the response detailed in the put-message docs.
This may be expected behaviour, I'm fairly new to azure queues so although I can code for it there's gaps in my knowledge and I haven't been able to find anything that explains a response of this nature. Would there be an option I can set to request a minimal response? That's a lot of data I'll never use. I only need an indication of success/failure.
If it isn't expected, I can send the responses. I would post now but I'm a bit nervous of posting without going over them carefully and removing any security data..
Thanks for any guidance you can offer, much appreciated.