Skip to content

Commit 43a72a3

Browse files
committed
Typo with Deploy-Eflow cmd
1 parent 919a5af commit 43a72a3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -240,9 +240,8 @@ Install IoT Edge for Linux on Windows on your target device.
240240
>For example, the command below creates a virtual machine with 1 vCPU core, 1 GB of RAM (represented in MB), and 2 GB of disk space:
241241
>
242242
> ```powershell
243-
> Deploy-Eflow -cpuCount 1 -memoryInMB 1024 -vmDiskSize 2
243+
> Deploy-Eflow -cpuCount 1 -memoryInMB 1024 -vmDataSize 2
244244
> ```
245-
>Note: `vmDataSize` is a new parameter intriduced in the EFLOW CR version.
246245
>
247246
>For information about all the optional parameters available, see [PowerShell functions for IoT Edge for Linux on Windows](../articles/iot-edge/reference-iot-edge-for-linux-on-windows-functions.md#deploy-eflow).
248247

0 commit comments

Comments
 (0)