Skip to content

Commit 6ee2eb0

Browse files
committed
Acrolinx
1 parent f3d4111 commit 6ee2eb0

File tree

2 files changed

+25
-25
lines changed

2 files changed

+25
-25
lines changed

articles/synapse-analytics/data-explorer/ingest-data/data-explorer-ingest-event-hub-one-click.md

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Use one-click ingestion to ingest data from Event Hub into Azure Synapse Data Explorer (Preview)
3-
description: Learn how to use one-click to ingest (load) data into Azure Synapse Data Explorer from Event Hub.
2+
title: Use one-select ingestion to ingest data from Event Hubs into Azure Synapse Data Explorer (Preview)
3+
description: Learn how to use one-select to ingest (load) data into Azure Synapse Data Explorer from Event Hubs.
44
ms.topic: how-to
55
ms.date: 11/02/2021
66
author: shsagir
@@ -9,7 +9,7 @@ ms.reviewer: tzgitlin
99
ms.service: azure-synapse-analytics
1010
ms.subservice: data-explorer
1111
---
12-
# Use one-click ingestion to create an Event Hub data connection for Azure Synapse Data Explorer (Preview)
12+
# Use one-select ingestion to create an Event Hubs data connection for Azure Synapse Data Explorer (Preview)
1313

1414
> [!div class="op_single_selector"]
1515
> * [Portal](data-explorer-ingest-event-hub-portal.md)
@@ -18,13 +18,13 @@ ms.subservice: data-explorer
1818
> * [Python](data-explorer-ingest-event-hub-python.md)
1919
> * [Azure Resource Manager template](data-explorer-ingest-event-hub-resource-manager.md)
2020
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 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.
2222

2323
## Prerequisites
2424

2525
[!INCLUDE [data-explorer-ingest-prerequisites](../includes/data-explorer-ingest-prerequisites.md)]
2626

27-
- [Event Hub with data for ingestion](data-explorer-ingest-event-hub-portal.md#create-an-event-hubs).
27+
- [Event Hubs with data for ingestion](data-explorer-ingest-event-hub-portal.md#create-an-event-hubs).
2828

2929
> [!NOTE]
3030
> 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
3939

4040
1. In the left menu of the Web UI, select the **Data** tab.
4141

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="Select one-select ingest data from Event Hubs in the web UI.":::
4343

4444
1. In the **Ingest data from Event Hub** card, select **Ingest**.
4545

@@ -64,29 +64,29 @@ The **Ingest new data** window opens with the **Destination** tab selected.
6464

6565
1. Under **Data Connection**, fill in the following fields:
6666

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.":::
6868

6969
|**Setting** | **Suggested value** | **Field description**
7070
|---|---|---|
7171
| 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. |
7777

7878
1. Select **Next: Schema**.
7979

8080
## Schema tab
8181

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.
8383

8484
<!-- For information on schema mapping with JSON-formatted data, see [Edit the schema](one-click-ingestion-existing-table.md#edit-the-schema).
8585
For information on schema mapping with CSV-formatted data, see [Edit the schema](one-click-ingestion-new-table.md#edit-the-schema). -->
8686

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.":::
8888

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:
9090
* **Discard and fetch new data**: discards the data presented and searches for new events.
9191
* **Fetch more data**: Searches for more events in addition to the events already found.
9292

@@ -95,11 +95,11 @@ For information on schema mapping with CSV-formatted data, see [Edit the schema]
9595
9696
1. Select **Next: Summary**.
9797

98-
## Continuous ingestion from Event Hub
98+
## Continuous ingestion from Event Hubs
9999

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.
101101

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.":::
103103

104104
## Next steps
105105

articles/synapse-analytics/data-explorer/ingest-data/data-explorer-ingest-event-hub-resource-manager.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Create an Event Hub data connection for Azure Synapse Data Explorer by using Azure Resource Manager template (Preview)
3-
description: In this article, you learn how to create an Event Hub data connection for Azure Synapse Data Explorer by using Azure Resource Manager template.
2+
title: Create an Event Hubs data connection for Azure Synapse Data Explorer by using Azure Resource Manager template (Preview)
3+
description: In this article, you learn how to create an Event Hubs data connection for Azure Synapse Data Explorer by using Azure Resource Manager template.
44
ms.topic: how-to
55
ms.date: 11/02/2021
66
author: shsagir
@@ -11,7 +11,7 @@ ms.subservice: data-explorer
1111
ms.custom: devx-track-arm-template
1212
---
1313

14-
# Create an Event Hub data connection for Azure Synapse Data Explorer by using Azure Resource Manager template (Preview)
14+
# Create an Event Hubs data connection for Azure Synapse Data Explorer by using Azure Resource Manager template (Preview)
1515

1616
> [!div class="op_single_selector"]
1717
> * [Portal](data-explorer-ingest-event-hub-portal.md)
@@ -22,19 +22,19 @@ ms.custom: devx-track-arm-template
2222
2323
[!INCLUDE [data-connector-intro](../includes/data-explorer-ingest-data-intro.md)]
2424

25-
In this article, you create an Event Hub data connection for Azure Synapse Data Explorer by using Azure Resource Manager template.
25+
In this article, you create an Event Hubs data connection for Azure Synapse Data Explorer by using Azure Resource Manager template.
2626

2727
## Prerequisites
2828

2929
[!INCLUDE [data-explorer-ingest-prerequisites](../includes/data-explorer-ingest-prerequisites.md)]
3030

31-
- [Event Hub with data for ingestion](data-explorer-ingest-event-hub-portal.md#create-an-event-hubs).
31+
- [Event Hubs with data for ingestion](data-explorer-ingest-event-hub-portal.md#create-an-event-hubs).
3232

3333
[!INCLUDE [data-explorer-ingest-event-hub-table-mapping](../includes/data-explorer-ingest-event-hub-table-mapping.md)]
3434

35-
## Azure Resource Manager template for adding an Event Hub data connection
35+
## Azure Resource Manager template for adding an Event Hubs data connection
3636

37-
The following example shows an Azure Resource Manager template for adding an Event Hub data connection. You can [edit and deploy the template in the Azure portal](/azure/azure-resource-manager/resource-manager-quickstart-create-templates-use-the-portal#edit-and-deploy-the-template) by using the form.
37+
The following example shows an Azure Resource Manager template for adding an Event Hubs data connection. You can [edit and deploy the template in the Azure portal](/azure/azure-resource-manager/resource-manager-quickstart-create-templates-use-the-portal#edit-and-deploy-the-template) by using the form.
3838

3939
```json
4040
{

0 commit comments

Comments
 (0)