Skip to content

Commit 159d593

Browse files
Merge pull request #218308 from spelluru/ehubegridtutorial1114
review & update
2 parents 9bc2594 + f6809ee commit 159d593

File tree

2 files changed

+4
-9
lines changed

2 files changed

+4
-9
lines changed

articles/event-grid/event-grid-event-hubs-integration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
title: 'Tutorial: Send Event Hubs data to data warehouse - Event Grid'
33
description: Describes how to store Event Hubs captured data in Azure Synapse Analytics via Azure Functions and Event Grid triggers.
44
ms.topic: tutorial
5-
ms.date: 12/07/2020
5+
ms.date: 11/14/2022
66
ms.devlang: csharp
77
ms.custom: devx-track-csharp
88
---
99

1010
# Tutorial: Stream big data into a data warehouse
11-
Azure [Event Grid](overview.md) 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](https://github.com/Azure/azure-event-hubs/tree/master/samples/e2e/EventHubsCaptureEventGridDemo) 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.
11+
Azure [Event Grid](overview.md) 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](https://github.com/Azure/azure-event-hubs/tree/master/samples/e2e/EventHubsCaptureEventGridDemo) 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.
1212

1313
[!INCLUDE [event-grid-event-hubs-functions-synapse-analytics.md](./includes/event-grid-event-hubs-functions-synapse-analytics.md)]
1414

articles/event-grid/includes/event-grid-event-hubs-functions-synapse-analytics.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: event-grid
55
author: spelluru
66
ms.service: event-grid
77
ms.topic: include
8-
ms.date: 04/29/2022
8+
ms.date: 11/14/2022
99
ms.author: spelluru
1010
ms.custom: "include file"
1111

@@ -133,12 +133,7 @@ In this section, you create a table in the dedicated SQL pool you created earlie
133133
2. On the **Dedicated SQL pool** page, in the **Common Tasks** section on the left menu, select **Query editor (preview)**.
134134
135135
:::image type="content" source="media/event-grid-event-hubs-functions-synapse-analytics/sql-data-warehouse-page.png" alt-text="Screenshot showing the selection of Query Editor on a Dedicated SQL pool page in the Azure portal.":::
136-
2. Enter the name of **user** and **password** for the SQL server, and select **OK**. If you see a message about allowing your client to access the SQL server, follow these steps:
137-
1. Select the link: **Set server firewall**.
138-
2. On the **Firewall settings** page, select **Add client IP** on the toolbar, and then select **Save** on the toolbar.
139-
3. Select **OK** on the success message.
140-
4. Navigate back to the **Dedicated SQL pool** page, and select **Query editor (preview)** on the left menu.
141-
5. Enter **user** and **password**, and then select **OK**.
136+
2. Enter the name of **user** and **password** for the SQL server, and select **OK**. If you see a message about allowing your client to access the SQL server, select **Allowlist IP <your IP Address> on server <your SQL server>**, and then select **OK**.
142137
1. In the query window, copy and run the following SQL script:
143138
144139
```sql

0 commit comments

Comments
 (0)