Skip to content

Commit 8b31835

Browse files
committed
Updated prereqs and image versions
1 parent 76a4232 commit 8b31835

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

azure-local/manage/virtual-machine-image-azure-marketplace.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.topic: how-to
77
ms.service: azure-local
88
ms.custom:
99
- devx-track-azurecli
10-
ms.date: 12/10/2024
10+
ms.date: 03/04/2025
1111
---
1212

1313
# Create Azure Local VM image using Azure Marketplace images
@@ -26,13 +26,17 @@ Before you begin, make sure that the following prerequisites are completed.
2626

2727
- 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).
2828

29+
- Make sure that your subscription is registered with the `Microsoft.EdgeMarketplace` resource provider. For more information, see [Register resource provider](/azure-resource-manager/management/resource-providers-and-types#register-resource-provider).
30+
2931
- 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).
3032

3133
# [Azure portal](#tab/azureportal)
3234

3335
- Make sure to review and [complete the prerequisites](./azure-arc-vm-management-prerequisites.md).
3436

3537
- 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-resource-manager/management/resource-providers-and-types#register-resource-provider).
3640
---
3741

3842
## Add VM image from Azure Marketplace
@@ -98,8 +102,8 @@ Follow these steps to create a VM image using the Azure CLI.
98102
99103
| Name | Publisher | Offer | SKU |
100104
|------|-----------|-------|------|
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 |
103107
| Windows 11 Pro | microsoftwindowsdesktop | windows-11 | win11-23h2-pro |
104108
| Windows 11 Enterprise | microsoftwindowsdesktop | windows-11 | win11-22h2-ent<br>win11-23h2-ent<br>win11-24h2-ent |
105109
| Windows 11 Enterprise multi-session | microsoftwindowsdesktop | windows-11 | win11-22h2-avd<br>win11-23h2-avd<br>win11-24h2-avd |

0 commit comments

Comments
 (0)