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
-[Event Hub with data for ingestion](data-explorer-ingest-event-hub-portal.md#create-an-event-hub).
30
+
-[Event hub with data for ingestion](data-explorer-ingest-event-hub-portal.md#create-an-event-hub).
31
31
32
32
> [!NOTE]
33
33
> Ingesting data from an Event Hub into Data Explorer pools will not work if your Synapse workspace uses a managed virtual network with data exfiltration protection enabled.
@@ -42,9 +42,9 @@ In this article, you create an Event Hub data connection for Azure Synapse Data
The following example shows you how to add an Event Hub data connection programmatically. See [connect to the Event Hub](data-explorer-ingest-event-hub-portal.md#connect-to-the-event-hub) for information about adding an Event Hub data connection using the Azure portal.
47
+
The following example shows you how to add an Event Hubs data connection programmatically. See [connect to the Event Hubs](data-explorer-ingest-event-hub-portal.md#connect-to-the-event-hubs) for information about adding an Event Hubs data connection using the Azure portal.
48
48
49
49
```csharp
50
50
vartenantId="xxxxxxxx-xxxxx-xxxx-xxxx-xxxxxxxxx";//Directory (tenant) ID
Azure Synapse Data Explorer offers ingestion (data loading) from Event Hubs, a big data streaming platform and event ingestion service. [Event Hubs](../../../event-hubs/event-hubs-about.md) can process millions of events per second in near real-time. In this article, you connect an Event Hub to a table in Azure Synapse Data Explorer using the [one-click ingestion](data-explorer-ingest-data-one-click.md) experience.
21
+
Azure Synapse Data Explorer offers ingestion (data loading) from Event Hubs, a big data streaming platform and event ingestion service. [Event Hubs](../../../event-hubs/event-hubs-about.md) can process millions of events per second in near real-time. In this article, you connect an Event Hubs to a table in Azure Synapse Data Explorer using the [one-select ingestion](data-explorer-ingest-data-one-click.md) experience.
-[Event Hub with data for ingestion](data-explorer-ingest-event-hub-portal.md#create-an-event-hub).
27
+
-[Event Hubs with data for ingestion](data-explorer-ingest-event-hub-portal.md#create-an-event-hub).
28
28
29
29
> [!NOTE]
30
30
> Ingesting data from an Event Hub into Data Explorer pools will not work if your Synapse workspace uses a managed virtual network with data exfiltration protection enabled.
@@ -39,7 +39,7 @@ Azure Synapse Data Explorer offers ingestion (data loading) from Event Hubs, a b
39
39
40
40
1. In the left menu of the Web UI, select the **Data** tab.
41
41
42
-
:::image type="content" source="../media/ingest-data-event-hub/one-click-ingestion-event-hub.png" alt-text="Select one-click ingest data from Event Hub in the web UI.":::
42
+
:::image type="content" source="../media/ingest-data-event-hub/one-click-ingestion-event-hub.png" alt-text="Screenshot showing the Azure Data Explorer Data menu with ingest from event hub highlighted.":::
43
43
44
44
1. In the **Ingest data from Event Hub** card, select **Ingest**.
45
45
@@ -64,29 +64,29 @@ The **Ingest new data** window opens with the **Destination** tab selected.
64
64
65
65
1. Under **Data Connection**, fill in the following fields:
66
66
67
-
:::image type="content" source="../media/ingest-data-one-click/select-azure-data-explorer-ingest-event-hub-details.png" alt-text="Screenshot of source tab with project details fields to be filled in - ingest new data to Azure Synapse Data Explorer with Event Hub in the one click experience.":::
67
+
:::image type="content" source="../media/ingest-data-one-click/select-azure-data-explorer-ingest-event-hub-details.png" alt-text="Screenshot of source tab with project details fields to be filled in - ingest new data to Azure Synapse Data Explorer with Event Hubs in the one select experience.":::
| Data connection name | *ContosoDataConnection* | The name that identifies your data connection.
72
-
| Subscription || The subscription ID where the Event Hub resource is located. |
73
-
| Event Hub namespace || The name that identifies your namespace. |
74
-
| Event Hub|| The Event Hub you wish to use. |
75
-
| Consumer group || The consumer group defined in your Event Hub. |
76
-
| Event system properties | Select relevant properties | The [Event Hub system properties](../../../service-bus-messaging/service-bus-amqp-protocol-guide.md#message-annotations). If there are multiple records per event message, the system properties will be added to the first one. When adding system properties, [create](/azure/data-explorer/kusto/management/create-table-command?context=/azure/synapse-analytics/context/context) or [update](/azure/data-explorer/kusto/management/alter-table-command?context=/azure/synapse-analytics/context/context) table schema and [mapping](/azure/data-explorer/kusto/management/mappings?context=/azure/synapse-analytics/context/context) to include the selected properties. |
72
+
| Subscription || The subscription ID where the Event Hubs resource is located. |
73
+
| Event Hubs namespace || The name that identifies your namespace. |
74
+
| Event Hubs|| The Event Hubs you wish to use. |
75
+
| Consumer group || The consumer group defined in your Event Hubs. |
76
+
| Event system properties | Select relevant properties | The [Event Hubs system properties](../../../service-bus-messaging/service-bus-amqp-protocol-guide.md#message-annotations). If there are multiple records per event message, the system properties will be added to the first one. When adding system properties, [create](/azure/data-explorer/kusto/management/create-table-command?context=/azure/synapse-analytics/context/context) or [update](/azure/data-explorer/kusto/management/alter-table-command?context=/azure/synapse-analytics/context/context) table schema and [mapping](/azure/data-explorer/kusto/management/mappings?context=/azure/synapse-analytics/context/context) to include the selected properties. |
77
77
78
78
1. Select **Next: Schema**.
79
79
80
80
## Schema tab
81
81
82
-
Data is read from the Event Hub in form of [EventData](/dotnet/api/microsoft.servicebus.messaging.eventdata) objects. Supported formats are CSV, JSON, PSV, SCsv, SOHsv TSV, TXT, and TSVE.
82
+
Data is read from the Event Hubs in form of [EventData](/dotnet/api/microsoft.servicebus.messaging.eventdata) objects. Supported formats are CSV, JSON, PSV, SCsv, SOHsv TSV, TXT, and TSVE.
83
83
84
84
<!-- For information on schema mapping with JSON-formatted data, see [Edit the schema](one-click-ingestion-existing-table.md#edit-the-schema).
85
85
For information on schema mapping with CSV-formatted data, see [Edit the schema](one-click-ingestion-new-table.md#edit-the-schema). -->
86
86
87
-
:::image type="content" source="../media/ingest-data-event-hub/schema-tab.png" alt-text="Screenshot of schema tab in ingest new data to Azure Synapse Data Explorer with Event Hub in the one click experience.":::
87
+
:::image type="content" source="../media/ingest-data-event-hub/schema-tab.png" alt-text="Screenshot of schema tab in ingest new data to Azure Synapse Data Explorer with Event Hubs in the one select experience.":::
88
88
89
-
1. If the data you see in the preview window is not complete, you may need more data to create a table with all necessary data fields. Use the following commands to fetch new data from your Event Hub:
89
+
1. If the data you see in the preview window isn't complete, you may need more data to create a table with all necessary data fields. Use the following commands to fetch new data from your Event Hubs:
90
90
***Discard and fetch new data**: discards the data presented and searches for new events.
91
91
***Fetch more data**: Searches for more events in addition to the events already found.
92
92
@@ -95,11 +95,11 @@ For information on schema mapping with CSV-formatted data, see [Edit the schema]
95
95
96
96
1. Select **Next: Summary**.
97
97
98
-
## Continuous ingestion from Event Hub
98
+
## Continuous ingestion from Event Hubs
99
99
100
-
In the **Continuous ingestion from Event Hub established** window, all steps will be marked with green check marks when establishment finishes successfully. The cards below these steps give you options to explore your data with **Quick queries**, undo changes made using **Tools**, or **Monitor** the Event Hub connections and data.
100
+
In the **Continuous ingestion from Event Hub established** window, all steps will be marked with green check marks when establishment finishes successfully. The cards below these steps give you options to explore your data with **Quick queries**, undo changes made using **Tools**, or **Monitor** the Event Hubs connections and data.
101
101
102
-
:::image type="content" source="../media/ingest-data-event-hub/data-ingestion-completed.png" alt-text="Screenshot of final screen in ingestion to Azure Synapse Data Explorer from Event Hub with the one click experience.":::
102
+
:::image type="content" source="../media/ingest-data-event-hub/data-ingestion-completed.png" alt-text="Screenshot of final screen in ingestion to Azure Synapse Data Explorer from Event Hubs with the one select experience.":::
0 commit comments