Jeffrey Richter Guide to Working with Azure Storage Tables ...

blob can hold up to 200GB of data (far more than the 1MB limit of each Table entity) and using a blob removes the 252 property limit as well. Furthermore, blob data is cheaper to store and is also cheaper to transfer over the wire because blob data is sent over the wire as bytes while Table entities are sent over the wire as UTF-8 encoded strings. ................
................