Question

If an Azure Queue transaction (push/pop) is made inside of a transactionScope, do they need to be committed or are they done regardless of transaction completeness?

Was it helpful?

Solution

Azure Storage Queues do not support transactions, so the change is immediate.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top