title | description | author | ms.topic | ms.date | ms.author |
---|---|---|---|---|---|
Azure IoT Hub trigger for Azure Functions |
Learn to respond to events sent to an IoT hub event stream in Azure Functions. |
craigshoemaker |
reference |
02/21/2020 |
cshoe |
This article explains how to work with Azure Functions bindings for IoT Hub. The IoT Hub support is based on the Azure Event Hubs Binding.
For information on setup and configuration details, see the overview.
Important
While the following code samples use the Event Hub API, the given syntax is applicable for IoT Hub functions.
[!INCLUDE functions-bindings-event-hubs]
The host.json file contains settings that control Event Hub trigger behavior. See the host.json settings section for details regarding available settings.