Skip to content

Commit 9cd8950

Browse files
Merge pull request #3770 from MicrosoftDocs/main638895782202551029sync_temp
For protected branch, push strategy should use PR and merge to target branch method to work around git push error
2 parents 3172794 + 79bbf56 commit 9cd8950

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

azure-local/manage/azure-arc-vm-management-prerequisites.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: alkohli
55
ms.author: alkohli
66
ms.topic: how-to
77
ms.service: azure-local
8-
ms.date: 03/21/2025
8+
ms.date: 07/08/2025
99

1010
---
1111

@@ -34,13 +34,12 @@ The Azure requirements include:
3434

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

37-
## Arc VM image requirements
37+
## Azure Local VM image requirements
3838

39-
For Arc VM images to be used on Azure Local, make sure to satisfy the following requirements:
39+
For Azure Local VM images to be used on Azure Local, make sure to satisfy the following requirements:
4040

4141
- 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-
- If using Windows Server 2012 and Windows Server 2012 R2 images, you can only create Arc VMs using the Azure CLI. For more information, see [Additional parameters required to provision Arc VM via the Azure CLI using Windows Server 2012 and Windows Server 2012 R2 images](./create-arc-virtual-machines.md#additional-parameters-for-windows-server-2012-and-windows-server-2012-r2-images).
42+
- If using Windows Server 2012 and Windows Server 2012 R2 images, you can only create Azure Local VMs using the Azure CLI. For more information, see [Additional parameters required to provision Azure Local VMs via the Azure CLI using Windows Server 2012 and Windows Server 2012 R2 images](./create-arc-virtual-machines.md#additional-parameters-for-windows-server-2012-and-windows-server-2012-r2-images).
4443

4544
## Firewall requirements
4645

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,13 +143,13 @@ To configure the VM:
143143
1. Make sure that `cloud-init` wasn't installed.
144144

145145
```bash
146-
Sudo yum list installed | grep cloud-init
146+
sudo yum list installed | grep cloud-init
147147
```
148148

149149
1. Install the `cloud-init` tool and verify the version of `cloud-init` that was installed.
150150

151151
```bash
152-
Sudo yum install -y cloud-init
152+
sudo yum install -y cloud-init
153153
cloud-init --version
154154
```
155155

0 commit comments

Comments
 (0)