Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 1.11 KB

functions-bindings-event-hubs-trigger.md

File metadata and controls

25 lines (17 loc) · 1.11 KB
title description author ms.assetid ms.topic ms.date ms.author
Azure Event Hubs trigger for Azure Functions
Learn to use Azure Event Hubs trigger in Azure Functions.
craigshoemaker
daf81798-7acc-419a-bc32-b5a41c6db56b
reference
02/21/2020
cshoe

Azure Event Hubs trigger for Azure Functions

This article explains how to work with Azure Event Hubs trigger for Azure Functions. Azure Functions supports trigger and output bindings for Event Hubs.

For information on setup and configuration details, see the overview.

[!INCLUDE functions-bindings-event-hubs-trigger]

host.json settings

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