Is it possible rollback Azure storage table transactions so that I do not lose data?
I am fairly new to Azure cloud development. I have a function app coded in C# that: Gets a record from a storage table Deletes that record Updates fields on that record (including the partition key) inserts the new record…