Skip to content

Commit 8589fbb

Browse files
committed
adjusted formatting
1 parent 7660f51 commit 8589fbb

File tree

2 files changed

+31
-31
lines changed

2 files changed

+31
-31
lines changed

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

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Applications use consumer groups to pull data from Azure Event Hubs. To reliably
3333

3434
To add a new consumer group in your event hub:
3535

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

3838
[![Open your event hub namespace](media/time-series-insights-how-to-add-an-event-source-eventhub/1-event-hub-namespace.png)](media/time-series-insights-how-to-add-an-event-source-eventhub/1-event-hub-namespace.png#lightbox)
3939

@@ -61,42 +61,42 @@ To add a new consumer group in your event hub:
6161

6262
1. Select the appropriate values for **Import option**:
6363

64-
[![Select an Event Source import option](media/time-series-insights-how-to-add-an-event-source-eventhub/4-select-an-option.png)](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.
6565

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+
[![Select an Event Source import option](media/time-series-insights-how-to-add-an-event-source-eventhub/4-select-an-option.png)](media/time-series-insights-how-to-add-an-event-source-eventhub/4-select-an-option.png#lightbox)
6767

68-
[![Subscription and event hub details](media/time-series-insights-how-to-add-an-event-source-eventhub/5-create-button.png)](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:
6969

70-
The following table describes the required properties for the **Use Event Hub from available subscriptions** option:
70+
[![Subscription and event hub details](media/time-series-insights-how-to-add-an-event-source-eventhub/5-create-button.png)](media/time-series-insights-how-to-add-an-event-source-eventhub/5-create-button.png#lightbox)
7171

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

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**.
8181

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

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

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Applications use consumer groups to pull data from Azure IoT Hub. To reliably re
3333

3434
To add a new consumer group to your IoT hub:
3535

36-
1. In the Azure portal, find and open your IoT hub.
36+
1. In the [Azure portal](https://portal.azure.com), find and open your IoT hub.
3737

3838
1. Under **Settings**, select **Built-in Endpoints**, and then select the **Events** endpoint.
3939

0 commit comments

Comments
 (0)