- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2026 11:07 PM
Dear Contributors,
I have a scenario where I am required to trigger a couple of jobs (lets say 4) based on the success of a master job. The master job has a Service Principal attached to it, which is the owner. It is going to produce a list of items which would be the input for these 4 dependent jobs. However, the requirement is that the cascaded jobs should run with a different SP for each of them. This can be configured by having a dictionary with the items from the list as keys and values as the SP names. The intention is to trigger each dependent job but with the RunAs owner different for each as the SP from the master job will not have access to make changes that the individual jobs require.
Any pointers or solutions would be highly appreciated.
- Labels:
-
Partner