Skip to content

Commit ca64089

Browse files
committed
Fix the other section of links to the quickstarts.
1 parent 60c7c64 commit ca64089

File tree

1 file changed

+10
-35
lines changed

1 file changed

+10
-35
lines changed

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

Lines changed: 10 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -161,38 +161,13 @@ These samples are covered in greater detail below.
161161

162162
The echo sample demonstrates programmatic use of device streams to send and receive bytes between service and device applications. Note that you can use service and device programs in different languages. For example, you can use the C device program with the C# service program.
163163

164-
Try this instead of a table:
164+
Here are the echo samples:
165165

166-
* [C# Service and Device Programs](quickstart-device-streams-echo-csharp.md)
166+
* [C# service and service program](quickstart-device-streams-echo-csharp.md)
167167

168-
* [Node.js Service Program](quickstart-device-streams-echo-nodejs.md)
168+
* [Node.js service program](quickstart-device-streams-echo-nodejs.md)
169169

170-
* [C Device Program](quickstart-device-streams-echo-c.md)
171-
172-
173-
| **SDK** | **Service Program** | **Device Program** |
174-
| ----- | ------------ | ----------------- |
175-
|[C#](quickstart-device-streams-echo-csharp.md)| X | X |
176-
|[Node.js](quickstart-device-streams-echo-nodejs.md) | X | - |
177-
|[C](quickstart-device-streams-echo-c.md)| - | X |
178-
179-
== <br>
180-
Not keen about this; does it make sense?
181-
182-
| **Service Program** | **Device Program** |
183-
| ----- | ------------ | ----------------- |
184-
|[C#](quickstart-device-streams-echo-csharp.md)|[C#](quickstart-device-streams-echo-csharp.md)|
185-
|[Node.js](quickstart-device-streams-echo-nodejs.md) | - |
186-
| - | [C](quickstart-device-streams-echo-c.md)|
187-
188-
== <br>
189-
Don't want to use this; don't want to hyperlink the word [link].
190-
191-
| SDK | Service Program | Device Program |
192-
|--------|--------------------------------|---------------------------------------------|
193-
| C# | [Link](quickstart-device-streams-echo-csharp.md) | [Link](quickstart-device-streams-echo-csharp.md) |
194-
| Node.js | [Link](quickstart-device-streams-echo-nodejs.md) | - |
195-
| C | - | [Link](quickstart-device-streams-echo-c.md) |
170+
* [C device program](quickstart-device-streams-echo-c.md)
196171

197172
### Local proxy sample (for SSH or RDP)
198173

@@ -224,15 +199,15 @@ The setup leverages two *local proxy* programs shown in the figure below, namely
224199

225200
Use the links below for instructions on how to run the local proxy programs in your language of choice. Similar to the [echo sample](#echo-sample), you can run device- and service-local proxy programs in different languages as they are fully interoperable.
226201

227-
| SDK | Service-Local Proxy | Device-Local Proxy |
228-
|--------|-----------------------------------------------------------|---------------------------------------------------|
229-
| C# | [Link](quickstart-device-streams-proxy-csharp.md) | [Link](quickstart-device-streams-proxy-csharp.md) |
230-
| NodeJS | [Link](quickstart-device-streams-proxy-nodejs.md) | - |
231-
| C | - | [Link](quickstart-device-streams-proxy-c.md) |
202+
* [C# service and service program](quickstart-device-streams-proxy-csharp.md)
203+
204+
* [Node.js service program](quickstart-device-streams-proxy-nodejs.md)
205+
206+
* [C device program](quickstart-device-streams-proxy-c.md)
232207

233208
## Next steps
234209

235210
Use the links below to learn more about device streams.
236211

237212
> [!div class="nextstepaction"]
238-
> [Device streams on IoT show (Channel 9)](https://nam06.safelinks.protection.outlook.com/?url=https%3A%2F%2Fchannel9.msdn.com%2FShows%2FInternet-of-Things-Show%2FAzure-IoT-Hub-Device-Streams&data=02%7C01%7Crezas%40microsoft.com%7Cc3486254a89a43edea7c08d67a88bcea%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C636831125031268909&sdata=S6u9qiehBN4tmgII637uJeVubUll0IZ4p2ddtG5pDBc%3D&reserved=0)
213+
> [Device streams on IoT show (Channel 9)](https://nam06.safelinks.protection.outlook.com/?url=https%3A%2F%2Fchannel9.msdn.com%2FShows%2FInternet-of-Things-Show%2FAzure-IoT-Hub-Device-Streams&data=02%7C01%7Crezas%40microsoft.com%7Cc3486254a89a43edea7c08d67a88bcea%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C636831125031268909&sdata=S6u9qiehBN4tmgII637uJeVubUll0IZ4p2ddtG5pDBc%3D&reserved=0)

0 commit comments

Comments
 (0)