Skip to content

Files

Latest commit

bd8ad29 · Dec 16, 2021

History

History
20 lines (16 loc) · 1.61 KB

event-grid-event-hubs-integration.md

File metadata and controls

20 lines (16 loc) · 1.61 KB
title description ms.topic ms.date ms.devlang ms.custom
Tutorial: Send Event Hubs data to data warehouse - Event Grid
Describes how to store Event Hubs captured data in Azure Synapse Analytics via Azure Functions and Event Grid triggers.
tutorial
12/07/2020
csharp
devx-track-csharp

Tutorial: Stream big data into a data warehouse

Azure Event Grid is an intelligent event routing service that enables you to react to notifications or events from apps and services. For example, it can trigger an Azure Function to process Event Hubs data that's captured to a Blob storage or Data Lake Storage. This sample shows you how to use Event Grid and Azure Functions to migrate captured Event Hubs data from blob storage to Azure Synapse Analytics, specifically a dedicated SQL pool.

[!INCLUDE event-grid-event-hubs-functions-synapse-analytics.md]

Next steps