Skip to content

Files

Latest commit

0e58bfc · Mar 4, 2022

History

History
25 lines (18 loc) · 1.03 KB

functions-bindings-event-iot.md

File metadata and controls

25 lines (18 loc) · 1.03 KB
title description ms.topic ms.date zone_pivot_groups
Azure IoT Hub bindings for Azure Functions
Learn to use IoT Hub trigger and binding in Azure Functions.
reference
03/04/2022
programming-languages-set-functions-lang-workers

Azure IoT Hub bindings for Azure Functions

This set of articles explains how to work with Azure Functions bindings for IoT Hub. The IoT Hub support is based on the Azure Event Hubs Binding.

Important

While the following code samples use the Event Hub API, the given syntax is applicable for IoT Hub functions.

Action Type
Respond to events sent to an IoT hub event stream. Trigger

[!INCLUDE functions-bindings-event-hubs]

Next steps