Skip to content

Commit c8b148f

Browse files
authored
Merge pull request #284457 from PatAltimore/patricka-archive-vscode-deploy
Remove deploy vs code at scale
2 parents 66c556e + 1b8f038 commit c8b148f

File tree

9 files changed

+14
-405
lines changed

9 files changed

+14
-405
lines changed

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -355,5 +355,16 @@
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": "/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",
367+
"redirect_document_id": false
368+
}
358369
]
359370
}

articles/iot-edge/TOC.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -137,16 +137,12 @@
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
145143
href: how-to-deploy-at-scale.md
146144
- name: Azure CLI
147145
href: how-to-deploy-cli-at-scale.md
148-
- name: Visual Studio Code
149-
href: how-to-deploy-vscode-at-scale.md
150146
- name: Monitor and diagnose
151147
items:
152148
- name: Monitor IoT Edge deployments

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 & 154 deletions
This file was deleted.

0 commit comments

Comments
 (0)