Skip to content

Commit f4738c3

Browse files
authored
Merge pull request #131917 from v-lakast/iot-edge-content-standards-report
Changes based on Content Standards report
2 parents 8fca030 + 8bfb87b commit f4738c3

15 files changed

+28
-39
lines changed

articles/iot-edge/TOC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
- name: Azure IoT Edge Documentation
1+
- name: Azure IoT Edge documentation
22
href: index.yml
33
- name: Overview
44
items:

articles/iot-edge/quickstart-linux.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,11 @@ ms.custom: mvc
1616
Test out Azure IoT Edge in this quickstart by deploying containerized code to a virtual Linux IoT Edge device. IoT Edge allows you to remotely manage code on your devices so that you can send more of your workloads to the edge. For this quickstart, we recommend using an Azure virtual machine for your IoT Edge device, which allows you to quickly create a test machine with the IoT Edge service installed and then delete it when you're finished.
1717

1818
In this quickstart you learn how to:
19-
> [!div class="checklist"]
20-
>
21-
> * Create an IoT Hub.
22-
> * Register an IoT Edge device to your IoT hub.
23-
> * Install and start the IoT Edge runtime on your virtual device.
24-
> * Remotely deploy a module to an IoT Edge device.
19+
20+
* Create an IoT Hub.
21+
* Register an IoT Edge device to your IoT hub.
22+
* Install and start the IoT Edge runtime on your virtual device.
23+
* Remotely deploy a module to an IoT Edge device.
2524

2625
![Diagram - Quickstart architecture for device and cloud](./media/quickstart-linux/install-edge-full.png)
2726

articles/iot-edge/quickstart.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,10 @@ Try out Azure IoT Edge in this quickstart by deploying containerized code to a v
1818

1919
In this quickstart you learn how to:
2020

21-
> [!div class="checklist"]
22-
>
23-
> * Create an IoT hub.
24-
> * Register an IoT Edge device to your IoT hub.
25-
> * Install and start the IoT Edge runtime on your virtual device.
26-
> * Remotely deploy a module to an IoT Edge device and send telemetry to IoT Hub.
21+
* Create an IoT hub.
22+
* Register an IoT Edge device to your IoT hub.
23+
* Install and start the IoT Edge runtime on your virtual device.
24+
* Remotely deploy a module to an IoT Edge device and send telemetry to IoT Hub.
2725

2826
![Diagram - Quickstart architecture for device and cloud](./media/quickstart/install-edge-full.png)
2927

articles/iot-edge/tutorial-c-module-windows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@ Otherwise, you can delete the local configurations and the Azure resources that
395395

396396
## Next steps
397397

398-
In this tutorial, you created an IoT Edge module with code to filter raw data that's generated by your IoT Edge device. When you're ready to build your own modules, you can learn more about [developing your own IoT Edge modules](module-development.md) or how to [develop modules with Visual Studio](how-to-visual-studio-develop-module.md). For examples of IoT Edge modules, including the simulated temperature module, see [IoT Edge module samples](https://github.com/Azure/iotedge/tree/master/edge-modules) and [IoT C SDK samples](https://github.com/Azure/azure-iot-sdk-c/tree/master/iothub_client/samples).
398+
In this tutorial, you created an IoT Edge module with code to filter raw data that's generated by your IoT Edge device.
399399

400400
You can continue on to the next tutorials to learn how Azure IoT Edge can help you deploy Azure cloud services to process and analyze data at the edge.
401401

articles/iot-edge/tutorial-c-module.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ Otherwise, you can delete the local configurations and the Azure resources that
362362

363363
## Next steps
364364

365-
In this tutorial, you created an IoT Edge module that contains code to filter raw data generated by your IoT Edge device. When you're ready to build your own modules, you can learn more about [developing your own IoT Edge modules](module-development.md) or how to [develop modules with Visual Studio Code](how-to-vs-code-develop-module.md). For examples of IoT Edge modules, including the simulated temperature module, see [IoT Edge module samples](https://github.com/Azure/iotedge/tree/master/edge-modules) and [IoT C SDK samples](https://github.com/Azure/azure-iot-sdk-c/tree/master/iothub_client/samples).
365+
In this tutorial, you created an IoT Edge module that contains code to filter raw data generated by your IoT Edge device.
366366

367367
You can continue on to the next tutorials to learn how Azure IoT Edge can help you deploy Azure cloud services to process and analyze data at the edge.
368368

articles/iot-edge/tutorial-csharp-module-windows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ Otherwise, you can delete the local configurations and the Azure resources that
360360

361361
## Next steps
362362

363-
In this tutorial, you created an IoT Edge module with code to filter raw data that's generated by your IoT Edge device. When you're ready to build your own modules, you can learn more about [developing your own IoT Edge modules](module-development.md) or how to [develop modules with Visual Studio](how-to-visual-studio-develop-module.md). For examples of IoT Edge modules, including the simulated temperature module, see [IoT Edge module samples](https://github.com/Azure/iotedge/tree/master/edge-modules).
363+
In this tutorial, you created an IoT Edge module with code to filter raw data that's generated by your IoT Edge device.
364364

365365
You can continue on to the next tutorials to learn how Azure IoT Edge can help you deploy Azure cloud services to process and analyze data at the edge.
366366

articles/iot-edge/tutorial-csharp-module.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ Otherwise, you can delete the local configurations and the Azure resources that
335335

336336
## Next steps
337337

338-
In this tutorial, you created an IoT Edge module that contains code to filter raw data generated by your IoT Edge device. When you're ready to build your own modules, you can learn more about [developing your own IoT Edge modules](module-development.md) or how to [develop modules with Visual Studio Code](how-to-vs-code-develop-module.md). For examples of IoT Edge modules, including the simulated temperature module, see [IoT Edge module samples](https://github.com/Azure/iotedge/tree/master/edge-modules).
338+
In this tutorial, you created an IoT Edge module that contains code to filter raw data generated by your IoT Edge device.
339339

340340
You can continue on to the next tutorials to learn how Azure IoT Edge can help you deploy Azure cloud services to process and analyze data at the edge.
341341

articles/iot-edge/tutorial-java-module.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ Otherwise, you can delete the local configurations and the Azure resources that
299299

300300
## Next steps
301301

302-
In this tutorial, you created an IoT Edge module that filters raw data generated by your IoT Edge device. When you're ready to build your own modules, you can learn more about [developing IoT Edge modules](module-development.md) or how to [develop modules with Visual Studio Code](how-to-vs-code-develop-module.md). See [IoT Edge module samples](https://github.com/Azure/iotedge/tree/master/edge-modules) for code examples, including the simulated temperature module.
302+
In this tutorial, you created an IoT Edge module that filters raw data generated by your IoT Edge device.
303303

304304
Continue to the next tutorials to learn how Azure IoT Edge helps you deploy Azure cloud services to process and analyze data at the edge.
305305

articles/iot-edge/tutorial-machine-learning-edge-03-generate-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: 'Tutorial: Generate simulated device data - Machine Learning on Azure IoT Edge'
3-
description: 'Create virtual devices that generate simulated telemetry that can later be used to train a machine learning model.'
3+
description: 'Tutorial - Create virtual devices that generate simulated telemetry that can later be used to train a machine learning model.'
44
author: kgremban
55
manager: philmea
66
ms.author: kgremban

articles/iot-edge/tutorial-machine-learning-edge-05-configure-edge-device.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -288,13 +288,10 @@ Next we will update the certificates and hostname by directly editing the config
288288
```bash
289289
journalctl -u iotedge --no-pager --no-full
290290
```
291-
292291
## Next steps
293292
294293
We just completed configuring an Azure VM as Azure IoT Edge Transparent Gateway. We started by generating test certificates that we uploaded to Azure Key Vault. Next, we used a script and Resource Manager template to deploy the VM with the "Ubuntu Server 16.04 LTS + Azure IoT Edge runtime" image from the Azure Marketplace. With the VM up and running we connected via SSH, we signed into Azure and downloaded certificates from Key Vault. We made several updates to the configuration of the IoT Edge Runtime by updating the config.yaml file.
295294
296-
For more information see [How an IoT Edge device can be used as a gateway](iot-edge-as-gateway.md) and [Configure an IoT Edge device to act as a transparent gateway](how-to-create-transparent-gateway.md).
297-
298295
Continue to the next article to build IoT Edge modules.
299296
300297
> [!div class="nextstepaction"]

articles/iot-edge/tutorial-machine-learning-edge-06-custom-modules.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -807,15 +807,7 @@ In this article, we created an IoT Edge Solution in Visual Studio Code with thre
807807

808808
Next, we updated the configuration of the IoT Hub to route our messages based on type and to handle file uploads. With everything in place, we deployed the modules to the IoT Edge device and ensured the modules were running correctly.
809809

810-
See the following articles for more guidance:
811-
812-
* [Learn how to deploy modules and establish routes in IoT Edge](module-composition.md)
813-
* [IoT Hub message routing query syntax](../iot-hub/iot-hub-devguide-routing-query-syntax.md)
814-
* [IoT Hub message routing: now with routing on message body](https://azure.microsoft.com/blog/iot-hub-message-routing-now-with-routing-on-message-body/)
815-
* [Upload files with IoT Hub](../iot-hub/iot-hub-devguide-file-upload.md)
816-
* [Upload files from your device to the cloud with IoT Hub](../iot-hub/iot-hub-python-python-file-upload.md)
817-
818810
Continue to the next article to start sending data and see your solution in action.
819811

820812
> [!div class="nextstepaction"]
821-
> [Send data via transparent gateway](tutorial-machine-learning-edge-07-send-data-to-hub.md)
813+
> [Send data via transparent gateway](tutorial-machine-learning-edge-07-send-data-to-hub.md)

articles/iot-edge/tutorial-machine-learning-edge-07-send-data-to-hub.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -233,5 +233,8 @@ In this article, we used our development VM to simulate a leaf device sending se
233233

234234
More information can be found at the following pages:
235235

236-
* [Connect a downstream device to an Azure IoT Edge gateway](how-to-connect-downstream-device.md)
237-
* [Store data at the edge with Azure Blob Storage on IoT Edge (preview)](how-to-store-data-blob.md)
236+
> [!div class="nextstepaction"]
237+
> [Connect a downstream device to an Azure IoT Edge gateway](how-to-connect-downstream-device.md)
238+
239+
> [!div class="nextstepaction"]
240+
> [Store data at the edge with Azure Blob Storage on IoT Edge (preview)](how-to-store-data-blob.md)

articles/iot-edge/tutorial-node-module.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ Otherwise, you can delete the local configurations and the Azure resources that
252252

253253
## Next steps
254254

255-
In this tutorial, you created an IoT Edge module that contains code to filter raw data generated by your IoT Edge device. When you're ready to build your own modules, you can learn more about [developing your own IoT Edge modules](module-development.md) or how to [develop modules with Visual Studio Code](how-to-vs-code-develop-module.md). For examples of IoT Edge modules, including the simulated temperature module, see [IoT Edge module samples](https://github.com/Azure/iotedge/tree/master/edge-modules).
255+
In this tutorial, you created an IoT Edge module that contains code to filter raw data generated by your IoT Edge device.
256256

257257
You can continue on to the next tutorials to learn how Azure IoT Edge can help you deploy Azure cloud services to process and analyze data at the edge.
258258

articles/iot-edge/tutorial-python-module.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
# Mandatory fields. See more on aka.ms/skyeye/meta.
3-
title: Create custom Python module - Azure IoT Edge | Microsoft Docs
3+
title: Tutorial - Create custom Python module - Azure IoT Edge | Microsoft Docs
44
description: This tutorial shows you how to create an IoT Edge module with Python code and deploy it to an edge device.
55
services: iot-edge
66
author: kgremban
@@ -265,12 +265,12 @@ Otherwise, you can delete the local configurations and the Azure resources that
265265

266266
## Next steps
267267

268-
In this tutorial, you created an IoT Edge module that contains code to filter raw data generated by your IoT Edge device. When you're ready to build your own modules, you can learn more about [developing your own IoT Edge modules](module-development.md) or how to [develop modules with Visual Studio Code](how-to-vs-code-develop-module.md). For examples of IoT Edge modules, including the simulated temperature module, see [IoT Edge module samples](https://github.com/Azure/iotedge/tree/master/edge-modules) and [IoT Python SDK samples](https://github.com/Azure/azure-iot-sdk-python/tree/master/azure-iot-device/samples/async-edge-scenarios).
268+
In this tutorial, you created an IoT Edge module that contains code to filter raw data generated by your IoT Edge device.
269269

270270
You can continue on to the next tutorials to learn how Azure IoT Edge can help you deploy Azure cloud services to process and analyze data at the edge.
271271

272272
> [!div class="nextstepaction"]
273273
> [Functions](tutorial-deploy-function.md)
274274
> [Stream Analytics](tutorial-deploy-stream-analytics.md)
275275
> [Machine Learning](tutorial-deploy-machine-learning.md)
276-
> [Custom Vision Service](tutorial-deploy-custom-vision.md)
276+
> [Custom Vision Service](tutorial-deploy-custom-vision.md)

articles/iot-edge/tutorial-store-data-sql-server.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -327,10 +327,10 @@ Otherwise, you can delete the local configurations and the Azure resources that
327327

328328
[!INCLUDE [iot-edge-clean-up-cloud-resources](../../includes/iot-edge-clean-up-cloud-resources.md)]
329329

330-
## Next steps
331-
332330
In this tutorial, you created an Azure Functions module that contains code to filter raw data generated by your IoT Edge device. When you're ready to build your own modules, you can learn more about how to [Develop Azure Functions with Azure IoT Edge for Visual Studio Code](how-to-develop-csharp-function.md).
333331
332+
## Next steps
333+
334334
If you want to try another storage method at the edge, read about how to use Azure Blob Storage on IoT Edge.
335335
336336
> [!div class="nextstepaction"]

0 commit comments

Comments
 (0)