Skip to content

Commit 3da98c2

Browse files
committed
Updated image file names and alt text for SEO improvement
1 parent 45cd8e0 commit 3da98c2

File tree

7 files changed

+5
-5
lines changed

7 files changed

+5
-5
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ 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
@@ -163,11 +163,11 @@ The back-end application connects to a service-side endpoint on your IoT Hub. Th
163163
164164
The following screenshot shows the output as the application makes a direct method call to the device and receives an acknowledgement:
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)