Skip to content

Commit 08fa653

Browse files
committed
Readded backticks
1 parent 4799246 commit 08fa653

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/iot-edge/tutorial-deploy-stream-analytics.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -228,10 +228,10 @@ For this tutorial, you deploy two modules. The first is **SimulatedTemperatureSe
228228
229229
| Name | Value |
230230
| --- | --- |
231-
| telemetryToCloud | FROM /messages/modules/SimulatedTemperatureSensor/* INTO $upstream |
232-
| alertsToCloud | FROM /messages/modules/{moduleName}/* INTO $upstream |
233-
| alertsToReset | FROM /messages/modules/{moduleName}/* INTO BrokeredEndpoint("/modules/SimulatedTemperatureSensor/inputs/control") |
234-
| telemetryToAsa | FROM /messages/modules/SimulatedTemperatureSensor/* INTO BrokeredEndpoint("/modules/{moduleName}/inputs/temperature")|
231+
| telemetryToCloud | `FROM /messages/modules/SimulatedTemperatureSensor/* INTO $upstream` |
232+
| alertsToCloud | `FROM /messages/modules/{moduleName}/* INTO $upstream` |
233+
| alertsToReset | `FROM /messages/modules/{moduleName}/* INTO BrokeredEndpoint("/modules/SimulatedTemperatureSensor/inputs/control")` |
234+
| telemetryToAsa | `FROM /messages/modules/SimulatedTemperatureSensor/* INTO BrokeredEndpoint("/modules/{moduleName}/inputs/temperature")`|
235235
236236
The routes you declare here define the flow of data through the IoT Edge device. The telemetry data from SimulatedTemperatureSensor are sent to IoT Hub and to the **temperature** input that was configured in the Stream Analytics job. The **alert** output messages are sent to IoT Hub and to the SimulatedTemperatureSensor module to trigger the reset command.
237237

0 commit comments

Comments
 (0)