Skip to content

Commit f2d878b

Browse files
committed
Update sample message
1 parent fc31fc7 commit f2d878b

File tree

1 file changed

+13
-9
lines changed

1 file changed

+13
-9
lines changed

articles/iot-operations/get-started-end-to-end-sample/quickstart-configure.md

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -187,18 +187,22 @@ If there's no data flowing, restart the `aio-opc-opc.tcp-1` pod:
187187
kubectl delete pod aio-opc-opc.tcp-1-849dd78866-vhmz6 -n azure-iot-operations
188188
```
189189

190-
The sample tags you added in the previous quickstart generate messages from your asset that look like the following example:
190+
The sample asset you added earlier in this quickstart generates messages that look like the following example:
191191

192192
```json
193193
{
194-
"temperature": {
195-
"SourceTimestamp": "2024-08-02T13:52:15.1969959Z",
196-
"Value": 2696
197-
},
198-
"Tag 10": {
199-
"SourceTimestamp": "2024-08-02T13:52:15.1970198Z",
200-
"Value": 2696
201-
}
194+
"Temperature":{
195+
"SourceTimestamp":"2024-11-04T21:30:31.9454188Z",
196+
"Value":357
197+
},
198+
"FillWeight":{
199+
"SourceTimestamp":"2024-11-04T21:30:31.9455619Z",
200+
"Value":357
201+
},
202+
"EnergyUse":{
203+
"SourceTimestamp":"2024-11-04T21:30:31.9455641Z",
204+
"Value":357
205+
}
202206
}
203207
```
204208

0 commit comments

Comments
 (0)