Skip to content

Commit ac43af6

Browse files
Merge pull request #312814 from jlian/fix/eflow-nested-tgz-typos
Fix .tzg typos to .tgz in EFLOW nested edge tutorial
2 parents 2ed3425 + e6759ba commit ac43af6

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

articles/iot-edge/tutorial-nested-iot-edge-for-linux-on-windows.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Tutorial - Create a hierarchy of IoT Edge devices - Azure IoT Edge for Li
33
description: This tutorial shows you how to create a hierarchical structure of IoT Edge for Linux on Windows devices.
44
author: sethmanheim
55
ms.author: sethm
6-
ms.date: 02/27/2026
6+
ms.date: 03/09/2026
77
ms.topic: tutorial
88
ms.service: azure-iot-edge
99
ms.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

174174
1. 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
181181
1. 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
239239
1. 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
247247
1. Connect to your EFLOW virtual machine

0 commit comments

Comments
 (0)