Idempotent entity deletion (i.e. delete with retry should work)
In cloud apps, it's important to make all operations idempotent, to facilitate handling behavior of intermittent hardward/software faults. In particular, the DELETE operation on the Table Storage is not idempotent (deleting a missing entity throws an error code). It would be much better if it was possible to specify an optional idempotent behavior.
1
vote
