Skip to content

Commit 2d985e1

Browse files
committed
Remove deploy vs code at scale
1 parent a74e8d8 commit 2d985e1

File tree

5 files changed

+9
-251
lines changed

5 files changed

+9
-251
lines changed

articles/iot-edge/.openpublishing.redirection.iot-edge.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -355,5 +355,11 @@
355355
"redirect_url": "/previous-versions/azure/iot-edge/deploy-modbus-gateway",
356356
"redirect_document_id": false
357357
}
358+
,
359+
{
360+
"source_path_from_root": "/articles/iot-edge/how-to-deploy-vscode-at-scale.md",
361+
"redirect_url": "/previous-versions/azure/iot-edge/how-to-deploy-cli-at-scale",
362+
"redirect_document_id": false
363+
}
358364
]
359365
}

articles/iot-edge/TOC.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,8 +145,6 @@
145145
href: how-to-deploy-at-scale.md
146146
- name: Azure CLI
147147
href: how-to-deploy-cli-at-scale.md
148-
- name: Visual Studio Code
149-
href: how-to-deploy-vscode-at-scale.md
150148
- name: Monitor and diagnose
151149
items:
152150
- name: Monitor IoT Edge deployments

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

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
2-
title: Deploy modules from Visual Studio Code - Azure IoT Edge
2+
title: Deploy modules from Visual Studio Code
33
description: Use Visual Studio Code with Azure IoT Edge for Visual Studio Code to push an IoT Edge module from your IoT Hub to your IoT Edge device, as configured by a deployment manifest.
44
author: PatAltimore
55
ms.author: patricka
6-
ms.date: 10/13/2020
6+
ms.date: 08/12/2024
77
ms.topic: conceptual
88
ms.service: iot-edge
99
services: iot-edge
@@ -15,8 +15,6 @@ 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 IoT Edge modules at scale using Visual Studio Code](how-to-deploy-vscode-at-scale.md).
19-
2018
## Prerequisites
2119

2220
* An [IoT hub](../iot-hub/iot-hub-create-through-portal.md) in your Azure subscription.
@@ -151,4 +149,4 @@ Right-click the name of a module to view and edit the module twin.
151149

152150
## Next steps
153151

154-
Learn how to [Deploy and monitor IoT Edge modules at scale using Visual Studio Code](how-to-deploy-at-scale.md)
152+
Learn how to [Deploy and monitor IoT Edge modules at scale](how-to-deploy-at-scale.md).

articles/iot-edge/how-to-deploy-vscode-at-scale.md

Lines changed: 0 additions & 244 deletions
This file was deleted.

0 commit comments

Comments
 (0)