Reputation: 1
I have a transaction which updates documents in two different containers. How can I maintain transaction in this case in cosmos Db
Upvotes: 0
Views: 1133
Reputation: 136126
Simple answer is that you can't. Documents and all operations on them are scoped to a container and cross-container operations are not supported.
Upvotes: 2