Skip to content

Commit 85e4b07

Browse files
committed
Updated with rebranding changes.
1 parent c55c224 commit 85e4b07

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 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: 02/04/2024
8+
ms.date: 03/26/2025
99
---
1010

1111
# Manage GPUs using partitioning (preview)
1212

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

15-
This article describes how to manage GPU-P with Arc virtual machines (VMs) for Azure Local. GPU Partitioning (GPU-P) allows you to share a graphical processing unit (GPU) with multiple workloads by splitting the GPU into dedicated fractional partitions.
15+
This article describes how to manage GPU-P with Azure Local virtual machines (VMs) enabled by Azure Arc. GPU Partitioning (GPU-P) allows you to share a graphical processing unit (GPU) with multiple workloads by splitting the GPU into dedicated fractional partitions.
1616

1717
> [!IMPORTANT]
1818
> This feature is currently in PREVIEW. See the [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/) for legal terms that apply to Azure features that are in beta, preview, or otherwise not yet released into general availability.
@@ -43,15 +43,15 @@ Consider the following limitations when using the GPU-P feature:
4343

4444
## Attach a GPU during Arc VM creation
4545

46-
Follow the steps outlined in [Create Arc virtual machines on Azure Local](create-arc-virtual-machines.md?tabs=azurecli) and utilize the additional hardware profile details to add GPU to your create process. Run the following:
46+
Follow the steps outlined in [Create Azure Local virtual machines](create-arc-virtual-machines.md?tabs=azurecli) and utilize the additional hardware profile details to add GPU to your create process. Run the following:
4747

4848
```azurecli
4949
az stack-hci-vm create --name $vmName --resource-group $resource_group --admin-username $userName --admin-password $password --computer-name $computerName --image $imageName --location $location --authentication-type all --nics $nicName --custom-location $customLocationID --hardware-profile memory-mb="8192" processors="4" --storage-path-id $storagePathId --gpus GpuP
5050
```
5151

5252
For more information, see [az stack-hci-vm create](/cli/azure/stack-hci-vm).
5353

54-
## Attach a GPU after Arc VM creation
54+
## Attach a GPU after Azure Local VM creation
5555

5656
Use the following CLI command to attach the GPU:
5757

@@ -101,4 +101,4 @@ For more information on the GPU attach command, see [az stack-hci-vm gpu](/cli/a
101101

102102
## Next steps
103103

104-
- [Manage GPUs using Discrete Device Assignment](./gpu-manage-via-device.md)
104+
- [Manage GPUs using Discrete Device Assignment](./gpu-manage-via-device.md).

0 commit comments

Comments
 (0)