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/time-series-insights/time-series-insights-how-to-add-an-event-source-eventhub.md
+30-30Lines changed: 30 additions & 30 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ Applications use consumer groups to pull data from Azure Event Hubs. To reliably
33
33
34
34
To add a new consumer group in your event hub:
35
35
36
-
1. In the Azure portal, locate and open your event hub from the event hub namespace.
36
+
1. In the [Azure portal](https://portal.azure.com), locate and open your event hub from the event hub namespace.
37
37
38
38
[](media/time-series-insights-how-to-add-an-event-source-eventhub/1-event-hub-namespace.png#lightbox)
39
39
@@ -61,42 +61,42 @@ To add a new consumer group in your event hub:
61
61
62
62
1. Select the appropriate values for **Import option**:
63
63
64
-
[](media/time-series-insights-how-to-add-an-event-source-eventhub/4-select-an-option.png#lightbox)
64
+
* If you have an existing event hub in one of your subscriptions, select**Use Event Hub from available subscriptions**. This option is the easiest approach.
65
65
66
-
- If you have an existing event hub in one of your subscriptions, select **Use Event Hub from available subscriptions**. This option is the easiest approach.
66
+
[](media/time-series-insights-how-to-add-an-event-source-eventhub/4-select-an-option.png#lightbox)
67
67
68
-
[](media/time-series-insights-how-to-add-an-event-source-eventhub/5-create-button.png#lightbox)
68
+
* The following table describes the required properties for the **Use Event Hub from available subscriptions** option:
69
69
70
-
The following table describes the required properties for the **Use Event Hub from available subscriptions** option:
70
+
[](media/time-series-insights-how-to-add-an-event-source-eventhub/5-create-button.png#lightbox)
71
71
72
-
| Property | Description |
73
-
| --- | --- |
74
-
| Subscription | The subscription the desired event hub instance and namespace belongs to. |
75
-
| Event Hub namespace | The event hub namespace the desired event hub instance belongs to. |
76
-
| Event Hub name | The name of the desired event hub instance. |
77
-
| Event Hub policy value | Select the desired shared access policy. You can create the shared access policy on the event hub **Configure** tab. Each shared access policy has a name, permissions that you set, and access keys. The shared access policy for your event source *must* have **read** permissions. |
78
-
| Event Hub policy key | Pre-populated from the selected Event Hub policy value. |
72
+
| Property | Description |
73
+
| --- | --- |
74
+
| Subscription | The subscription the desired event hub instance and namespace belongs to. |
75
+
| Event Hub namespace | The event hub namespace the desired event hub instance belongs to. |
76
+
| Event Hub name | The name of the desired event hub instance. |
77
+
| Event Hub policy value | Select the desired shared access policy. You can create the shared access policy on the event hub **Configure** tab. Each shared access policy has a name, permissions that you set, and access keys. The shared access policy for your event source *must* have **read** permissions. |
78
+
| Event Hub policy key | Pre-populated from the selected Event Hub policy value. |
79
79
80
-
- If the event hub is external to your subscriptions or if you want to select advanced options, select **Provide Event Hub settings manually**.
80
+
* If the event hub is external to your subscriptions or if you want to select advanced options, select **Provide Event Hub settings manually**.
81
81
82
-
The following table describes the required properties for the **Provide Event Hub settings manually** option:
82
+
The following table describes the required properties for the **Provide Event Hub settings manually** option:
83
83
84
-
| Property | Description |
85
-
| --- | --- |
86
-
| Subscription ID | The subscription the desired event hub instance and namespace belongs to. |
87
-
| Resource group | The resource group the desired event hub instance and namespace belongs to. |
88
-
| Event Hub namespace | The event hub namespace the desired event hub instance belongs to. |
89
-
| Event Hub name | The name of the desired event hub instance. |
90
-
| Event Hub policy value | Select the desired shared access policy. You can create the shared access policy on the event hub **Configure** tab. Each shared access policy has a name, permissions that you set, and access keys. The shared access policy for your event source *must* have **read** permissions. |
91
-
| Event Hub policy key | The shared access key that's used to authenticate access to the Service Bus namespace. Enter the primary or secondary key here. |
92
-
93
-
- Both options share the following configuration options:
94
-
95
-
| Property | Description |
96
-
| --- | --- |
97
-
| Event Hub consumer group | The consumer group that reads events from the event hub. We highly recommend that you use a dedicated consumer group for your event source. |
98
-
| Event serialization format | Currently, JSON is the only available serialization format. Event messages must be in this format or data can't be read. |
99
-
| Timestamp property name | To determine this value, you need to understand the message format of the message data that's sent to the event hub. This value is the **name** of the specific event property in the message data that you want to use as the event timestamp. The value is case-sensitive. If left blank, the **event enqueue time** in the event source is used as the event timestamp. |
84
+
| Property | Description |
85
+
| --- | --- |
86
+
| Subscription ID | The subscription the desired event hub instance and namespace belongs to. |
87
+
| Resource group | The resource group the desired event hub instance and namespace belongs to. |
88
+
| Event Hub namespace | The event hub namespace the desired event hub instance belongs to. |
89
+
| Event Hub name | The name of the desired event hub instance. |
90
+
| Event Hub policy value | Select the desired shared access policy. You can create the shared access policy on the event hub **Configure** tab. Each shared access policy has a name, permissions that you set, and access keys. The shared access policy for your event source *must* have **read** permissions. |
91
+
| Event Hub policy key | The shared access key that's used to authenticate access to the Service Bus namespace. Enter the primary or secondary key here. |
92
+
93
+
* Both options share the following configuration options:
94
+
95
+
| Property | Description |
96
+
| --- | --- |
97
+
| Event Hub consumer group | The consumer group that reads events from the event hub. We highly recommend that you use a dedicated consumer group for your event source. |
98
+
| Event serialization format | Currently, JSON is the only available serialization format. Event messages must be in this format or data can't be read. |
99
+
| Timestamp property name | To determine this value, you need to understand the message format of the message data that's sent to the event hub. This value is the **name** of the specific event property in the message data that you want to use as the event timestamp. The value is case-sensitive. If left blank, the **event enqueue time** in the event source is used as the event timestamp. |
100
100
101
101
1. Add the dedicated Time Series Insights consumer group name that you added to your event hub.
0 commit comments