Skip to content

Commit 2ecef73

Browse files
committed
Update EFLOW install link to 1.5
1 parent 310f082 commit 2ecef73

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

articles/iot-edge/includes/iot-edge-install-linux-on-windows.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
ms.topic: include
3-
ms.date: 06/10/2024
3+
ms.date: 01/16/2025
44
author: PatAltimore
55
ms.author: patricka
66
ms.service: azure-iot-edge
@@ -22,14 +22,14 @@ Deploy Azure IoT Edge for Linux on Windows on your target device.
2222
```powershell
2323
$msiPath = $([io.Path]::Combine($env:TEMP, 'AzureIoTEdge.msi'))
2424
$ProgressPreference = 'SilentlyContinue'
25-
Invoke-WebRequest "https://aka.ms/AzEFLOWMSI_1_4_LTS_X64" -OutFile $msiPath
25+
Invoke-WebRequest "https://aka.ms/AzEFLOWMSI_1_5_LTS_X64" -OutFile $msiPath
2626
```
2727
2828
* **ARM64**
2929
```powershell
3030
$msiPath = $([io.Path]::Combine($env:TEMP, 'AzureIoTEdge.msi'))
3131
$ProgressPreference = 'SilentlyContinue'
32-
Invoke-WebRequest "https://aka.ms/AzEFLOWMSI_1_4_LTS_ARM64" -OutFile $msiPath
32+
Invoke-WebRequest "https://aka.ms/AzEFLOWMSI_1_5_LTS_ARM64" -OutFile $msiPath
3333
```
3434
3535
1. Install IoT Edge for Linux on Windows on your device.

articles/iot-edge/quickstart.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: PatAltimore
55
manager: lizross
66
ms.author: patricka
77
ms.reviewer: fcabrera
8-
ms.date: 07/08/2024
8+
ms.date: 01/16/2025
99
ms.topic: quickstart
1010
ms.service: azure-iot-edge
1111
services: iot-edge
@@ -117,14 +117,14 @@ Run the following PowerShell commands on the target device where you want to dep
117117
```powershell
118118
$msiPath = $([io.Path]::Combine($env:TEMP, 'AzureIoTEdge.msi'))
119119
$ProgressPreference = 'SilentlyContinue'
120-
Invoke-WebRequest "https://aka.ms/AzEFLOWMSI_1_4_LTS_X64" -OutFile $msiPath
120+
Invoke-WebRequest "https://aka.ms/AzEFLOWMSI_1_5_LTS_X64" -OutFile $msiPath
121121
```
122122
123123
* **ARM64**
124124
```powershell
125125
$msiPath = $([io.Path]::Combine($env:TEMP, 'AzureIoTEdge.msi'))
126126
$ProgressPreference = 'SilentlyContinue'
127-
Invoke-WebRequest "https://aka.ms/AzEFLOWMSI_1_4_LTS_ARM64" -OutFile $msiPath
127+
Invoke-WebRequest "https://aka.ms/AzEFLOWMSI_1_5_LTS_ARM64" -OutFile $msiPath
128128
```
129129
130130
1. Install IoT Edge for Linux on Windows on your device.

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Reference information for Azure IoT Edge for Linux on Windows Power
44
author: PatAltimore
55

66
ms.author: patricka
7-
ms.date: 06/10/2024
7+
ms.date: 01/16/2025
88
ms.topic: reference
99
ms.service: azure-iot-edge
1010
ms.custom: linux-related-content
@@ -29,14 +29,14 @@ If you don't have the **AzureEflow** folder in your PowerShell directory, use th
2929
```powershell
3030
$msiPath = $([io.Path]::Combine($env:TEMP, 'AzureIoTEdge.msi'))
3131
$ProgressPreference = 'SilentlyContinue'
32-
Invoke-WebRequest "https://aka.ms/AzEFLOWMSI_1_4_LTS_X64" -OutFile $msiPath
32+
Invoke-WebRequest "https://aka.ms/AzEFLOWMSI_1_5_LTS_X64" -OutFile $msiPath
3333
```
3434

3535
* **ARM64**
3636
```powershell
3737
$msiPath = $([io.Path]::Combine($env:TEMP, 'AzureIoTEdge.msi'))
3838
$ProgressPreference = 'SilentlyContinue'
39-
Invoke-WebRequest "https://aka.ms/AzEFLOWMSI_1_4_LTS_ARM64" -OutFile $msiPath
39+
Invoke-WebRequest "https://aka.ms/AzEFLOWMSI_1_5_LTS_ARM64" -OutFile $msiPath
4040
```
4141

4242
1. Install IoT Edge for Linux on Windows on your device.

0 commit comments

Comments
 (0)