Questions tagged [queuetrigger]

62 questions
0
votes
1 answer

Reading a message in Azure storage queue multiple times

Context: I have an Azure storage queue that is used as the input queue for a Queue Trigger Function. So, whenever a message gets added to the queue, some function X is triggered and starts running. I want to test that the message was successfully…
J.B
  • 137
  • 2
  • 16
0
votes
1 answer

How to get status of the message which is added in QueueTrigger?

I have a continuous running webjob that gets triggered to do background tasks. When the job is triggered to do the work I cannot find a way to trace or check whether the job has completed successfully or not. Is there a way that I could easily check…
akd
  • 6,538
  • 16
  • 70
  • 112
1 2 3 4
5