@@ -3,7 +3,7 @@ title: Tutorial - Create a hierarchy of IoT Edge devices - Azure IoT Edge for Li
33description : This tutorial shows you how to create a hierarchical structure of IoT Edge for Linux on Windows devices.
44author : sethmanheim
55ms.author : sethm
6- ms.date : 02/27 /2026
6+ ms.date : 03/09 /2026
77ms.topic : tutorial
88ms.service : azure-iot-edge
99ms.custom : devx-track-azurecli, linux-related-content
@@ -169,13 +169,13 @@ Each device needs its corresponding configuration bundle. You can use a USB driv
169169
170170#### Top-layer device configuration
171171
172- 1 . Connect to your * top level* Windows host device and copy the ** parent-1.tzg ** file to the device.
172+ 1 . Connect to your * top level* Windows host device and copy the ** parent-1.tgz ** file to the device.
173173
1741741 . Start an elevated * PowerShell* session using ** Run as Administrator** .
175175
176- 1 . Copy ** parent-1.tzg ** into the EFLOW VM.
176+ 1 . Copy ** parent-1.tgz ** into the EFLOW VM.
177177 ``` powershell
178- Copy-EflowVmFile -fromFile parent-1.tzg -toFile ~/ -pushFile
178+ Copy-EflowVmFile -fromFile parent-1.tgz -toFile ~/ -pushFile
179179 ```
180180
1811811. Connect to your EFLOW virtual machine
@@ -234,14 +234,14 @@ If you want a closer look at what modifications are being made to your device's
234234
235235#### Lower-layer device configuration
236236
237- 1. Connect to your *lower level* Windows host device and copy the **child-1.tzg ** file to the device.
237+ 1. Connect to your *lower level* Windows host device and copy the **child-1.tgz ** file to the device.
238238
2392391. Start an elevated *PowerShell* session using **Run as Administrator**.
240240
241- 1. Copy **child-1.tzg ** into the EFLOW VM.
241+ 1. Copy **child-1.tgz ** into the EFLOW VM.
242242
243243 ```powershell
244- Copy-EflowVmFile -fromFile child-1.tzg -toFile ~/ -pushFile
244+ Copy-EflowVmFile -fromFile child-1.tgz -toFile ~/ -pushFile
245245 ```
246246
2472471. Connect to your EFLOW virtual machine
0 commit comments