Skip to content

Commit 7db67e2

Browse files
Merge pull request #312052 from jlian/fix/iot-edge-minor-fixes-batch2
Fix minor IoT Edge doc issues: stray paragraph, list formatting, stale extension link
2 parents a287fd6 + 06023a7 commit 7db67e2

3 files changed

Lines changed: 2 additions & 4 deletions

File tree

articles/iot-edge/development-environment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ The Azure IoT Edge extension for Visual Studio Code provides IoT Edge module tem
5252
5353
For more information and to download, see [Azure IoT Edge for Visual Studio Code](https://marketplace.visualstudio.com/items?itemName=vsciot-vscode.azure-iot-edge).
5454

55-
In addition to the IoT Edge extensions, you might find it helpful to install other extensions for developing. For example, you can use [Docker for Visual Studio Code](https://marketplace.visualstudio.com/items?itemName=PeterJausovec.vscode-docker) to manage your images, containers, and registries. Additionally, all the major supported languages have extensions for Visual Studio Code that can help when you're developing modules.
55+
In addition to the IoT Edge extensions, you might find it helpful to install other extensions for developing. For example, you can use [Docker for Visual Studio Code](https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-docker) to manage your images, containers, and registries. Additionally, all the major supported languages have extensions for Visual Studio Code that can help when you're developing modules.
5656

5757
The [Azure IoT Hub](https://marketplace.visualstudio.com/items?itemName=vsciot-vscode.azure-iot-toolkit) extension is useful as a companion for the Azure IoT Edge extension.
5858

articles/iot-edge/how-to-deploy-modules-portal.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,6 @@ Review your deployment information, then select **Create**.
110110

111111
Once you deploy modules to your device, you can view all of them in the device details page of your IoT hub. This page displays the name of each deployed module, and useful information like the deployment status and exit code.
112112

113-
Select **Next: Routes** and continue with deployment as described by [Specify routes](#specify-routes) and [Review deployment](#review-deployment) earlier in this article.
114-
115113
## Next steps
116114

117115
Learn how to [Deploy IoT Edge modules at scale using the Azure portal](how-to-deploy-at-scale.md).

articles/iot-edge/tutorial-monitor-with-workbooks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Follow these steps to deploy and configure the collector module:
7474

7575
1. Sign in to the [Azure portal](https://portal.azure.com), then go to your IoT hub.
7676

77-
1.Under **Device management**, select **Devices**.
77+
1. Under **Device management**, select **Devices**.
7878

7979
1. Select the device ID of the target device in the list of IoT Edge devices to open the device details page.
8080

0 commit comments

Comments
 (0)