Skip to content

Commit 1f96715

Browse files
Merge pull request #276657 from PatAltimore/patricka-freshness
IoT Edge freshness
2 parents 76da219 + de54858 commit 1f96715

File tree

5 files changed

+17
-18
lines changed

5 files changed

+17
-18
lines changed

articles/iot-edge/configure-connect-verify-gpu.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
2-
title: Configure, connect, and verify an IoT Edge module with a GPU
2+
title: Configure and connect an IoT Edge module with a GPU
33
description: Configure your environment to connect and verify your GPU to process modules from your IoT Edge device.
44
author: PatAltimore
55

66
ms.author: patricka
7-
ms.date: 9/22/2022
7+
ms.date: 05/29/2024
88
ms.topic: tutorial
99
ms.service: iot-edge
1010
services: iot-edge
@@ -39,7 +39,7 @@ We'll use the Azure portal, the Azure Cloud Shell, and your VM's command line to
3939

4040
## Create a GPU-optimized virtual machine
4141

42-
To create a GPU-optimized virtual machine (VM), choosing the right size is important. Not all VM sizes will accommodate GPU processing. In addition, there are different VM sizes for different workloads. For more information, see [GPU optimized virtual machine sizes](../virtual-machines/sizes-gpu.md) or try the [Virtual machines selector](https://azure.microsoft.com/pricing/vm-selector/).
42+
To create a GPU-optimized virtual machine (VM), choosing the right size is important. Not all VM sizes accommodate GPU processing. In addition, there are different VM sizes for different workloads. For more information, see [GPU optimized virtual machine sizes](../virtual-machines/sizes-gpu.md) or try the [Virtual machines selector](https://azure.microsoft.com/pricing/vm-selector/).
4343

4444
Let's create an IoT Edge VM with the [Azure Resource Manager (ARM)](../azure-resource-manager/management/overview.md) template in GitHub, then configure it to be GPU-optimized.
4545

articles/iot-edge/deploy-modbus-gateway.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
2-
title: Translate modbus protocols with gateways - Azure IoT Edge | Microsoft Docs
2+
title: Translate modbus protocols with gateways - Azure IoT Edge
33
description: Allow devices that use Modbus TCP to communicate with Azure IoT Hub by creating an IoT Edge gateway device
44
author: PatAltimore
55

66
ms.service: iot-edge
77
services: iot-edge
88
ms.topic: conceptual
9-
ms.date: 09/22/2022
9+
ms.date: 05/29/2024
1010
ms.author: patricka
1111
---
1212

@@ -46,7 +46,7 @@ This section walks through deploying Microsoft's sample Modbus module to your Io
4646

4747
4. In the **IoT Edge Modules** section, add the Modbus module:
4848

49-
1. Click the **Add** dropdown and select **Marketplace Module**.
49+
1. Select the **Add** dropdown and select **Marketplace Module**.
5050
2. Search for `Modbus` and select the **Modbus TCP Module** by Microsoft.
5151
3. The module is automatically configured for your IoT Hub and appears in the list of IoT Edge Modules. The Routes are also automatically configured. Select **Review + create**.
5252
4. Review the deployment manifest and select **Create**.

articles/iot-edge/gpu-acceleration.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
2-
title: GPU acceleration for Azure IoT Edge for Linux on Windows | Microsoft Docs
2+
title: GPU acceleration for Azure IoT Edge for Linux on Windows
33
description: Learn about how to configure your Azure IoT Edge for Linux on Windows virtual machines to use host device GPUs.
44
author: PatAltimore
55
ms.author: patricka
6-
ms.date: 6/7/2022
6+
ms.date: 05/29/2024
77
ms.topic: conceptual
88
ms.service: iot-edge
99
ms.custom: linux-related-content
@@ -118,7 +118,7 @@ Visit our [EFLOW Samples Page](https://github.com/Azure/iotedge-eflow/tree/main/
118118

119119
### Learn More from our Partners
120120
Several GPU vendors have provided user guides on getting the most of their hardware and software with EFLOW.
121-
* Learn how to run Intel OpenVINO applications on EFLOW by following [Intel's guide on iGPU with Azure IoT Edge for Linux on Windows (EFLOW) & OpenVINO Toolkit](https://community.intel.com/t5/Blogs/Tech-Innovation/Artificial-Intelligence-AI/Witness-the-power-of-Intel-iGPU-with-Azure-IoT-Edge-for-Linux-on/post/1382405) and [reference implementations](https://www.intel.com/content/www/us/en/developer/articles/technical/deploy-reference-implementation-to-azure-iot-eflow.html).
121+
* Learn how to run Intel OpenVINO™ applications on EFLOW by following [Intel's guide on iGPU with Azure IoT Edge for Linux on Windows (EFLOW) & OpenVINO™ Toolkit](https://community.intel.com/t5/Blogs/Tech-Innovation/Artificial-Intelligence-AI/Witness-the-power-of-Intel-iGPU-with-Azure-IoT-Edge-for-Linux-on/post/1382405) and [reference implementations](https://www.intel.com/content/www/us/en/developer/articles/technical/deploy-reference-implementation-to-azure-iot-eflow.html).
122122
* Get started with deploying CUDA-accelerated applications on EFLOW by following [NVIDIA's EFLOW User Guide for GeForce/Quadro/RTX GPUs](https://docs.nvidia.com/cuda/eflow-users-guide/index.html).
123123

124124
> [!NOTE]

articles/iot-edge/how-to-access-dtpm.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
---
2-
title: dTPM access for Azure IoT Edge for Linux on Windows | Microsoft Docs
2+
title: dTPM access for Azure IoT Edge for Linux on Windows
33
description: Learn about how to configure access the dTPM on your Azure IoT Edge for Linux on Windows virtual machine.
4-
author: fcabrera
5-
manager: patricka
4+
author: PatAltimore
65
ms.author: patricka
7-
ms.date: 8/1/2022
6+
ms.date: 05/29/2024
87
ms.topic: conceptual
98
ms.service: iot-edge
109
ms.custom: linux-related-content
@@ -88,13 +87,13 @@ Once the executable file and dependency files are created, you need to copy the
8887
```
8988
9089
1. Create a *tar* file with all the files created in previous steps.
91-
For example, if you have all your files under the folder _TPM_, you can use the following command to create the _TPM.tar_ file.
90+
For example, if you have all your files under the folder *TPM*, you can use the following command to create the *TPM.tar* file.
9291
```powershell
9392
tar -cvzf TPM.tar ".\TPM"
9493
```
9594
9695
1. Once the *TPM.tar* file is created successfully, use the `Copy-EflowVmFile` cmdlet to copy the *tar* file created to the EFLOW VM.
97-
For example, if you have the _tar_ file name _TPM.tar_ in the directory `C:\Users\User`. you can use the following command to copy to the EFLOW VM.
96+
For example, if you have the *tar* file name *TPM.tar* in the directory `C:\Users\User`. you can use the following command to copy to the EFLOW VM.
9897
```powershell
9998
Copy-EflowVmFile -fromFile "C:\Users\User\TPM.tar" -toFile "/home/iotedge-user/" -pushFile
10099
```
@@ -106,7 +105,7 @@ Once the executable file and dependency files are created, you need to copy the
106105
107106
1. Change directory to the folder where you copied the *tar* file and check the file is available. If you used the example above, when connected to the EFLOW VM, you'll already be at the *iotedge-user* root folder. Run the `ls` command to list the files and folders.
108107
109-
1. Run the following command to extract all the content from the _tar_ file.
108+
1. Run the following command to extract all the content from the *tar* file.
110109
```bash
111110
tar -xvzf TPM.tar
112111
```

articles/iot-edge/how-to-authenticate-downstream-device.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
2-
title: Authenticate downstream devices - Azure IoT Edge | Microsoft Docs
2+
title: Authenticate downstream devices - Azure IoT Edge
33
description: How to authenticate downstream devices to IoT Hub, and route their connection through Azure IoT Edge gateway devices.
44
author: PatAltimore
55

66
ms.author: patricka
7-
ms.date: 04/29/2022
7+
ms.date: 05/29/2024
88
ms.topic: conceptual
99
ms.service: iot-edge
1010
services: iot-edge

0 commit comments

Comments
 (0)