Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 1.14 KB

functions-bindings-event-iot-trigger.md

File metadata and controls

27 lines (18 loc) · 1.14 KB
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

Azure IoT Hub trigger for Azure Functions

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]

host.json properties

The host.json file contains settings that control Event Hub trigger behavior. See the host.json settings section for details regarding available settings.

Next steps