Message size too large
When experiencing the following exception the cause might be that the message that is sent is too large.
Microsoft.WindowsAzure.Storage.StorageException: Element 0 in the batch returned an unexpected response code.
Reduce the message body with one or more of the following techniques:
- use the data bus
- use message streams to offload data external to the message
- apply message compression
- use a compact binary serializer
- store less data in the message.