I am using Azure functions with timer that replaces on-premises Task Schedule jobs, I am looking for the following information for the each Azure function i deploy on to the azure platform.
- Which functions currently executing or current status of any given function
- Last Run time of each function
- Next Run Time of each function
- Duration the function completed executing the job
- Last Run result (success/failed)
I see some capabilities Azure KUDU API provides like process info, mini dumps etc, Do analytics provide all of the above info? I am planning to build a script or tool fetch the above information if available via apis..