We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be0ce33 commit 3c4426fCopy full SHA for 3c4426f
articles/iot-edge/quickstart.md
@@ -149,7 +149,7 @@ Run the following PowerShell commands on the target device where you want to dep
149
<!-- end iotedge-2020-11 -->
150
151
<!-- iotedge-1.4 -->
152
- :::version 1.4
+ :::moniker range=">=iotedge-1.4"
153
* **X64/AMD64**
154
```powershell
155
$msiPath = $([io.Path]::Combine($env:TEMP, 'AzureIoTEdge.msi'))
@@ -163,7 +163,7 @@ Run the following PowerShell commands on the target device where you want to dep
163
$ProgressPreference = 'SilentlyContinue'
164
Invoke-WebRequest "https://aka.ms/AzEFLOWMSI_1_4_LTS_ARM64" -OutFile $msiPath
165
```
166
- :::end
+ :::moniker-end
167
<!-- end iotedge-1.4 -->
168
169
1. Install IoT Edge for Linux on Windows on your device.
0 commit comments