Questions tagged [azure-triggers]

Triggers and bindings in Azure Functions.

Links

  1. Azure Functions triggers and bindings concepts

  2. Azure Functions Recipes - Triggers and bindings

111 questions
0
votes
1 answer

Azure Logic App Receive Image HTTP Trigger

I'm trying to create a logic app that is triggered from an HTTP POST where I send it an image. What would my JSON schema look like when setting up the HTTP trigger assuming I have image "picture1.jpg"? Do I need to POST the image to my Logic App as…
Anthony Ryan
  • 365
  • 2
  • 6
  • 19
0
votes
2 answers

My 'myQueueItem' in my Azure function producing a zero value when it gets triggered

I'm passing messages to my Azure service bus queue like this, where the 'MessageId' value is a string of a number ex. '345'. I see it in the queue in my Azure portal dashboard and when I look at the message in Service Bus Explorer I see the message…
chuckd
  • 13,460
  • 29
  • 152
  • 331
0
votes
1 answer

Can Azure Function be triggered by an event and then start running on schedule?

Can Azure Function be triggered by a Queue message or by HTTP trigger or whatever and after the triggering it starts to run on a schedule, for example every 1 minute?
nmrlqa4
  • 659
  • 1
  • 9
  • 32
0
votes
1 answer

How can I monitor directories with an Azure FileTrigger

I have a WebJob that works fine with a FileTrigger pointing to a specific directory but I would like to monitor files added to all directories underneath it: data |_ dir one (file added here) |_ dir two (file added here) I currently have the…
onesixtyfourth
  • 744
  • 9
  • 30
-1
votes
1 answer

Trigger execution warnings with Logic App Standard on Azure Function Runtime

I've got a Logic App (Standard) running on an Azure Function runtime, and I've noticed I'm getting spammed with warnings for my O365 When a new email arrives in a shared mailbox (V2) trigger. Trigger is meant to execute on cluster type 'Classic'.…
-1
votes
1 answer

Azure function not working after deployment on Azure?

I am totally new about Azure. And I have tried to build up the following architecture to show sensor data from Vicotee Device in power bi. Vicotee Device -> LoraGateway -> Azure IOT Hub -> Azure Function -> Azure Event HUB=> Azure Stream Analytics…
1 2 3 4 5 6 7
8