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-hubs).
30
+
-[Event hub with data for ingestion](data-explorer-ingest-event-hub-portal.md#create-an-event-hubs).
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-hubs) 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
Copy file name to clipboardExpand all lines: articles/synapse-analytics/data-explorer/ingest-data/data-explorer-ingest-event-hub-one-click.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -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-select ingest data from Event Hubs 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**.
Copy file name to clipboardExpand all lines: articles/synapse-analytics/data-explorer/ingest-data/data-explorer-ingest-event-hub-portal.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,24 +50,24 @@ Azure Synapse Data Explorer offers ingestion (data loading) from Event Hubs, a b
50
50
```
51
51
52
52
- We recommend using a [user assigned managed identity](../../../active-directory/managed-identities-azure-resources/qs-configure-portal-windows-vm.md#user-assigned-managed-identity) or [system assigned managed identity](../../../active-directory/managed-identities-azure-resources/qs-configure-portal-windows-vm.md#system-assigned-managed-identity) for the data connection (optional).
53
-
- [A sample app](https://github.com/Azure-Samples/event-hubs-dotnet-ingest) that generates data and sends it to an Event Hubs. Download the sample app to your system.
53
+
- [A sample app](https://github.com/Azure-Samples/event-hubs-dotnet-ingest) that generates data and sends it to an event hub. Download the sample app to your system.
54
54
- [Visual Studio 2019](https://visualstudio.microsoft.com/vs/) to run the sample app.
55
55
56
56
## Sign in to the Azure portal
57
57
58
58
Sign in to the [Azure portal](https://portal.azure.com/).
59
59
60
-
## Create an Event Hubs
60
+
## Create an event hub
61
61
62
-
Create an Event Hubs by using an Azure Resource Manager template in the Azure portal.
62
+
Create an event hub by using an Azure Resource Manager template in the Azure portal.
63
63
64
-
1. To create an Event Hubs, use the following button to start the deployment. Right-click and select **Open in new window**, so you can follow the rest of the steps in this article.
64
+
1. To create an event hub, use the following button to start the deployment. Right-click and select **Open in new window**, so you can follow the rest of the steps in this article.
65
65
66
66
:::image type="content" source="~/reusable-content/ce-skilling/azure/media/template-deployments/deploy-to-azure-button.svg" alt-text="Button to deploy the Resource Manager template to Azure." border="false" link="https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Fazure-quickstart-templates%2Fmaster%2Fquickstarts%2Fmicrosoft.eventhub%2Fevent-hubs-create-event-hub-and-consumer-group%2Fazuredeploy.json":::
67
67
68
68
The **Deploy to Azure** button takes you to the Azure portal.
69
69
70
-
1. Select the subscription where you want to create the Event Hubs, and create a resource group named *test-hub-rg*.
70
+
1. Select the subscription where you want to create the event hub, and create a resource group named *test-hub-rg*.
71
71
72
72

73
73
@@ -115,7 +115,7 @@ Now you connect to the Event Hubs from Data Explorer pool. When this connection
115
115
116
116
1. Under the Data Explorer pool you created, select **Databases** > **TestDatabase**.
117
117
118
-
:::image type="content" source="../media/ingest-data-event-hub/select-test-database.png" alt-text="Select test database.":::
118
+
:::image type="content" source="../media/ingest-data-event-hub/select-test-database.png" alt-text="Screenshot of the test database pool, showing select test database.":::
119
119
120
120
1. Select **Data connections** and **Add data connection**.
121
121
@@ -125,7 +125,7 @@ Now you connect to the Event Hubs from Data Explorer pool. When this connection
125
125
126
126
Fill out the form with the following information, and then select **Create**.
:::image type="content" source="../media/ingest-data-event-hub/data-connection-pane.png" alt-text="Screenshot of the data connection pane in Event Hubs.":::
0 commit comments