Skip to content

Commit 48e4239

Browse files
committed
Change file names with DLC names
1 parent fa39dc3 commit 48e4239

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/iot-edge/iot-edge-for-linux-on-windows-updates.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ To migrate between EFLOW 1.1LTS to EFLOW 1.4LTS, use the following steps.
144144
```
145145
1. If you download the MSI on **Step 2**, use the downloaded files to apply the migration
146146
```powershell
147-
Start-EflowMigration -standaloneMsiPath "<path-to-folder>\AzureIoTEdge_LTS_1.4.2.12122-Standalone-X64.msi"
147+
Start-EflowMigration -standaloneMsiPath "<path-to-folder>\AzureIoTEdge_LTS_1.4.2.12122_X64.msi"
148148
```
149149
1. Confirm the EFLOW migration
150150
1. If you're using the auto-download migration option run the following cmdlet
@@ -153,13 +153,13 @@ To migrate between EFLOW 1.1LTS to EFLOW 1.4LTS, use the following steps.
153153
```
154154
1. If you download the MSI on **Step 2**, use the downloaded files to apply the migration
155155
```powershell
156-
Confirm-EflowMigration -updateMsiPath "<path-to-folder>\AzureIoTEdge_LTS_1.4.2.12122-Update-X64.msi"
156+
Confirm-EflowMigration -updateMsiPath "<path-to-folder>\AzureIoTEdge_LTS_Update_1.4.2.12122_X64.msi"
157157
```
158158
159159
If for any reason the migration fails, the EFLOW VM will be restored to it's original 1.1LTS version.
160160
If you want to cancel the migration, you can use the following cmdlets `Start-EflowMigration` and then `Restore-EflowPriorToMigration`
161161
162-
For more information, check [EFLOW LTS migration](https://aka.ms/AzEFLOW-LTS-Migration).
162+
For more information, check `Start-EflowMigration`, `Confirm-EflowMigration` and `Restore-EflowPriorToMigration` cmdlet documentation by using the `Get-Help <cmdlet> -full` command.
163163
164164
## Next steps
165165

0 commit comments

Comments
 (0)