Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 1.16 KB

File metadata and controls

25 lines (19 loc) · 1.16 KB
title Azure Event Hubs bindings for Azure Functions
description Learn to use Azure Event Hubs trigger and bindings 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/04/2022
zone_pivot_groups programming-languages-set-functions

Azure Event Hubs trigger and bindings for Azure Functions

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

Action Type
Respond to events sent to an event hub event stream. Trigger
Write events to an event stream Output binding

[!INCLUDE functions-bindings-event-hubs]

Next steps