Hello,
When I put a message in a queue using the "Send Message VI", then list the queue using "Receive Messages VI" - all the information is just as i sent it, e.g. if i sent "hello", i receive "hello".
When I put a message in a queue from inside azure manually or by a function app, e.g. "hello", then use "Receive Messages VI", i get base64 encoded message "aGVsbG8=", even tho it is not encoded on the azure queues page.
Why is there a discrepancy, and how can I always receive non-encoded messages?
Thanks in advance.