Skip to content

Commit 0aee58a

Browse files
committed
Update SSE article to make it equivalent to others.
1 parent e2ff860 commit 0aee58a

1 file changed

Lines changed: 19 additions & 6 deletions

File tree

articles/iot-operations/discover-manage-assets/howto-use-sse-connector.md

Lines changed: 19 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -178,17 +178,30 @@ To define an asset that publishes events from the SSE endpoint, follow these ste
178178

179179
1. Add any custom properties you want to associate with the asset. For example, you might add a property to indicate the manufacturer of the camera. Select **Next** to continue.
180180

181-
1. On the **Datasets** page, create any datasets required and define the data points.
181+
A dataset defines where the connector sends the data it collects from a collection of data points. An SSE asset can have multiple datasets. To create a dataset:
182182

183-
1. On the **Event groups** page, create an event group to define the events to publish to the MQTT broker.
183+
1. Select **Create dataset**.
184184

185-
1. In the event group, select **Add event** to add an event for the asset. For example:
185+
1. Enter the details for the dataset such as its name, data source, and destination. For SSE assets, the data source is the path on the SSE endpoint. The destination is either an MQTT topic or a [broker state store](../develop-edge-apps/overview-state-store.md) key.
186186

187-
:::image type="content" source="media/howto-use-sse-connector/add-event.png" alt-text="Screenshot that shows how to add an event for SSE source." lightbox="media/howto-use-sse-connector/add-event.png":::
187+
1. Select **Create and next** to create the dataset.
188+
189+
> [!TIP]
190+
> Use the **Manage default settings** option to configure default dataset settings.
191+
192+
An event group defines where the connector sends the data it receives from a collection of events. An SSE asset can have multiple event groups. To create an event group:
193+
194+
1. Select **Create event group**.
188195

189-
Add details for each event to publish to the MQTT broker.
196+
1. Enter a name for the event group and the destination MQTT topic.
197+
198+
1. Select **Create and next** to create the event group and go to the events page.
199+
200+
1. Select **Add event** to add an event to the group. For example:
201+
202+
:::image type="content" source="media/howto-use-sse-connector/add-event.png" alt-text="Screenshot that shows how to add an event for SSE source." lightbox="media/howto-use-sse-connector/add-event.png":::
190203

191-
Select **Next** to continue.
204+
Add details for each event to publish to the MQTT broker. Select **Next** to continue.
192205

193206
1. On the **Review** page, review the details of the asset and select **Create** to create the asset. After a few minutes, the asset is listed on the **Assets** page:
194207

0 commit comments

Comments
 (0)