An Azure service that provides an event-driven serverless compute platform.
Hi anonymous user ,
Thank you for posting query in Microsoft Q&A Platform.
In Azure data factory system variables
@pipeline().Pipeline&@pipeline().RunIdwill give you Pipeline name and Pipeline Run Id respectively.
Lets assume you have a Azure Function which http trigger type. For that function you can has above Pipeline Name & Pipeline Run id in request body from Azure Function activity. Click here to know more about Azure Function activity.
In below demo Video, user trying to pass similar details via request body to Logic app which is http trigger type. You can refer that to get idea about how to compose request body in your case.
https://www.youtube.com/watch?v=4Hcvn9TQ5fM
Hope this will help. Please let us know if any further queries.
Please consider hitting Accept Answer. Accepted answers helps community as well.
and upvote
for the same. And, if you have any further query do let us know.