Azure – Method to turn on Blob Trigger for only a short amount of time
So, I have this Function App with a Blob Trigger, however I don't need it to be polling for new blobs all the time. I'm expecting new files to be found in a container only once a day, and I…