Skip to content

Commit 863afdf

Browse files
committed
toc file and misc edits
1 parent d64cc31 commit 863afdf

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

articles/iot-edge/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,8 @@
161161
href: how-to-deploy-monitor.md
162162
- name: Azure CLI
163163
href: how-to-deploy-monitor-cli.md
164+
- name: Visual Studio Code
165+
href: how-to-deploy-monitor-vscode.md
164166
- name: Use IoT Edge devices as gateways
165167
items:
166168
- name: Configure a transparent gateway

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ services: iot-edge
1515

1616
Once you create IoT Edge modules with your business logic, you want to deploy them to your devices to operate at the edge. If you have multiple modules that work together to collect and process data, you can deploy them all at once and declare the routing rules that connect them.
1717

18-
This article shows how to create a JSON deployment manifest, then use that file to push the deployment to an IoT Edge device. For information about creating a deployment that targets multiple devices based on their shared tags, see [Deploy and monitor IoT Edge modules at scale using Visual Studio Code](how-to-deploy-monitor-vscode.md)
18+
This article shows how to create a JSON deployment manifest, then use that file to push the deployment to an IoT Edge device. For information about creating a deployment that targets multiple devices based on their shared tags, see [Deploy and monitor IoT Edge modules at scale using Visual Studio Code](how-to-deploy-monitor-vscode.md).
1919

2020
## Prerequisites
2121

articles/iot-edge/how-to-deploy-monitor-vscode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ services: iot-edge
1313

1414
# Deploy IoT Edge modules at scale using Visual Studio Code
1515

16-
You can create an **IoT Edge automatic deployment** using Visual Studio Code to manage ongoing deployments for many devices simultaneously. Automatic deployments for IoT Edge are part of the [automatic device management](/azure/iot-hub/iot-hub-automatic-device-management) feature of IoT Hub. Deployments are dynamic processes that enable you to deploy multiple modules to multiple devices. You can also track the status and health of the modules, and make changes when necessary.
16+
You can create an **IoT Edge automatic deployment** using Visual Studio Code to manage ongoing deployments for many devices at once. Automatic deployments for IoT Edge are part of the [automatic device management](/azure/iot-hub/iot-hub-automatic-device-management) feature of IoT Hub. Deployments are dynamic processes that enable you to deploy multiple modules to multiple devices. You can also track the status and health of the modules, and make changes when necessary.
1717

1818
For more information, see [Understand IoT Edge automatic deployments for single devices or at scale](module-deployment-monitoring.md).
1919

0 commit comments

Comments
 (0)