Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 1.1 KB

File metadata and controls

26 lines (19 loc) · 1.1 KB
title Azure IoT Hub bindings for Azure Functions
description Learn to use IoT Hub trigger and binding in Azure Functions.
ms.topic reference
ms.custom devx-track-extended-java, devx-track-js, devx-track-python, devx-track-ts
ms.date 03/04/2022
zone_pivot_groups 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