I'm currently acting as the SharePoint admin for a company that has some code jobs (mix of WebJobs and Function Apps) running in the background of an O365 site, performing some misc tasks like ensuring the webhook sub is still active, cloning sites, and populating clones with info from a form in SharePoint.
These jobs are mission critical as they are linked to a crisis management site so I've been asked to put in some monitoring for assurance that we'll be alerted if any fail, either as part of a schedule or on-demand (again there is a mix of these).
The problem is I don't really understand much of Azure, other than it replaces the farm solutions in SP as a place to run back-end code, especially with the plethora of names for things that seem to me to be pretty similar.
Can anyone reccomend an easy way I can set up some sort of monitoring trigger for the individual webjobs and functions for a failure, ideally just using the built in Azure control panel (i.e. without having to deploy any code - I'm really not a C# and the like coder).