Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 1.09 KB

functions-bindings-event-iot.md

File metadata and controls

26 lines (19 loc) · 1.09 KB
title description ms.topic ms.custom ms.date zone_pivot_groups
Azure IoT Hub bindings for Azure Functions
Learn to use IoT Hub trigger and binding in Azure Functions.
reference
devx-track-extended-java, devx-track-js, devx-track-python
03/04/2022
programming-languages-set-functions

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