Skip to content

Commit 58ea3fc

Browse files
Merge pull request #89651 from damabe/1570680-Part15
SEOImprovement: User Story 1570680, Part 15
2 parents 9f96401 + 0152f7b commit 58ea3fc

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

articles/iot-hub/quickstart-control-device-java.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ You use this value later in the quickstart. The service connection string is dif
115115

116116
## Listen for direct method calls
117117

118-
The simulated device application connects to a device-specific endpoint on your IoT hub, sends simulated telemetry, and listens for direct method calls from your hub. In this quickstart, the direct method call from the hub tells the device to change the interval at which it sends telemetry. The simulated device sends an acknowledgement back to your hub after it executes the direct method.
118+
The simulated device application connects to a device-specific endpoint on your IoT hub, sends simulated telemetry, and listens for direct method calls from your hub. In this quickstart, the direct method call from the hub tells the device to change the interval at which it sends telemetry. The simulated device sends an acknowledgment back to your hub after it executes the direct method.
119119

120120
1. In a local terminal window, navigate to the root folder of the sample Java project. Then navigate to the **iot-hub\Quickstarts\simulated-device-2** folder.
121121

@@ -137,11 +137,11 @@ The simulated device application connects to a device-specific endpoint on your
137137
138138
The following screenshot shows the output as the simulated device application sends telemetry to your IoT hub:
139139
140-
![Run the simulated device](./media/quickstart-control-device-java/SimulatedDevice-1.png)
140+
![Output from the telemetry sent by the device to your IoT hub](./media/quickstart-control-device-java/iot-hub-application-send-telemetry-output.png)
141141
142142
## Call the direct method
143143
144-
The back-end application connects to a service-side endpoint on your IoT Hub. The application makes direct method calls to a device through your IoT hub and listens for acknowledgements. An IoT Hub back-end application typically runs in the cloud.
144+
The back-end application connects to a service-side endpoint on your IoT Hub. The application makes direct method calls to a device through your IoT hub and listens for acknowledgments. An IoT Hub back-end application typically runs in the cloud.
145145
146146
1. In another local terminal window, navigate to the root folder of the sample Java project. Then navigate to the **iot-hub\Quickstarts\back-end-application** folder.
147147
@@ -161,13 +161,13 @@ The back-end application connects to a service-side endpoint on your IoT Hub. Th
161161
java -jar target/back-end-application-1.0.0-with-deps.jar
162162
```
163163
164-
The following screenshot shows the output as the application makes a direct method call to the device and receives an acknowledgement:
164+
The following screenshot shows the output as the application makes a direct method call to the device and receives an acknowledgment:
165165
166-
![Run the back-end application](./media/quickstart-control-device-java/BackEndApplication.png)
166+
![Output as the application makes a direct method call through your IoT hub](./media/quickstart-control-device-java/iot-hub-direct-method-call-output.png)
167167
168168
After you run the back-end application, you see a message in the console window running the simulated device, and the rate at which it sends messages changes:
169169
170-
![Change in simulated client](./media/quickstart-control-device-java/SimulatedDevice-2.png)
170+
![Console message from device shows the rate at which it changes](./media/quickstart-control-device-java/iot-hub-sent-message-change-rate.png)
171171
172172
## Clean up resources
173173

articles/iot-hub/quickstart-send-telemetry-java.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ The simulated device application connects to a device-specific endpoint on your
122122
123123
The following screenshot shows the output as the simulated device application sends telemetry to your IoT hub:
124124
125-
![Run the simulated device](media/quickstart-send-telemetry-java/SimulatedDevice.png)
125+
![Output from telemetry sent by the device to your IoT hub](media/quickstart-send-telemetry-java/iot-hub-simulated-device.png)
126126
127127
## Read the telemetry from your hub
128128
@@ -152,7 +152,7 @@ The back-end application connects to the service-side **Events** endpoint on you
152152
153153
The following screenshot shows the output as the back-end application receives telemetry sent by the simulated device to the hub:
154154
155-
![Run the back-end application](media/quickstart-send-telemetry-java/ReadDeviceToCloud.png)
155+
![Output as back-end application receives telemetry sent to your IoT hub](media/quickstart-send-telemetry-java/iot-hub-read-device-to-cloud.png)
156156
157157
## Clean up resources
158158

0 commit comments

Comments
 (0)