Skip to content

Commit bc71702

Browse files
committed
updates based on feedback
1 parent 4f1ca2a commit bc71702

12 files changed

+9
-8
lines changed

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

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ After publishing the function, you're ready to subscribe to the event.
189189
1. Select the **Event Hubs namespace** from the list of resources.
190190
1. On the **Event Hubs Namespace** page, select **Events** on the left menu, and then select **+ Event Subscription** on the toolbar.
191191
192-
:::image type="content" source="media/event-hubs-functions-synapse-analytics/event-hub-add-subscription-link.png" alt-text="Add event subscription link on the Events page for an Event Hubs namespace":::
192+
:::image type="content" source="media/event-hubs-functions-synapse-analytics/event-hub-add-subscription-link.png" alt-text="Screenshot of the Events page for an Event Hubs namespace with Add event subscription link selected. ":::
193193
1. On the **Create Event Subscription** page, follow these steps:
194194
1. Enter a name for the **event subscription**.
195195
1. Enter a name for the **system topic**. A system topic provides an endpoint for the sender to send events. For more information, see [System topics](system-topics.md)
@@ -204,10 +204,10 @@ After publishing the function, you're ready to subscribe to the event.
204204
1. On the **Select Azure Function** page, select **Confirm Selection**.
205205
1. Then, back on the **Create Event Subscription** page, select **Create**.
206206
207-
:::image type="content" source="media/event-hubs-functions-synapse-analytics/event-subscription-select-function.png" alt-text="Create an event subscription using the function" lightbox="media/event-hubs-functions-synapse-analytics/event-subscription-select-function.png":::
207+
:::image type="content" source="media/event-hubs-functions-synapse-analytics/event-subscription-select-function.png" alt-text="Screenshot of the Create an event subscription page." lightbox="media/event-hubs-functions-synapse-analytics/event-subscription-select-function.png":::
208208
1. Verify that the event subscription is created. Switch to the **Event Subscriptions** tab on the **Events** page for the Event Hubs namespace.
209209
210-
:::image type="content" source="media/event-hubs-functions-synapse-analytics/confirm-event-subscription.png" alt-text="Confirm event subscription" lightbox="media/event-hubs-functions-synapse-analytics/confirm-event-subscription.png":::
210+
:::image type="content" source="media/event-hubs-functions-synapse-analytics/confirm-event-subscription.png" alt-text="Screenshot showing the Event Subscriptions tab on the Events page." lightbox="media/event-hubs-functions-synapse-analytics/confirm-event-subscription.png":::
211211
1. Select the App Service plan (not the App Service) in the list of resources in the resource group.
212212
213213
## Run the app to generate data
@@ -218,7 +218,7 @@ You've finished setting up your event hub, dedicate SQL pool (formerly SQL Data
218218
3. In the **Event Hubs Namespace** page, select **Shared access policies** on the left menu.
219219
4. Select **RootManageSharedAccessKey** in the list of policies.
220220
221-
:::image type="content" source="media/event-hubs-functions-synapse-analytics/event-hub-namespace-shared-access-policies.png" alt-text="Shared access policies page for an Event Hubs namespace":::
221+
:::image type="content" source="media/event-hubs-functions-synapse-analytics/event-hub-namespace-shared-access-policies.png" alt-text="Screenshot showing the Shared access policies page for an Event Hubs namespace.":::
222222
1. Select the copy button next to the **Connection string-primary key** text box.
223223
1. Go back to your Visual Studio solution.
224224
1. Right-click **WindTurbineDataGenerator** project, and select **Set as Startup project**.
@@ -237,7 +237,7 @@ You've finished setting up your event hub, dedicate SQL pool (formerly SQL Data
237237
select * from [dbo].[Fact_WindTurbineMetrics]
238238
```
239239

240-
![Query results](media/event-hubs-functions-synapse-analytics/query-results.png)
240+
:::image type="content" source="media/event-hubs-functions-synapse-analytics/query-results.png" alt-text="Screenshot showing the query results.":::
241241

242242
## Monitor the solution
243243
This section helps you with monitoring or troubleshooting the solution.
@@ -250,7 +250,7 @@ This section helps you with monitoring or troubleshooting the solution.
250250
1. Open the folder named same as your event hub (**hubdatamigration**).
251251
1. Drill through the folders and you see the AVRO files. Here's an example:
252252
253-
:::image type="content" source="media/event-hubs-functions-synapse-analytics/storage-captured-file.png" alt-text="Captured file in the storage" lightbox="media/event-hubs-functions-synapse-analytics/storage-captured-file.png":::
253+
:::image type="content" source="media/event-hubs-functions-synapse-analytics/storage-captured-file.png" alt-text="Screenshot showing the captured file in the storage." lightbox="media/event-hubs-functions-synapse-analytics/storage-captured-file.png":::
254254
255255
256256
### Verify that the Event Grid trigger invoked the function
@@ -264,7 +264,7 @@ This section helps you with monitoring or troubleshooting the solution.
264264
1. Confirm that the client application (**WindTurbineDataGenerator**) that's sending the events is still running. If not, run the app.
265265
1. Wait for a few minutes (5 minutes or more) and select the **Refresh** button to see function invocations.
266266

267-
:::image type="content" source="media/event-hubs-functions-synapse-analytics/function-invocations.png" alt-text="Function invocations":::
267+
:::image type="content" source="media/event-hubs-functions-synapse-analytics/function-invocations.png" alt-text="Screenshot showing the Function invocations.":::
268268
1. Select an invocation to see details.
269269

270270
Event Grid distributes event data to the subscribers. The following example shows event data generated when data streaming through an event hub is captured in a blob. In particular, notice the `fileUrl` property in the `data` object points to the blob in the storage. The function app uses this URL to retrieve the blob file with captured data.
@@ -295,7 +295,8 @@ This section helps you with monitoring or troubleshooting the solution.
295295
### Verify that the data is stored in the dedicated SQL pool
296296
In the browser tab where you have the query window open, query the table in your dedicated SQL pool for the migrated data.
297297

298-
![Query results](media/event-hubs-functions-synapse-analytics/query-results.png)
298+
299+
![Screenshot showing the final query results.](media/event-hubs-functions-synapse-analytics/query-results.png)
299300

300301

301302

Binary file not shown.

0 commit comments

Comments
 (0)