An Azure service that is used to collect, analyze, and act on telemetry data from Azure and on-premises environments.
Create a Stream Analytics first then you can send the output to event hub or azure function
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
"How can I trigger a Function with specific logs from IoT Hub? I want to execute a particular Function when the records retrievable by the following query are output. Query:
AzureDiagnostics
| where ResourceProvider == "MICROSOFT.DEVICES" and ResourceType == "IOTHUBS"
| where Category == "JobsOperations"
| where OperationName == "jobFailed"
I have received information that I need to include "type": "eventHubTrigger" in the function.json, but I'm unsure about the other specific configuration steps. I would greatly appreciate it if you could provide a simplified way to achieve the above."
An Azure service that is used to collect, analyze, and act on telemetry data from Azure and on-premises environments.
An Azure service that enables bidirectional communication between internet of things (IoT) devices and applications.
An Azure event routing service designed for high availability, consistent performance, and dynamic scale.
Answer accepted by question author
Create a Stream Analytics first then you can send the output to event hub or azure function