Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 1.1 KB

functions-bindings-event-iot.md

File metadata and controls

27 lines (20 loc) · 1.1 KB
title description author ms.topic ms.date ms.author
Azure IoT Hub bindings for Azure Functions
Learn to use IoT Hub trigger and binding in Azure Functions.
craigshoemaker
reference
02/21/2020
cshoe

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
Write events to an IoT event stream Output binding

[!INCLUDE functions-bindings-event-hubs]

Next steps