HI I have one question in azure data factory .
how toTrack each activity execution time and maintain log entry in auditlog table.
example : one pipeline contain 20 activity and need to track each activiy how much time taking and those information load in into auditlog tabl.
auditlog table :
pipleine|runid | activityname | starttime |endtime | duration
first |azxde | copydataacitvity |2024-02-10 10:20:10 |2024-02-10 10:30:10 | 10 minutes
first |azxdee|lookupactiviey |2024-02-10 30:20:10 |2024-02-10 32:30:10 | 2 minutes
first |azxdee|DataFlow |2024-02-10 35:20:10 |2024-02-10 36:30:10 | 1 minutes
please tell me how to achive this task in azure data factory to maintain custom logs
create audit log table in database and table strucutre like below .
auditlog table :
pipleine|runid | activityname | starttime |endtime | duration
Srinivas a is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.