Reputation: 1025
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?
Upvotes: 1
Views: 516
Reputation: 9399
Azure Storage Queues do not support transactions, so the change is immediate.
Upvotes: 1