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
DataBus
feature - apply message compression
- use a compact binary serializer
- include less data in the message.