Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 1.31 KB

File metadata and controls

27 lines (18 loc) · 1.31 KB
title Azure Event Hubs trigger for Azure Functions
description Learn to use Azure Event Hubs trigger in Azure Functions.
ms.assetid daf81798-7acc-419a-bc32-b5a41c6db56b
ms.topic reference
ms.custom devx-track-extended-java, devx-track-js, devx-track-python, devx-track-ts
ms.date 03/03/2023
zone_pivot_groups programming-languages-set-functions

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]

[!INCLUDE functions-event-hubs-connections]

host.json settings

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

Next steps