I am trying to figure out if it is possible to make one Azure website and behave so that it speaks once in 1 minute, and also allows it to run in the queue. I managed to fulfill both requirements separately, but not combined into one work.
I know that in order to get them to run in the queue, I need to use the JobHost and Function class, using methods that capture the trigger. However, this blocks the scheduler and only processes triggers.
When I omit JobHost ... well, then the graph works fine. I am almost sure that I ask for contradictions and just need to do two separate tasks, but perhaps one of you has faced the same and managed to achieve this.
source share