I have a blob-triggered webjob running in the free tier. As expected the webjob aborts after some time (15-20 minutes) which I'm told is the "price" we pay for using the free tier.
The only way a blob can arrive on the container is through a request to the corresponding web site, so just before uploading the blob can I have the webapp restart the aborted webjob somehow?