Skip to content

Commit 982ef1b

Browse files
committed
Update opc topic
1 parent b487ed5 commit 982ef1b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

articles/iot-operations/get-started/quickstart-process-telemetry.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ In the following steps, leave all values at their default unless otherwise speci
7171
| Name | `input data` |
7272
| Broker | `tls://aio-mq-dmqtt-frontend:8883` |
7373
| Authentication| `Service account token (SAT)` |
74-
| Topic | `azure-iot-operations/data/opc.tcp/opc.tcp-1/#` |
74+
| Topic | `azure-iot-operations/data/#` |
7575
| Data format | `JSON` |
7676

7777
1. Select **Transform** from **Pipeline Stages** as the second stage in this pipeline. Enter the following values and then select **Apply**:
@@ -189,7 +189,7 @@ Create a Data Processor pipeline to process and enrich your data before it sends
189189
| Display name | `OPC UA data` |
190190
| Broker | `tls://aio-mq-dmqtt-frontend:8883` |
191191
| Authentication| `Service account token (SAT)` |
192-
| Topic | `azure-iot-operations/data/opc.tcp/opc.tcp-1/thermostat` |
192+
| Topic | `azure-iot-operations/data/thermostat` |
193193
| Data Format | `JSON` |
194194

195195
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**:

articles/iot-operations/process-data/howto-configure-datasource-mq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ The following shows an example configuration for the stage:
7575
| Name | `input data` |
7676
| Broker | `tls://aio-mq-dmqtt-frontend:8883` |
7777
| Authentication | `Service Account Token (SAT)` |
78-
| Topic | `azure-iot-operations/data/opc.tcp/opc.tcp-1/#` |
78+
| Topic | `azure-iot-operations/data/#` |
7979
| Data format | `JSON` |
8080

8181
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

Comments
 (0)