You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/event-grid/includes/event-grid-event-hubs-functions-synapse-analytics.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,8 +16,8 @@ ms.custom: "include file"
16
16
This diagram depicts the workflow of the solution you build in this tutorial:
17
17
18
18
1. Data sent to an Azure event hub is captured in an Azure blob storage.
19
-
2. When the data capture is complete, an event is generated and sent to an Azure event grid.
20
-
3.The event grid forwards this event data to an Azure function app.
19
+
2. When the data capture is complete, an event is generated and sent to Azure Event Grid.
20
+
3.Azure Event Grid forwards this event data to an Azure function app.
21
21
4. The function app uses the blob URL in the event data to retrieve the blob from the storage.
22
22
5. The function app migrates the blob data to an Azure Synapse Analytics.
23
23
@@ -37,7 +37,7 @@ To complete this tutorial, you must have:
37
37
-[Visual studio 2019](https://www.visualstudio.com/vs/) with workloads for: .NET desktop development, Azure development, ASP.NET and web development, Node.js development, and Python development.
38
38
- Download the [EventHubsCaptureEventGridDemo sample project](https://github.com/Azure/azure-event-hubs/tree/master/samples/e2e/EventHubsCaptureEventGridDemo) to your computer.
39
39
- WindTurbineDataGenerator – A simple publisher that sends sample wind turbine data to a capture-enabled event hub
40
-
- FunctionDWDumper – An Azure Function that receives an Event Grid notification when an Avro file is captured to the Azure Storage blob. It receives the blob’s URI path, reads its contents, and pushes this data to Azure Synapse Analytics (dedicated SQL pool).
40
+
- FunctionDWDumper – An Azure Function that receives a notification from Azure Event Grid when an Avro file is captured to the Azure Storage blob. It receives the blob’s URI path, reads its contents, and pushes this data to Azure Synapse Analytics (dedicated SQL pool).
41
41
42
42
## Deploy the infrastructure
43
43
In this step, you deploy the required infrastructure with a [Resource Manager template](https://github.com/Azure/azure-docs-json-samples/blob/master/event-grid/EventHubsDataMigration.json). When you deploy the template, the following resources are created:
@@ -56,7 +56,7 @@ In this step, you deploy the required infrastructure with a [Resource Manager te
3. Press **ENTER** in the Cloud Shell window to run the command. This process may take a while since you are creating a bunch of resources. In the result of the command, ensure that there have been no failures.
115
+
3. Press **ENTER** in the Cloud Shell window to run the command. This process may take a while since you're creating a bunch of resources. In the result of the command, ensure that there have been no failures.
116
116
1. Close the Cloud Shell by selecting the **Cloud Shell** button in the portal (or) **X** button in the top-right corner of the Cloud Shell window.
117
117
118
118
### Verify that the resources are created
@@ -165,7 +165,7 @@ First, get the publish profile for the Functions app from the Azure portal. Then
165
165
:::image type="content" source="media/event-grid-event-hubs-functions-synapse-analytics/select-function-app.png" alt-text="Screenshot showing the selection of the function app in the list of resources for a resource group.":::
166
166
1. On the **Function App** page for your app, select **Get publish profile** on the command bar.
167
167
168
-
:::image type="content" source="media/event-grid-event-hubs-functions-synapse-analytics/get-publish-profile.png" alt-text="Screenshot showing the selection of the **Get Publish Profile** button on the commandbar of the function app page.":::
168
+
:::image type="content" source="media/event-grid-event-hubs-functions-synapse-analytics/get-publish-profile.png" alt-text="Screenshot showing the selection of the **Get Publish Profile** button on the command bar of the function app page.":::
169
169
1. Download and save the file into the **FunctionEGDDumper** folder of the **EventHubsCaptureEventGridDemo** folder.
170
170
171
171
### Use the publish profile to publish the Functions app
@@ -229,7 +229,7 @@ You've finished setting up your event hub, dedicate SQL pool (formerly SQL Data
229
229
1. Right-click **WindTurbineDataGenerator** project, and select **Set as Startup project**.
230
230
1. In the WindTurbineDataGenerator project, open **program.cs**.
231
231
1. Replace `<EVENT HUBS NAMESPACE CONNECTION STRING>` with the connection string you copied from the portal.
232
-
1. If you have used a different name for the event hub other than `hubdatamigration`, replace `<EVENT HUB NAME>` with the name of the event hub.
232
+
1. If you've used a different name for the event hub other than `hubdatamigration`, replace `<EVENT HUB NAME>` with the name of the event hub.
0 commit comments