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/iot-operations/discover-manage-assets/howto-configure-opc-ua.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -658,6 +658,12 @@ This command shows you what changes would be made to your Azure resources withou
658
658
659
659
---
660
660
661
+
## Add management groups and actions
662
+
663
+
A management group is a logical grouping of actions that you can invoke against an OPC UA asset, such as writing a value to a tag or calling a method. Actions must belong to a management group.
664
+
665
+
To create a management group and define actions for it, see [Control OPC UA servers](howto-control-opc-ua.md). That article explains the different types of actions (simple writes, complex writes, and method calls) and the MQTT topics you use to invoke them.
666
+
661
667
## Update an asset
662
668
663
669
# [Operations experience](#tab/portal)
@@ -871,6 +877,7 @@ To delete individual resources by using Bicep, see [Deployment stacks](/azure/az
871
877
## Related content
872
878
873
879
-[Manage asset and device configurations](howto-use-operations-experience.md)
880
+
-[Control OPC UA servers](howto-control-opc-ua.md)
874
881
-[Connector for OPC UA overview](overview-opc-ua-connector.md)
Copy file name to clipboardExpand all lines: articles/iot-operations/discover-manage-assets/howto-use-sse-connector.md
+48-6Lines changed: 48 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -178,17 +178,30 @@ To define an asset that publishes events from the SSE endpoint, follow these ste
178
178
179
179
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.
180
180
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:
182
182
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**.
184
184
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.
186
186
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**.
195
+
196
+
1. Enter a name for the event group and the destination MQTT topic.
188
197
189
-
Add details for each event to publish to the MQTT broker.
198
+
1. Select **Create and next** to create the event group and go to the events page.
190
199
191
-
Select **Next** to continue.
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":::
203
+
204
+
Add details for each event to publish to the MQTT broker. Select **Next** to continue.
192
205
193
206
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:
Copy file name to clipboardExpand all lines: articles/iot-operations/discover-manage-assets/overview-manage-assets.md
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -136,6 +136,24 @@ Connectors include:
136
136
137
137
-**Custom connectors**. Services that you create to connect to other data sources and publish data to the MQTT broker. Use the Azure IoT Operations SDKs to create custom connectors that meet your specific requirements.
138
138
139
+
Each connector organizes asset data using one or more of the following types:
140
+
141
+
-**Datasets**: A logical grouping of telemetry data points that defines what data is collected and routes it to a destination MQTT topic.
142
+
-**Event groups**: A logical container for related discrete events from an asset, such as state changes or alerts, routed to a destination MQTT topic.
143
+
-**Management groups**: A logical grouping of read, write, or call actions that can be invoked against an asset.
144
+
-**Streams**: A continuous flow of media data, such as video or audio, from an asset such as a camera.
145
+
146
+
The following table summarizes which data types each connector supports.
147
+
148
+
| Connector | Datasets | Event groups | Management groups | Streams |
You can use Akri services to automatically discover physical devices and assets. Akri services also help operational technology (OT) users set up devices and assets in the operations experience web UI. The connectors described earlier all use the framework that Akri services provide to implement their core capabilities.
In [Azure IoT Operations](#azure-iot-operations---enabled-by-azure-arc), a dataset is a logical grouping of [data points](#data-point) collected from an [asset](#asset). A dataset defines which telemetry values belong together and how they're routed to a destination MQTT topic. A single asset can have multiple datasets to group telemetry by purpose, such as process monitoring or energy monitoring. Data points can't exist independently outside a dataset.
372
+
373
+
Connectors that use datasets include OPC UA, REST/HTTP, MQTT, and SSE.
374
+
375
+
See also [event group](#event-group), [management group](#management-group).
376
+
377
+
Casing rules: Always lowercase.
378
+
379
+
Applies to: Azure IoT Operations
380
+
369
381
### Default component
370
382
371
383
All [IoT Plug and Play device](#iot-plug-and-play-device)[models](#model) have a default [component](#component). A simple [device model](#device-model) only has a default component - such a model is also known as a no-component [device](#device). A more complex model has multiple components nested below the default component.
In [Azure IoT Operations](#azure-iot-operations---enabled-by-azure-arc), an event group is a logical container for related [events](#event-azure-iot-operations) from an [asset](#asset). An event group defines which events belong together and the destination MQTT topic where event data is published. Event groups are the event equivalent of [datasets](#dataset) — events within a group can carry metadata such as trigger time, severity, and sensor ID. Events can't exist independently outside an event group.
720
+
721
+
Connectors that use event groups include OPC UA, ONVIF, and SSE.
722
+
723
+
See also [dataset](#dataset), [management group](#management-group).
724
+
725
+
Casing rules: Always lowercase.
726
+
727
+
Applies to: Azure IoT Operations
728
+
705
729
### Event Hubs-compatible endpoint
706
730
707
731
An [IoT Hub](#iot-hub)[endpoint](#endpoint) that lets you use any Event Hubs-compatible method to read [device](#device) messages sent to the hub. Event Hubs-compatible methods include the [Event Hubs SDKs](../event-hubs/event-hubs-programming-guide.md) and [Azure Stream Analytics](../stream-analytics/stream-analytics-introduction.md).
@@ -1019,6 +1043,18 @@ Applies to: IoT Hub, Device Provisioning Service
1019
1043
1020
1044
## M
1021
1045
1046
+
### Management group
1047
+
1048
+
In [Azure IoT Operations](#azure-iot-operations---enabled-by-azure-arc), a management group is a logical grouping of management actions that can be invoked against an [asset](#asset). Each action has a target URI and an action type: read, write, or call. Management actions can't exist independently outside a management group. Management groups let you organize and secure related control and configuration operations together.
1049
+
1050
+
Connectors that use management groups include OPC UA, ONVIF, and MQTT.
1051
+
1052
+
See also [dataset](#dataset), [event group](#event-group).
1053
+
1054
+
Casing rules: Always lowercase.
1055
+
1056
+
Applies to: Azure IoT Operations
1057
+
1022
1058
### Model
1023
1059
1024
1060
A definition of a type of entity in your physical environment, including its [properties](#properties), telemetries, and [components](#component). Models are used to create [digital twins](#digital-twin) that represent specific physical objects of this type. Models are written in the [Digital Twins Definition Language](#digital-twins-definition-language).
0 commit comments