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
+23-23Lines changed: 23 additions & 23 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -67,32 +67,32 @@ To add a new consumer group in your event hub:
67
67
68
68
The following table describes the required properties for the **Use Event Hub from available subscriptions** option:
69
69
70
-
| Property | Description |
71
-
| --- | --- |
72
-
| Subscription ID | Select the subscription in which this event hub was created.
73
-
| Service bus namespace | Select the Azure Service Bus namespace that contains the event hub.
74
-
| Event hub name | Select the name of the event hub.
75
-
| Event hub policy name | Select the 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.
76
-
| Event hub policy key | The key value might be prepopulated.
77
-
| 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. |
78
-
| Event serialization format | Currently, JSON is the only available serialization format. Event messages must be in this format or data can't be read. |
79
-
| 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. |
70
+
| Property | Description |
71
+
| --- | --- |
72
+
| Subscription ID | Select the subscription in which this event hub was created.
73
+
| Service bus namespace | Select the Azure Service Bus namespace that contains the event hub.
74
+
| Event hub name | Select the name of the event hub.
75
+
| Event hub policy name | Select the 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.
76
+
| Event hub policy key | The key value might be prepopulated.
77
+
| 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. |
78
+
| Event serialization format | Currently, JSON is the only available serialization format. Event messages must be in this format or data can't be read. |
79
+
| 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. |
80
80
81
81
- If the event hub is external to your subscriptions or if you want to select advanced options, select **Provide Event Hub settings manually**.
82
82
83
-
The following table describes the required properties for the **Provide Event Hub settings manually** option:
84
-
85
-
| Property | Description |
86
-
| --- | --- |
87
-
| Subscription ID | The subscription in which this event hub was created.
88
-
| Resource group | The resource group in which this event hub was created.
89
-
| Service bus namespace | A Service bus namespace is a container for a set of messaging entities. When you created a new event hub, you also created a Service Bus namespace.
90
-
| Event hub name | The name of your event hub. When you created your event hub, you also gave it a specific name.
91
-
| Event hub policy name | The shared access policy. You can create a 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.
92
-
| 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.
93
-
| 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.
94
-
| Event serialization format | Currently, JSON is the only available serialization format. Event messages must be in this format or data can't be read. |
95
-
| 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. |
83
+
The following table describes the required properties for the **Provide Event Hub settings manually** option:
84
+
85
+
| Property | Description |
86
+
| --- | --- |
87
+
| Subscription ID | The subscription in which this event hub was created.
88
+
| Resource group | The resource group in which this event hub was created.
89
+
| Service bus namespace | A Service bus namespace is a container for a set of messaging entities. When you created a new event hub, you also created a Service Bus namespace.
90
+
| Event hub name | The name of your event hub. When you created your event hub, you also gave it a specific name.
91
+
| Event hub policy name | The shared access policy. You can create a 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.
92
+
| 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.
93
+
| 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.
94
+
| Event serialization format | Currently, JSON is the only available serialization format. Event messages must be in this format or data can't be read. |
95
+
| 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. |
96
96
97
97
1. Add the dedicated Time Series Insights consumer group name that you added to your event hub.
0 commit comments