Skip to content

Commit 8082a80

Browse files
Merge pull request #276853 from PatAltimore/patricka-freshness
Freshness
2 parents 9eeaf8a + 01a6cef commit 8082a80

5 files changed

+18
-19
lines changed

articles/iot-edge/how-to-configure-iot-edge-for-linux-on-windows-iiot-dmz.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
---
2-
title: How to Configure Azure IoT Edge for Linux on Windows to work on a DMZ | Microsoft Docs
2+
title: Configure Azure IoT Edge for Linux on Windows on a DMZ
33
description: How to configure the Azure IoT Edge for Linux (EFLOW) VM to support multiple network interface cards (NICs) and connect to multiple networks.
44
author: PatAltimore
55
ms.reviewer: fcabrera
66
ms.service: iot-edge
77
ms.custom: linux-related-content
88
services: iot-edge
99
ms.topic: conceptual
10-
ms.date: 07/22/2022
10+
ms.date: 05/31/2024
1111
ms.author: patricka
1212
---
1313

14-
# How to configure Azure IoT Edge for Linux on Windows Industrial IoT & DMZ configuration
14+
# How to configure Azure IoT Edge for Linux on Windows on a DMZ
1515

1616
[!INCLUDE [iot-edge-version-1.4](includes/iot-edge-version-1.4.md)]
1717

articles/iot-edge/how-to-configure-iot-edge-for-linux-on-windows-networking.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
---
2-
title: Networking for Azure IoT Edge for Linux on Windows | Microsoft Docs
2+
title: Networking for Azure IoT Edge for Linux on Windows
33
description: Learn about how to configure custom networking for Azure IoT Edge for Linux on Windows virtual machine.
44
author: PatAltimore
5-
manager: kgremban
65
ms.author: fcabrera
7-
ms.date: 10/21/2022
6+
ms.date: 05/31/2024
87
ms.topic: conceptual
98
ms.service: iot-edge
109
ms.custom: linux-related-content
@@ -138,7 +137,7 @@ If you need to manually set up the DNS server addresses, you can use the EFLOW P
138137
### Check DNS resolution
139138
There are multiple ways to check the DNS resolution.
140139

141-
First, from inside the EFLOW VM, use the `resolvectl query` command to query a specific URL. For example, to check if the name resolution is working for the address _microsoft.com_, use:
140+
First, from inside the EFLOW VM, use the `resolvectl query` command to query a specific URL. For example, to check if the name resolution is working for the address *microsoft.com*, use:
142141

143142
```bash
144143
resolvectl query microsoft.com
@@ -157,7 +156,7 @@ microsoft.com: 40.112.72.205
157156
-- Data is authenticated: no
158157
```
159158

160-
You can also use the `dig` command to query a specific URL. For example, to check if the name resolution is working for the address _microsoft.com_, use:
159+
You can also use the `dig` command to query a specific URL. For example, to check if the name resolution is working for the address *microsoft.com*, use:
161160

162161
```bash
163162
dig microsoft.com

articles/iot-edge/how-to-configure-module-build-options.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
title: Configure module build options
3-
description: Learn how to use the module.json file to configure build and deployment options for a module
3+
description: Learn how to use the module.json file to configure build and deployment options for an IoT Edge module
44
author: PatAltimore
55

66
ms.author: patricka
7-
ms.date: 03/11/2022
7+
ms.date: 05/31/2024
88
ms.topic: how-to
99
ms.service: iot-edge
1010
services: iot-edge
@@ -63,6 +63,6 @@ Once the module is built, the final tag of the image is combined with both versi
6363
`<repository>:<version>-<platform key>`. For this example, the image tag for `amd64.debug` is
6464
`localhost:5000/csharpmod:0.0.1-amd64.debug`.
6565

66-
## Next steps
66+
## Next step
6767

6868
[Understand the requirements and tools for developing IoT Edge modules](module-development.md)

articles/iot-edge/how-to-configure-multiple-nics.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
2-
title: Configure multiple NICs for Azure IoT Edge for Linux on Windows | Microsoft Docs
2+
title: Configure multiple NICs for Azure IoT Edge for Linux on Windows
33
description: Configuration for attaching multiple network interfaces to Azure IoT Edge for Linux on Windows virtual machine
44
author: PatAltimore
55
ms.reviewer: fcabrera
66
ms.service: iot-edge
77
ms.custom: linux-related-content
88
services: iot-edge
99
ms.topic: conceptual
10-
ms.date: 7/22/2022
10+
ms.date: 05/31/2024
1111
ms.author: patricka
1212
---
1313

articles/iot-edge/how-to-connect-usb-devices.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
2-
title: How to connect a USB device to Azure IoT Edge for Linux on Windows | Microsoft Docs
2+
title: How to connect a USB device to Azure IoT Edge for Linux on Windows
33
description: How to connect a USB device using USB over IP to the Azure IoT Edge for Linux on Windows (EFLOW) virtual machine.
44
author: PatAltimore
55

66
ms.service: iot-edge
77
ms.custom: linux-related-content
88
services: iot-edge
99
ms.topic: conceptual
10-
ms.date: 07/25/2022
10+
ms.date: 05/31/2024
1111
ms.author: fcabrera
1212
---
1313

@@ -28,18 +28,18 @@ Setting up the USB/IP project on your Windows machine enables common developer U
2828
- A machine with an x64/x86 processor is required, *usbipd-win* doesn't support ARM64.
2929

3030
> [!NOTE]
31-
> To check your Azure IoT Edge for Linux on Windows version, go to _Add or Remove Programs_ and then search for _Azure IoT Edge_. The installed version is listed under _Azure IoT Edge_. If you need to update to the latest version, see [Azure IoT Edge for Linux on Windows updates](./iot-edge-for-linux-on-windows-updates.md).
31+
> To check your Azure IoT Edge for Linux on Windows version, go to *Add or Remove Programs* and then search for *Azure IoT Edge*. The installed version is listed under *Azure IoT Edge*. If you need to update to the latest version, see [Azure IoT Edge for Linux on Windows updates](./iot-edge-for-linux-on-windows-updates.md).
3232
3333
## Install the UsbIp-Win project
3434

3535
Support for connecting USB devices isn't natively available with EFLOW. You'll need to install the open-source [usbipd-win](https://github.com/dorssel/usbipd-win) project using the following steps:
3636

3737
1. Go to the [latest release page for the usbipd-win](https://github.com/dorssel/usbipd-win/releases) project.
38-
1. Choose and download the _usbipd-win_x.y.z.msi_ file. (You may get a warning asking you to confirm that you trust the downloaded installer).
39-
1. Run the downloaded _usbipd-win_x.y.z.msi_ installer file.
38+
1. Choose and download the *usbipd-win_x.y.z.msi* file. (You may get a warning asking you to confirm that you trust the downloaded installer).
39+
1. Run the downloaded *usbipd-win_x.y.z.msi* installer file.
4040

4141
> [!NOTE]
42-
> Alternatively, you can also install the usbipd-win project using [Windows Package Manager](/windows/package-manager/winget/) (_winget_). If you have already installed _winget_, use the command: `winget install --interactive --exact dorssel.usbipd-win` to install usbipd-win. If you don't use the `--interactive` parameter, _winget_ may immediately restart your computer if needed to install the drivers.
42+
> Alternatively, you can also install the usbipd-win project using [Windows Package Manager](/windows/package-manager/winget/) (*winget*). If you have already installed *winget*, use the command: `winget install --interactive --exact dorssel.usbipd-win` to install usbipd-win. If you don't use the `--interactive` parameter, *winget* may immediately restart your computer if needed to install the drivers.
4343
4444
The UsbIp-Win installs:
4545

0 commit comments

Comments
 (0)