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 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.
18
18
19
19
## Prerequisites
20
20
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).
24
22
- Make sure that your image is using a [supported operating system](/azure/azure-arc/servers/prerequisites#supported-operating-systems).
25
23
- 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).
27
25
- If using a VHDX:
28
26
- The VHDX image must be Gen 2 type and secure boot enabled.
29
27
- 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:
0 commit comments