Skip to content

Commit 47c1583

Browse files
Merge pull request #312099 from jlian/fix/stale-versions-and-refs
Fix stale version references and delisted extension links in IoT Edge docs
2 parents a9f869b + 426a60e commit 47c1583

4 files changed

Lines changed: 11 additions & 13 deletions

File tree

articles/iot-edge/about-iot-edge.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.author: sethm
66
ms.service: azure-iot-edge
77
services: iot-edge
88
ms.topic: overview
9-
ms.date: 08/28/2025
9+
ms.date: 02/20/2026
1010
ms.custom:
1111
- mvc, linux-related-content
1212
- ai-gen-docs-bap
@@ -44,7 +44,7 @@ Azure IoT Edge allows you to deploy advanced AI capabilities like machine learni
4444

4545
### Bring your own code
4646

47-
When you want to deploy your own code to your devices, Azure IoT Edge supports that, too. Azure IoT Edge holds to the same programming model as the other Azure IoT services. You can run the same code on a device or in the cloud. Azure IoT Edge supports both Linux and Windows so you can code to the platform of your choice. It supports Java, .NET Core 3.1, Node.js, C, and Python, so your developers can code in a language they already know and use existing business logic.
47+
When you want to deploy your own code to your devices, Azure IoT Edge supports that, too. Azure IoT Edge holds to the same programming model as the other Azure IoT services. You can run the same code on a device or in the cloud. Azure IoT Edge supports both Linux and Windows so you can code to the platform of your choice. It supports Java, .NET, Node.js, C, and Python, so your developers can code in a language they already know and use existing business logic.
4848

4949
## IoT Edge runtime
5050

articles/iot-edge/development-environment.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Azure IoT Edge development environment
33
description: Learn about the supported systems and first-party development tools that help you create IoT Edge modules
44
author: sethmanheim
55
ms.author: sethm
6-
ms.date: 04/29/2025
6+
ms.date: 02/20/2026
77
ms.topic: concept-article
88
ms.service: azure-iot-edge
99
services: iot-edge
@@ -56,14 +56,12 @@ In addition to the IoT Edge extensions, you might find it helpful to install oth
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

59-
### Visual Studio 2017/2019 extension
59+
### Visual Studio 2019/2022 extension
6060

6161
The Azure IoT Edge tools for Visual Studio provide an IoT Edge module template built on C# and C.
6262

6363
> [!IMPORTANT]
64-
> The Azure IoT Edge Visual Studio extensions are in maintenance mode. The *iotedgedev* tool is the recommended tool for developing IoT Edge modules.
65-
66-
For more information and to download, see [Azure IoT Edge Tools for Visual Studio 2017](https://marketplace.visualstudio.com/items?itemName=vsc-iot.vsiotedgetools) or [Azure IoT Edge Tools for Visual Studio 2019](https://marketplace.visualstudio.com/items?itemName=vsc-iot.vs16iotedgetools).
64+
> The Azure IoT Edge Visual Studio extensions are in maintenance mode and are no longer available in the Visual Studio Marketplace. The *iotedgedev* tool is the recommended tool for developing IoT Edge modules.
6765
6866
## Testing tools
6967

articles/iot-edge/how-to-visual-studio-develop-module.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Use Visual Studio to develop a custom IoT Edge module and deploy to
44
services: iot-edge
55
author: sethmanheim
66
ms.author: sethm
7-
ms.date: 06/04/2025
7+
ms.date: 02/20/2026
88
ms.topic: concept-article
99
ms.service: azure-iot-edge
1010
zone_pivot_groups: iotedge-dev
@@ -312,7 +312,7 @@ After you develop and debug your module, build and push the module image to your
312312
:::image type="content" source="./media/how-to-visual-studio-develop-module/show-env-file.png" alt-text="Screenshot of button that shows all files in the Solution Explorer.":::
313313

314314
```env
315-
DEFAULT_RT_IMAGE=1.2
315+
DEFAULT_RT_IMAGE=1.5
316316
CONTAINER_REGISTRY_USERNAME_myregistry=<my-registry-name>
317317
CONTAINER_REGISTRY_PASSWORD_myregistry=<my-registry-password>
318318
```
@@ -513,8 +513,8 @@ You should see a list of your modules running on your device or virtual machine.
513513
```azurecli
514514
NAME STATUS DESCRIPTION CONFIG
515515
SimulatedTemperatureSensor running Up a minute mcr.microsoft.com/azureiotedge-simulated-temperature-sensor:1.0
516-
edgeAgent running Up a minute mcr.microsoft.com/azureiotedge-agent:1.2
517-
edgeHub running Up a minute mcr.microsoft.com/azureiotedge-hub:1.2
516+
edgeAgent running Up a minute mcr.microsoft.com/azureiotedge-agent:1.5
517+
edgeHub running Up a minute mcr.microsoft.com/azureiotedge-hub:1.5
518518
IotEdgeModule1 running Up a minute myacr.azurecr.io/iotedgemodule1:0.0.1-amd64.debug
519519
myIotEdgeModule2 running Up a minute myacr.azurecr.io/myiotedgemodule2:0.0.1-amd64.debug
520520
```

articles/iot-edge/reference-iot-edge-for-linux-on-windows-functions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: PowerShell functions for Azure IoT Edge for Linux on Windows
33
description: Reference information for Azure IoT Edge for Linux on Windows PowerShell functions to deploy, provision, and get status.
44
author: sethmanheim
55
ms.author: sethm
6-
ms.date: 01/16/2025
6+
ms.date: 02/20/2026
77
ms.topic: reference
88
ms.service: azure-iot-edge
99
services: iot-edge
@@ -310,7 +310,7 @@ For more information, use the command `Get-Help Invoke-EflowVmCommand -full`.
310310

311311
## Provision-EflowVm
312312

313-
The **Provision-EflowVm** command adds the provisioning information for your IoT Edge device to the virtual machine's IoT Edge `config.yaml` file.
313+
The **Provision-EflowVm** command adds the provisioning information for your IoT Edge device to the virtual machine's IoT Edge `config.toml` file.
314314

315315
| Parameter | Accepted values | Comments |
316316
| --------- | --------------- | -------- |

0 commit comments

Comments
 (0)