Skip to content

Commit e3c70bd

Browse files
committed
Ronmia feedback comments
1 parent 437c303 commit e3c70bd

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

azure-local/includes/hci-arc-vm.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
author: alkohli
33
ms.topic: include
4-
ms.date: 03/21/2025
4+
ms.date: 03/28/2025
55
ms.author: alkohli
66

77
---
88

99
<!--- Link must remain site-relative to prevent build issues with incoming includes from the windowsserverdocs repo --->
1010

1111
> [!NOTE]
12-
> The recommended way to create and manage VMs on Azure Local is using the [Azure Local VM management](/azure-stack/hci/manage/azure-arc-vm-management-overview). Use the method in this article to manage your VMs if you need functionality that isn't available in Azure Local VM management.
12+
> The recommended way to create and manage VMs on Azure Local is using [Azure Local VM management](/azure-stack/hci/manage/azure-arc-vm-management-overview). This article uses methods outside of Azure Local VM management to be able to attach an Ubuntu Linux VM on Azure Local.

azure-local/manage/attach-gpu-to-linux-vm.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.author: alkohli
66
ms.topic: how-to
77
ms.service: azure-local
88
ms.custom: linux-related-content
9-
ms.date: 03/21/2025
9+
ms.date: 03/28/2025
1010
---
1111

1212
# Attaching a GPU to an Ubuntu Linux VM on Azure Local
@@ -55,7 +55,7 @@ This topic provides step-by-step instructions on how to install and configure an
5555
Get-VMAssignableDevice -VMName Ubuntu
5656
```
5757
58-
Successful assignment of the GPU to the VM that shows this output:
58+
Successful assignment of the GPU to the VM shows this output:
5959
6060
:::image type="content" source="media/attach-gpu-to-linux-vm/assign-gpu.png" alt-text="Assign GPU Screenshot." lightbox="media/attach-gpu-to-linux-vm/assign-gpu.png":::
6161
@@ -160,7 +160,7 @@ This topic provides step-by-step instructions on how to install and configure an
160160
161161
## Configure Azure IoT Edge
162162
163-
To prepare for this configuration, please review the FAQ contained in the [NVIDIA-Deepstream-Azure-IoT-Edge-on-a-NVIDIA-Jetson-Nano](https://github.com/Azure-Samples/NVIDIA-Deepstream-Azure-IoT-Edge-on-a-NVIDIA-Jetson-Nano) GitHub repo, which explains the need to install Docker instead of Moby. After reviewing, proceed using the steps.
163+
To prepare for this configuration, please review the FAQ contained in the [NVIDIA-Deepstream-Azure-IoT-Edge-on-a-NVIDIA-Jetson-Nano](https://github.com/Azure-Samples/NVIDIA-Deepstream-Azure-IoT-Edge-on-a-NVIDIA-Jetson-Nano) GitHub repo, which explains the need to install Docker instead of Moby. After reviewing, proceed to the next steps.
164164
165165
### Install NVIDIA Docker
166166

azure-local/manage/gpu-manage-via-device.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ author: alkohli
55
ms.author: alkohli
66
ms.topic: how-to
77
ms.service: azure-local
8-
ms.date: 03/21/2025
8+
ms.date: 03/28/2025
99
---
1010

1111
# Manage GPUs via Discrete Device Assignment (preview)
1212

1313
[!INCLUDE [applies-to](../includes/hci-applies-to-23h2.md)]
1414

15-
This article describes how to manage GPU DDA with Azure Local virtual machines (VMs) enabled by Azure Arc. For GPU DDA management on Azure Kubernetes Service (AKS) enabled by Azure Arc, see [Use GPUs for compute-intensive workloads](/azure/aks/hybrid/deploy-gpu-node-pool#create-a-new-workload-cluster-with-a-gpu-enabled-node-pool).
15+
This article describes how to manage GPU DDA with Azure Local VMs enabled by Azure Arc. For GPU DDA management on Azure Kubernetes Service (AKS) enabled by Azure Arc, see [Use GPUs for compute-intensive workloads](/azure/aks/hybrid/deploy-gpu-node-pool#create-a-new-workload-cluster-with-a-gpu-enabled-node-pool).
1616

1717
Discrete Device Assignment (DDA) allows you to dedicate a physical graphical processing unit (GPU) to your workload. In a DDA deployment, virtualized workloads run on the native driver and typically have full access to the GPU's functionality. DDA offers the highest level of app compatibility and potential performance.
1818

azure-local/manage/gpu-preparation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ description: Learn how to prepare GPUs for an Azure Local instance.
44
author: alkohli
55
ms.author: alkohli
66
ms.topic: how-to
7-
ms.date: 03/17/2025
7+
ms.date: 03/28/2025
88
ms.service: azure-local
99
---
1010

1111
# Prepare GPUs for Azure Local
1212

1313
[!INCLUDE [applies-to](../includes/hci-applies-to-23h2.md)]
1414

15-
This article describes how to prepare graphical processing units (GPUs) on your Azure Local instance for computation-intensive workloads running on Azure Local virtual machines (VMs) enabled by Azure Arc and Azure Kubernetes Service (AKS) enabled by Azure Arc. GPUs are used for computation-intensive workloads such as machine learning and deep learning.
15+
This article describes how to prepare graphical processing units (GPUs) on your Azure Local instance for computation-intensive workloads running on Azure Local VMs enabled by Azure Arc and Azure Kubernetes Service (AKS) enabled by Azure Arc. GPUs are used for computation-intensive workloads such as machine learning and deep learning.
1616

1717

1818
## Attaching GPUs on Azure Local

0 commit comments

Comments
 (0)