Windows Azure Table Storage- Partition or Row key length is limited to 256 characters in Storage Emulator
If partition/row key is longer than 256 characters, you will get an error when inserting the data in Azure table storage, while you are running your application in compute emulator or accessing table storage in storage emulator directly.
See more here:
Windows Azure Table Storage- Partition or Row key length is limited to 256 characters in Storage Emulator


