I have a blob container in which I receive XML files. This container gets empty once the files are processed by function app. Is it possible to set up an alert (via email) if those files didn’t processed within 24hours? That is, if still files are remaining after 24hours ( may be with file name and size). What is simplest way to do it?
Please let me know. Thanks.