Skip to content

Commit dc4cade

Browse files
committed
fixed blocking issues
1 parent b86664a commit dc4cade

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

articles/event-hubs/store-captured-data-data-warehouse.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
1+
---
2+
title: Migrate Azure Event Hubs data to SQL Data Warehouse | Microsoft Docs
3+
# event-hubs-tutorial-visualize-anomalies.md
4+
description: This tutorial shows you how to capture data from your event hub into a SQL data warehouse by using an Azure function triggered by an event grid.
5+
services: event-hubs
6+
author: ShubhaVijayasarathy
7+
manager:
8+
ms.author: shvija
9+
ms.date: 08/27/2018
10+
ms.topic: tutorial
11+
ms.service: event-hubs
12+
---
13+
14+
115
# Process and migrate captured Event Hubs data to a SQL Data Warehouse using Event Grid and Azure Functions
216

3-
Event Hubs [Capture](https://docs.microsoft.com/en-us/azure/event-hubs/event-hubs-capture-overview) is the easiest way to automatically deliver streamed data in Event Hubs to an Azure Blob storage or Azure Data Lake store. You can subsequently process and deliver the data to any other storage destinations of your choice, such as SQL Data Warehouse or Cosmos DB. In this tutorial, you learn how you to capture data from your event hub into a SQL data warehouse by using an Azure function triggered by an [event grid](https://docs.microsoft.com/azure/event-grid/overview).
17+
Event Hubs [Capture](https://docs.microsoft.com/azure/event-hubs/event-hubs-capture-overview) is the easiest way to automatically deliver streamed data in Event Hubs to an Azure Blob storage or Azure Data Lake store. You can subsequently process and deliver the data to any other storage destinations of your choice, such as SQL Data Warehouse or Cosmos DB. In this tutorial, you learn how you to capture data from your event hub into a SQL data warehouse by using an Azure function triggered by an [event grid](https://docs.microsoft.com/azure/event-grid/overview).
418

519
![Visual Studio](./media/store-captured-data-data-warehouse/EventGridIntegrationOverview.PNG)
620

0 commit comments

Comments
 (0)