You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This article describes how to prepare graphical processing units (GPUs) on your Azure Local instance for computation-intensive workloads running on Arc virtual machines (VMs) and AKS enabled by Azure Arc. GPUs are used for computation-intensive workloads such as machine learning and deep learning.
16
16
17
-
> [!IMPORTANT]
18
-
> This feature is currently in PREVIEW.
19
-
> 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.
Copy file name to clipboardExpand all lines: azure-local/manage/virtual-machine-image-azure-marketplace.md
+7-3Lines changed: 7 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ ms.topic: how-to
7
7
ms.service: azure-local
8
8
ms.custom:
9
9
- devx-track-azurecli
10
-
ms.date: 12/10/2024
10
+
ms.date: 03/04/2025
11
11
---
12
12
13
13
# Create Azure Local VM image using Azure Marketplace images
@@ -26,13 +26,17 @@ Before you begin, make sure that the following prerequisites are completed.
26
26
27
27
- Make sure you have the **Azure Connected Machine Resource Manager** role. For more information, see [Assign Azure roles](/azure/role-based-access-control/role-assignments-portal).
28
28
29
+
- Make sure that your subscription is registered with the `Microsoft.EdgeMarketplace` resource provider. For more information, see [Register resource provider](/azure/azure-resource-manager/management/resource-providers-and-types#register-resource-provider).
30
+
29
31
- If using a client to connect to your Azure Local instance, see [Connect to the system remotely](./azure-arc-vm-management-prerequisites.md#connect-to-the-system-remotely).
30
32
31
33
# [Azure portal](#tab/azureportal)
32
34
33
35
- Make sure to review and [complete the prerequisites](./azure-arc-vm-management-prerequisites.md).
34
36
35
37
- Make sure you have the **Azure Connected Machine Resource Manager** role. For more information, see [Assign Azure roles](/azure/role-based-access-control/role-assignments-portal).
38
+
39
+
- Make sure that your subscription is registered with the `Microsoft.EdgeMarketplace` resource provider. For more information, see [Register resource provider](/azure/azure-resource-manager/management/resource-providers-and-types#register-resource-provider).
36
40
---
37
41
38
42
## Add VM image from Azure Marketplace
@@ -98,8 +102,8 @@ Follow these steps to create a VM image using the Azure CLI.
98
102
99
103
| Name | Publisher | Offer | SKU |
100
104
|------|-----------|-------|------|
101
-
| Windows 11 Enterprise multi-session + Microsoft 365 | microsoftwindowsdesktop | office-365 | win11-23h2-avd-m365 |
102
-
| Windows 10 Enterprise multi-session + Microsoft 365 | microsoftwindowsdesktop | office-365 | win10-21h2-avd-m365<br>win10-22h2-avd-m365 |
105
+
| Windows 11 Enterprise multi-session + Microsoft 365 | microsoftwindowsdesktop | office-365 | win11-23h2-avd-m365 <br> win11-24h2-avd-m365 |
106
+
| Windows 10 Enterprise multi-session + Microsoft 365 | microsoftwindowsdesktop | office-365 | win10-21h2-avd-m365 |
103
107
| Windows 11 Pro | microsoftwindowsdesktop | windows-11 | win11-23h2-pro |
0 commit comments