Skip to content

Commit 49c5667

Browse files
committed
table fixes: time-series-insights-how-to-add-an-event-source-eventhub
1 parent 90c90d9 commit 49c5667

File tree

1 file changed

+23
-23
lines changed

1 file changed

+23
-23
lines changed

articles/time-series-insights/time-series-insights-how-to-add-an-event-source-eventhub.md

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -67,32 +67,32 @@ To add a new consumer group in your event hub:
6767

6868
The following table describes the required properties for the **Use Event Hub from available subscriptions** option:
6969

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

8181
- If the event hub is external to your subscriptions or if you want to select advanced options, select **Provide Event Hub settings manually**.
8282

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

9797
1. Add the dedicated Time Series Insights consumer group name that you added to your event hub.
9898

0 commit comments

Comments
 (0)