I am trying to use Azure Batch Job Schedule in my application with .Net core. I want to get some notification/event trigger once the recurrence job is completed/failed in the job schedule so that I can copy output files to storage and send email to the end-user.
Is it possible to get such notification from azure Batch job schedule or is there any solution to this? I can't find any sample implementation of Azure Batch job scheduling.