Skip to content

Commit 2889d2c

Browse files
Merge pull request #3290 from MicrosoftDocs/main638600291705161788sync_temp
For protected branch, push strategy should use PR and merge to target branch method to work around git push error
2 parents b77b7f8 + 3b0b9f7 commit 2889d2c

5 files changed

+18
-4
lines changed

azure-stack/hci/manage/azure-arc-vm-management-prerequisites.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.author: alkohli
66
ms.topic: how-to
77
ms.service: azure-stack
88
ms.subservice: azure-stack-hci
9-
ms.date: 07/18/2024
9+
ms.date: 08/23/2024
1010
---
1111

1212
# Azure Arc VM management prerequisites
@@ -25,6 +25,7 @@ The Azure requirements include:
2525

2626
The entities include Azure Stack HCI cluster, Arc Resource Bridge, Custom Location, VM operator, virtual machines created from Arc and Azure Arc for Servers guest management. These entities can be in different or same resource groups as long as all resource groups are in the same region.
2727

28+
2829
## Azure Stack HCI cluster requirements
2930

3031
- You have access to an Azure Stack HCI system that is deployed, has an Arc Resource Bridge and a custom location.
@@ -33,6 +34,13 @@ The Azure requirements include:
3334

3435
:::image type="content" source="./media/azure-arc-vm-management-prerequisites/azure-arc-connected.png" alt-text="Screenshot of the Overview page in the Azure Stack HCI cluster resource showing Azure Arc as connected." lightbox="./media/azure-arc-vm-management-prerequisites/azure-arc-connected.png":::
3536

37+
## Arc VM image requirements
38+
39+
For Arc VM images to be used on Azure Stack HCI, make sure to satisfy the following requirements:
40+
41+
- Use only the English (en-us) language VHDs to create VM images.
42+
- Do not use Azure Virtual machine VHD disk to create VM images.
43+
3644
## Azure Command-Line Interface (CLI) requirements
3745

3846
Skip this section if not using Azure CLI to provision and manage Arc VMs and VM resources.

azure-stack/hci/manage/virtual-machine-image-centos.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ The following sections provide detailed instructions for each step in the workfl
4141
## Create a VM image from a CentOS image
4242

4343
> [!IMPORTANT]
44-
> We recommend that you prepare a CentOS image if you intend to enable guest management on the VMs.
44+
> - Do not use an Azure Virtual Machine VHD disk to prepare the VM image for Azure Stack HCI.
45+
> - We recommend that you prepare a CentOS image if you intend to enable guest management on the VMs.
4546
4647
Follow these steps on your Azure Stack HCI cluster to create a VM image by using the Azure CLI.
4748

azure-stack/hci/manage/virtual-machine-image-linux-sysprep.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ The following sections provide detailed instructions for each step in the workfl
3737
## Create a VM image from an Ubuntu image
3838

3939
> [!IMPORTANT]
40-
> We recommend that you prepare an Ubuntu image if you intend to enable guest management on the VMs.
40+
> - Do not use an Azure Virtual Machine VHD disk to prepare the VM image for Azure Stack HCI.
41+
> - We recommend that you prepare an Ubuntu image if you intend to enable guest management on the VMs.
4142
4243
Follow these steps on your Azure Stack HCI cluster to create a VM image by using the Azure CLI.
4344

azure-stack/hci/manage/virtual-machine-image-red-hat-enterprise.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ The following sections provide detailed instructions for each step in the workfl
3939
## Create a VM image from a Red Hat Enterprise image
4040

4141
> [!IMPORTANT]
42-
> We recommend that you prepare a Red Hat Enterprise image if you intend to enable guest management on the VMs.
42+
> - Do not use an Azure Virtual Machine VHD disk to prepare the VM image for Azure Stack HCI.
43+
> - We recommend that you prepare a Red Hat Enterprise image if you intend to enable guest management on the VMs.
4344
4445
Follow these steps on your Azure Stack HCI cluster to create a VM image by using the Azure CLI.
4546

azure-stack/hci/manage/virtual-machine-image-suse.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ To convert the QCOW2 image to VHDX and create a VM image from the VHDX image.
3737
1. [Convert QCOW2 to VHDX](#step-1-convert-qcow2-to-vhdx).
3838
2. [Create a SUSE VM image](#step-2-create-a-suse-vm-image).
3939
40+
> [!IMPORTANT]
41+
> Do not use an Azure Virtual Machine VHD disk to prepare the VM image for Azure Stack HCI.
42+
4043
The following sections provide detailed instructions for each step in the workflow.
4144
4245
## Step 1: Convert QCOW2 to VHDX

0 commit comments

Comments
 (0)