Skip to content

Commit c1b3ffd

Browse files
committed
Fix borders on pictures.
1 parent 940dfef commit c1b3ffd

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

articles/iot-hub/iot-hub-device-streams-overview.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ The output is a JSON object of all endpoints that your hub's device and service
100100
101101
## Whitelist Device Streaming Endpoints
102102

103-
As mentioned [earlier](#overview), your device creates an outbound connection to IoT Hub streaming endpoint during device streams initiation process. Your firewalls on the device or its network must allow outbound connectivity to the streaming gateway over port 443 (note that communication takes place over a WebSocket connection that is encrypted using TLS).
103+
As mentioned at the beginning of this article, your device creates an outbound connection to IoT Hub streaming endpoint during device streams initiation process. Your firewalls on the device or its network must allow outbound connectivity to the streaming gateway over port 443 (note that communication takes place over a WebSocket connection that is encrypted using TLS).
104104

105105
The hostname of device streaming endpoint can be found on the Azure IoT Hub portal under the Overview tab.
106106
!["Device stream endpoints"](./media/iot-hub-device-streams-overview/device-stream-portal.PNG)
@@ -164,24 +164,24 @@ The echo sample demonstrates programmatic use of device streams to send and rece
164164
Try this instead of a table:
165165

166166
[C# Service and Device Programs](quickstart-device-streams-echo-csharp.md)
167-
[Node.js Service Program](quickstart-device-streams-echo-nodejs)
168-
[C Device Program](quickstart-device-streams-echo-c)
167+
[Node.js Service Program](quickstart-device-streams-echo-nodejs.md)
168+
[C Device Program](quickstart-device-streams-echo-c.md)
169169

170170

171171
| **SDK** | **Service Program** | **Device Program** |
172172
| ----- | ------------ | ----------------- |
173173
|[C#](quickstart-device-streams-echo-csharp.md)| X | X |
174-
|[Node.js](quickstart-device-streams-echo-nodejs) | X | - |
175-
|[C](quickstart-device-streams-echo-c)| - | X |
174+
|[Node.js](quickstart-device-streams-echo-nodejs.md) | X | - |
175+
|[C](quickstart-device-streams-echo-c.md)| - | X |
176176

177177
== <br>
178-
Not keen about this; does it make sense?
178+
Not keen about this; does it make sense?
179179

180180
| **Service Program** | **Device Program** |
181181
| ----- | ------------ | ----------------- |
182182
|[C#](quickstart-device-streams-echo-csharp.md)|[C#](quickstart-device-streams-echo-csharp.md)|
183-
|[Node.js](quickstart-device-streams-echo-nodejs) | - |
184-
| - | [C](quickstart-device-streams-echo-c)|
183+
|[Node.js](quickstart-device-streams-echo-nodejs.md) | - |
184+
| - | [C](quickstart-device-streams-echo-c.md)|
185185

186186
== <br>
187187
Don't want to use this; don't want to hyperlink the word [link].
6.24 KB
Loading
6.87 KB
Loading
5.54 KB
Loading
37 KB
Loading

0 commit comments

Comments
 (0)