Azure Table Storage batch inserts across multiple partitions? Azure Table Storage batch inserts across multiple partitions? azure azure

Azure Table Storage batch inserts across multiple partitions?


No. All entities in a batch must have the same PartitionKey. If your entities have different PartitionKeys, they need to be in separate batches. For more details about entity batch transactions, please see here: http://msdn.microsoft.com/en-us/library/windowsazure/dd894038.aspx.