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…
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…
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?
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…
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'.…
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…