An API that connects multiple Microsoft services, enabling data access and automation across platforms
Hello Nabeel Idrees,
Thanks for reaching Microsoft!
The "dependsOn" parameter specifies the dependencies between requests within the batch. It only ensures that a particular request executes only after its dependent request(s) have completed successfully. Batch should be either fully sequential or fully parallel.
However, the order of execution and the order of responses are not synchronized. The responses can arrive in any order. The id property can be used to correlate individual requests and responses.
Hope this helps. If the answer is helpful, please click "Accept Answer" and kindly upvote. If you have further questions about this answer, please click "Comment".