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/get-started/quickstart-add-assets.md
+21-16Lines changed: 21 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,7 +55,7 @@ When you deployed Azure IoT Operations, you chose to include a built-in OPC PLC
55
55
56
56
To add an asset endpoint:
57
57
58
-
1. Select **Asset endpoints** and then **Create asset endpoint**:
58
+
1. Select **Manage asset endpoints** and then **Create asset endpoint**:
59
59
60
60
:::image type="content" source="media/quickstart-add-assets/asset-endpoints.png" alt-text="Screenshot that shows the asset endpoints page in the Azure IoT Operations portal.":::
61
61
@@ -84,22 +84,27 @@ To add an asset endpoint:
84
84
85
85
When the OPC PLC simulator is running, data flows from the simulator, to the connector, to the OPC UA broker, and finally to the MQ broker.
86
86
87
-
To enable the asset endpoint to use an untrusted certificate:
87
+
The following step lowers the security level for the OPC PLC so that it accepts connections from any client without an explicit peer certificate trust operation. To enable the asset endpoint to use an untrusted certificate:
88
88
89
89
> [!CAUTION]
90
-
> Don't use untrusted certificates in production environments.
91
-
92
-
1. Run the following command on the machine where your cluster is running to apply the configuration to use an untrusted certificate:
> Don't use untrusted certificates in production environments. To learn more, see [Configure an OPC PLC simulator](../manage-devices-assets/howto-configure-opc-plc-simulator.md).
91
+
92
+
1. Run the following command to enable the use of an untrusted certificate. Replace the two placeholders with your cluster name and resource group name:
1. Find the name of your `aio-opc-supervisor` pod by using the following command:
107
+
1. To enable the configuration change to take effect immediately, first find the name of your `aio-opc-supervisor` pod by using the following command:
103
108
104
109
```console
105
110
kubectl get pods -n azure-iot-operations
@@ -177,7 +182,7 @@ Review your asset and tag details and make any adjustments you need before you s
177
182
178
183
To verify that the thermostat asset you added is publishing data, view the telemetry in the `azure-iot-operations/data` topic:
179
184
180
-
:::image type="content" source="media/quickstart-add-assets/mqttui-output.png" alt-text="Screenshot of the mqttui topic display showing the temperature telemetry.":::
185
+
:::image type="content" source="media/quickstart-add-assets/mqttui-output.png" alt-text="Screenshot of the mqttui topic display showing the temperature telemetry." lightbox="media/quickstart-add-assets/mqttui-output.png":::
181
186
182
187
If there's no data flowing, restart the `aio-opc-opc.tcp-1` pod:
183
188
@@ -199,7 +204,7 @@ The sample tags you added in the previous quickstart generate messages from your
199
204
200
205
```json
201
206
{
202
-
"Timestamp": "2023-08-10T00:54:58.6572007Z",
207
+
"Timestamp": "2024-03-08T00:54:58.6572007Z",
203
208
"MessageType": "ua-deltaframe",
204
209
"payload": {
205
210
"temperature": {
@@ -211,7 +216,7 @@ The sample tags you added in the previous quickstart generate messages from your
1. To track the last known value (LKV) of the temperature, select **Stages**, and select **Last known values**. Use the information the following tables to configure the stage to track the LKVs of temperature for the messages that only have boiler status messages, then select **Apply**:
This example shows the topic used in the [Quickstart: Use Data Processor pipelines to process data from your OPC UA assets](../get-started/quickstart-process-telemetry.md). This configuration then generates messages that look like the following example:
0 commit comments