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
# As a developer new to IoT Hub, I need to see how IoT Hub sends telemetry from a device to an IoT hub and how to read that telemetry data from the hub using a back-end application.
14
14
---
15
15
@@ -125,7 +125,7 @@ The simulated device application connects to a device-specific endpoint on your
125
125
126
126
The following screenshot shows the output as the simulated device application sends telemetry to your IoT hub:
127
127
128
-

128
+

129
129
130
130
## Read the telemetry from your hub
131
131
@@ -137,9 +137,9 @@ The back-end application connects to the service-side **Events** endpoint on you
137
137
138
138
| Variable | Value |
139
139
| -------- | ----------- |
140
-
| `eventHubsCompatibleEndpoint` | Replace the value of the variable with the Event Hubs-compatible endpoint you made a note of earlier. |
141
-
| `eventHubsCompatiblePath` | Replace the value of the variable with the Event Hubs-compatible path you made a note of earlier. |
142
-
| `iotHubSasKey` | Replace the value of the variable with the service primary key you made a note of earlier. |
140
+
| `EVENT_HUBS_COMPATIBLE_ENDPOINT` | Replace the value of the variable with the Event Hubs-compatible endpoint you made a note of earlier. |
141
+
| `EVENT_HUBS_COMPATIBLE_PATH` | Replace the value of the variable with the Event Hubs-compatible path you made a note of earlier. |
142
+
| `IOT_HUB_SAS_KEY` | Replace the value of the variable with the service primary key you made a note of earlier. |
143
143
144
144
3. In the local terminal window, run the following commands to install the required libraries and build the back-end application:
145
145
@@ -155,7 +155,7 @@ The back-end application connects to the service-side **Events** endpoint on you
155
155
156
156
The following screenshot shows the output as the back-end application receives telemetry sent by the simulated device to the hub:
157
157
158
-

158
+

0 commit comments