Skip to content

Commit 9f06e03

Browse files
Merge pull request #314629 from jlian/fix/update-page-specific-tag-example
Fix specific tag examples in IoT Edge update page
2 parents 5a63b7f + bf67ee4 commit 9f06e03

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

articles/iot-edge/how-to-update-iot-edge.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Update IoT Edge version on devices
33
description: Learn how to update IoT Edge devices to run the latest versions of the security subsystem and the IoT Edge runtime.
44
author: sethmanheim
55
ms.author: sethm
6-
ms.date: 03/02/2026
6+
ms.date: 04/13/2026
77
ms.topic: how-to
88
ms.service: azure-iot-edge
99
services: iot-edge
@@ -161,16 +161,16 @@ The IoT Edge service pulls the latest versions of the runtime images and automat
161161

162162
### Update a specific tag image
163163

164-
If you use specific tags in your deployment (for example, `mcr.microsoft.com/azureiotedge-hub:**1.5**`) update the tag in your deployment manifest and apply the changes to your device.
164+
If you use specific tags in your deployment (for example, `mcr.microsoft.com/azureiotedge-hub:**1.5.1**`) update the tag in your deployment manifest and apply the changes to your device.
165165

166166
1. In the IoT Hub in the Azure portal, select your IoT Edge device, and select **Set Modules**.
167167

168168
1. On the **Modules** tab, select **Runtime Settings**.
169169

170-
1. In **Runtime Settings**, update the **Image URI** value in the **Edge Agent** section with the desired version. For example, `mcr.microsoft.com/azureiotedge-agent:1.5`
170+
1. In **Runtime Settings**, update the **Image URI** value in the **Edge Agent** section with the desired version. For example, `mcr.microsoft.com/azureiotedge-agent:1.5.1`
171171
Don't select **Apply** yet.
172172

173-
1. Select the **Edge Hub** tab and update the **Image URI** value with the same desired version. For example, `mcr.microsoft.com/azureiotedge-hub:1.5`.
173+
1. Select the **Edge Hub** tab and update the **Image URI** value with the same desired version. For example, `mcr.microsoft.com/azureiotedge-hub:1.5.1`.
174174

175175
1. Select **Apply** to save changes.
176176

0 commit comments

Comments
 (0)