Support entity group operation but without transaction
Current Table Storage supports only "Transaction" behavior (that is to say all or nothing). It's not possible to have a ContinueOnError behavior while processing entity group operation without transaction, which can be rather painful in some situations.
1
vote