Skip to content

Commit 3d948be

Browse files
committed
updates
1 parent 41d6b84 commit 3d948be

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

azure-local/manage/virtual-machine-image-azure-compute-gallery.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Create Azure Local VM from Azure Compute gallery images via Azure CLI
3-
description: Learn how to create Azure Local VM images using Azure Compute gallery images.
2+
title: Create Azure Local VM from Azure Compute Gallery images via Azure CLI
3+
description: Learn how to create Azure Local VM images using Azure Compute Gallery images.
44
author: sipastak
55
ms.author: sipastak
66
ms.topic: how-to
@@ -14,16 +14,14 @@ ms.date: 05/21/2025
1414

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

17-
This article describes how to create Azure Local VMs enabled by Azure Arc using source images from the Azure Compute Gallery. You can create VM images on Azure CLI using the following steps and then use these VM images to create Azure Local VMs.
17+
This article describes how to create Azure Local VMs enabled by Azure Arc using source images from the Azure Compute Gallery. You can create VM images on Azure CLI using the instructions in this article and then use these VM images to create Azure Local VMs.
1818

1919
## Prerequisites
2020

21-
Before you begin, make sure that the following prerequisites are completed.
22-
23-
- Make sure to review and [complete the prerequisites](./azure-arc-vm-management-prerequisites.md).
21+
- Make sure to review and [complete the Azure Local VM prerequisites](./azure-arc-vm-management-prerequisites.md).
2422
- Make sure that your image is using a [supported operating system](/azure/azure-arc/servers/prerequisites#supported-operating-systems).
2523
- For custom images in Azure Compute Gallery, ensure you meet the following extra prerequisites:
26-
- You should have a VHD loaded in your Azure Compute Gallery. See how to [Create an image definition and image version](/azure/virtual-machines/image-version).
24+
- You should have a Virtual Hard Disk (VHD) loaded in your Azure Compute Gallery. See how to [Create an image definition and image version](/azure/virtual-machines/image-version).
2725
- If using a VHDX:
2826
- The VHDX image must be Gen 2 type and secure boot enabled.
2927
- The VHDX image must be prepared using `sysprep /generalize /shutdown /oobe`. For more information, see [Sysprep command-line options](/windows-hardware/manufacture/desktop/sysprep-command-line-options).
@@ -115,7 +113,7 @@ To create an Azure Local VM image:
115113
"type": "CustomLocation"
116114
},
117115
"id": "/subscriptions/<Subscription ID>/resourceGroups/mylocal-rg/providers/Microsoft.AzureStackHCI/galleryImages/mylocal-image",
118-
"location": "eastus2euap",
116+
"location": "eastus",
119117
"name": "mylocal-image",
120118
"properties": {
121119
"cloudInitDataSource": null,

0 commit comments

Comments
 (0)