Reputation: 3696
Is there any way to access run id of a running pipeline from within that very pipeline? I haven't found any system variable or function that would return this value.
Upvotes: 2
Views: 12911
Reputation: 228
@pipeline().RunId variable should help you. Refer https://learn.microsoft.com/en-us/azure/data-factory/control-flow-system-variables#pipeline-scope for all variables which you can use in a pipeline.
Upvotes: 4