Skip to content

Commit 1b8f038

Browse files
committed
Remove deploy VS code articles
1 parent 2d985e1 commit 1b8f038

File tree

7 files changed

+9
-158
lines changed

7 files changed

+9
-158
lines changed

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,12 @@
358358
,
359359
{
360360
"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",
361+
"redirect_url": "/azure/iot-edge/how-to-deploy-cli-at-scale",
362+
"redirect_document_id": false
363+
},
364+
{
365+
"source_path_from_root": "/articles/iot-edge/how-to-deploy-modules-vscode.md",
366+
"redirect_url": "/azure/iot-edge/how-to-deploy-modules-cli",
362367
"redirect_document_id": false
363368
}
364369
]

articles/iot-edge/TOC.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,6 @@
137137
href: how-to-deploy-modules-portal.md
138138
- name: Azure CLI
139139
href: how-to-deploy-modules-cli.md
140-
- name: Visual Studio Code
141-
href: how-to-deploy-modules-vscode.md
142140
- name: Deploy at scale
143141
items:
144142
- name: Azure portal

articles/iot-edge/debug-module-vs-code.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,6 +428,6 @@ See this [IoT Developer blog entry](https://devblogs.microsoft.com/iotdev/easily
428428

429429
## Next steps
430430

431-
After you've built your module, learn how to [deploy Azure IoT Edge modules from Visual Studio Code](how-to-deploy-modules-vscode.md).
431+
After you've built your module, learn how to [deploy Azure IoT Edge modules](how-to-deploy-modules-cli.md).
432432

433433
To develop modules for your IoT Edge devices, understand and use [Azure IoT Hub SDKs](../iot-hub/iot-hub-devguide-sdks.md).

articles/iot-edge/how-to-deploy-blob.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Deploy blob storage on module to your device
33
description: Deploy and configure an Azure Blob Storage module to your IoT Edge device and store data at the edge.
44
author: PatAltimore
55
ms.author: patricka
6-
ms.date: 03/18/2024
6+
ms.date: 08/12/2024
77
ms.topic: conceptual
88
ms.service: iot-edge
99
ms.reviewer: arduppal
@@ -251,7 +251,7 @@ Azure IoT Edge provides templates in Visual Studio Code to help you develop edge
251251

252252
1. Right-click **deployment.template.json** and select **Generate IoT Edge deployment manifest**.
253253

254-
1. Visual Studio Code takes the information that you provided in *deployment.template.json* and uses it to create a new deployment manifest file. The deployment manifest is created in a new **config** folder in your solution workspace. Once you have that file, you can follow the steps in [Deploy Azure IoT Edge modules from Visual Studio Code](how-to-deploy-modules-vscode.md) or [Deploy Azure IoT Edge modules with Azure CLI 2.0](how-to-deploy-modules-cli.md).
254+
1. Visual Studio Code takes the information that you provided in *deployment.template.json* and uses it to create a new deployment manifest file. The deployment manifest is created in a new **config** folder in your solution workspace. Once you have that file, you can follow the steps in [Deploy Azure IoT Edge modules with Azure CLI 2.0](how-to-deploy-modules-cli.md).
255255

256256
## Deploy multiple module instances
257257

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

Lines changed: 0 additions & 152 deletions
This file was deleted.
Binary file not shown.

0 commit comments

Comments
 (0)