Skip to content

Commit ba15064

Browse files
Merge pull request #17361 from ronmiab/rb-arcvm-rebrand1
Updated text for rebranding to Azure Local VMs
2 parents b418d4e + 7dfafca commit ba15064

File tree

5 files changed

+57
-71
lines changed

5 files changed

+57
-71
lines changed

azure-local/includes/hci-create-a-vm-image.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@ ms.topic: include
66
ms.date: 11/26/2024
77
---
88

9-
Follow these steps on your Azure Local to create the VM image from the VHDX that you created earlier.
10-
11-
Use the Azure CLI to create the VM image:
9+
Follow these steps using Azure CLI on your Azure Local to create the VM image from the VHDX you created earlier.
1210

1311
1. Run PowerShell as an administrator.
1412

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

Lines changed: 20 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,31 @@
11
---
2-
title: Prepare CentOS Linux image for Azure Local VM via Azure CLI (preview)
3-
description: Learn how to prepare CentOS Linux images to create an Azure Local VM image (preview) by using the Azure CLI.
2+
title: Prepare CentOS Linux image via Azure CLI for Azure Local VMs enabled by Azure Arc (preview)
3+
description: Learn how to prepare CentOS Linux images to create an Azure Local VM image (preview).
44
author: alkohli
55
ms.author: alkohli
66
ms.topic: how-to
77
ms.service: azure-local
88
ms.custom: devx-track-azurecli, linux-related-content
9-
ms.date: 11/06/2024
9+
ms.date: 03/21/2025
1010
---
1111

12-
# Prepare a CentOS Linux image for Azure Local virtual machines (preview)
12+
# Prepare a CentOS Linux image for Azure Local VMs enabled by Azure Arc (preview)
1313

1414
> [!CAUTION]
1515
> This article references CentOS, a Linux distribution that's reached end-of-life (EOL). Consider your use of CentOS and plan accordingly. For more information, see [CentOS end-of-life guidance](/azure/virtual-machines/workloads/centos/centos-end-of-life).
1616
1717
[!INCLUDE [hci-applies-to-23h2](../includes/hci-applies-to-23h2.md)]
1818

19-
This article describes how to prepare a CentOS Linux image to create a virtual machine (VM) on your Azure Local. You use the Azure CLI for the VM image creation.
19+
This article describes how to use Azure CLI to prepare a CentOS Linux image and create an Azure Local virtual machine (VM).
2020

2121
## Prerequisites
2222

23-
Before you begin, meet the following prerequisites:
24-
2523
- Have access to an Azure Local instance that is deployed, registered, and connected to Azure Arc. Go to the **Overview** page in the Azure Local resource. On the **Server** tab on the right pane, **Azure Arc** should appear as **Connected**.
26-
- [Download the latest supported ISO image](http://repo1.sea.innoscale.net/centos/7.9.2009/isos/x86_64/) on your Azure Local instance. Here, we downloaded the *CentOS-7-x86_64-Everything-2207-02.iso* file. You use this image to create a VM image.
24+
- [Download the latest supported ISO image](http://repo1.sea.innoscale.net/centos/7.9.2009/isos/x86_64/) on your Azure Local instance. Here, we downloaded the *CentOS-7-x86_64-Everything-2207-02.iso* file.
2725

2826
## Workflow
2927

30-
To prepare a CentOS image and create a VM image from that image:
28+
To prepare a CentOS image and create an Azure Local VM image from it:
3129

3230
1. [Create a CentOS VM](#step-1-create-a-centos-vm)
3331
1. [Connect to a VM and install CentOS](#step-2-connect-to-a-vm-and-install-centos)
@@ -40,43 +38,42 @@ The following sections provide detailed instructions for each step in the workfl
4038
## Create a VM image from a CentOS image
4139

4240
> [!IMPORTANT]
43-
> - Do not use an Azure Virtual Machine VHD disk to prepare the VM image for Azure Local.
41+
>
42+
> - Do not use a virtual hard disk from an Azure VM to prepare the Azure Local VM image.
4443
> - We recommend that you prepare a CentOS image if you intend to enable guest management on the VMs.
4544
46-
Follow these steps on your Azure Local to create a VM image by using the Azure CLI.
47-
4845
### Step 1: Create a CentOS VM
4946

50-
To use the downloaded CentOS image to provision a VM:
47+
Follow these steps to provision a VM using the downloaded CentOS image.
5148

52-
1. Use the downloaded image to create a VM with the following specifications:
49+
1. Set up the VM with the following specifications:
5350
1. Provide a friendly name for your VM.
54-
51+
5552
:::image type="content" source="../manage/media/virtual-machine-image-centos/centos-virtual-machine-name.png" alt-text="Screenshot that shows the New Virtual Machine Wizard on the Specify Name and Location page." lightbox="../manage/media/virtual-machine-image-centos/centos-virtual-machine-name.png":::
5653

57-
1. Specify **Generation 2** for your VM as you're working with a VHDX image here.
54+
1. Specify **Generation 2** for your VM as you're working with a virtual hard disk v2 (VHDX) image here.
5855

5956
:::image type="content" source="../manage/media/virtual-machine-image-centos/centos-virtual-machine-generation.png" alt-text="Screenshot that shows the New Virtual Machine Wizard on the Specify Generation page." lightbox="../manage/media/virtual-machine-image-centos/centos-virtual-machine-generation.png":::
60-
57+
6158
1. Assign **4096** for **Startup memory**.
62-
59+
6360
:::image type="content" source="../manage/media/virtual-machine-image-centos/centos-virtual-machine-assign-memory.png" alt-text="Screenshot that shows the Assign Memory page." lightbox="../manage/media/virtual-machine-image-centos/centos-virtual-machine-assign-memory.png":::
6461

6562
1. Select the virtual network switch that the VM uses for connection.
6663

6764
:::image type="content" source="../manage/media/virtual-machine-image-centos/centos-virtual-machine-configure-networking.png" alt-text="Screenshot that shows the Configure Networking page." lightbox="../manage/media/virtual-machine-image-centos/centos-virtual-machine-configure-networking.png":::
68-
65+
6966
1. Accept the defaults on the **Connect Virtual Hard Disk** page.
7067

7168
:::image type="content" source="../manage/media/virtual-machine-image-centos/centos-virtual-machine-connect-virtual-hard-disk.png" alt-text="Screenshot that shows the New Virtual Machine Wizard on the Connect Virtual Hard Disk page." lightbox="../manage/media/virtual-machine-image-centos/centos-virtual-machine-connect-virtual-hard-disk.png":::
7269

7370
1. Select **Install operating system from a bootable image**. Point to the ISO that you downloaded earlier.
74-
71+
7572
:::image type="content" source="../manage/media/virtual-machine-image-centos/centos-virtual-machine-iso-option.png" alt-text="Screenshot that shows the New Virtual Machine Wizard on the Installation Options page." lightbox="../manage/media/virtual-machine-image-centos/centos-virtual-machine-iso-option.png":::
7673

7774
For step-by-step instructions, see [Provision a VM by using Hyper-V Manager](/windows-server/virtualization/hyper-v/get-started/create-a-virtual-machine-in-hyper-v?tabs=hyper-v-manager#create-a-virtual-machine).
7875

79-
1. Use the UEFI certificate to secure boot the VM:
76+
1. Use the Unified Extensible Firmware Interface (UEFI) certificate to secure boot the VM:
8077

8178
1. After the VM is created, it shows up in Hyper-V Manager. Select the VM, right-click it, and then select **Settings**.
8279
1. On the left pane, select the **Security** tab. Then under **Secure Boot**, from the **Template** dropdown list, select **Microsoft UEFI Certificate Authority**.
@@ -142,7 +139,7 @@ To configure the VM:
142139

143140
### Step 4: Clean up the residual configuration
144141

145-
Delete machine-specific files and data from your VM so that you can create a clean VM image without any history or default configurations. Follow these steps on your Azure Local to clean up the residual configuration.
142+
Delete machine-specific files and data from your VM so that you can create a clean VM image without any history or default configurations. To clean up the residual configuration, follow these steps on your Azure Local:
146143

147144
1. Clean the `cloud-init` default configurations.
148145

@@ -176,4 +173,4 @@ Delete machine-specific files and data from your VM so that you can create a cle
176173

177174
## Related content
178175

179-
- [Create Azure Arc VMs](./manage-virtual-machines-in-azure-portal.md) on your Azure Local instance.
176+
- [Create Azure Local VMs](./manage-virtual-machines-in-azure-portal.md) on your Azure Local instance.

azure-local/manage/virtual-machine-image-linux-sysprep.md

Lines changed: 16 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,28 @@
11
---
2-
title: Prepare Ubuntu image for Azure Local VM via Azure CLI
3-
description: Learn how to prepare Ubuntu images to create an Azure Local VM image.
2+
title: Prepare Ubuntu image via Azure CLI for Azure Local VMs enabled by Azure Arc
3+
description: Learn how to prepare Ubuntu images to create an Azure Local VM image by using Azure CLI.
44
author: alkohli
55
ms.author: alkohli
66
ms.topic: how-to
77
ms.service: azure-local
88
ms.custom: devx-track-azurecli, linux-related-content
9-
ms.date: 01/30/2025
9+
ms.date: 03/21/2025
1010
---
1111

12-
# Prepare an Ubuntu image for Azure Local virtual machines
12+
# Prepare an Ubuntu image for Azure Local VMs enabled by Azure Arc
1313

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

16-
This article describes how to prepare an Ubuntu image to create a virtual machine (VM) on your Azure Local. You use the Azure CLI for the VM image creation.
16+
This article describes how to use Azure CLI to prepare an Ubuntu image and create an Azure Local virtual machine (VM).
1717

1818
## Prerequisites
1919

20-
Before you begin, meet the following prerequisites:
21-
2220
- Have access to an Azure Local instance. This system is deployed, registered, and connected to Azure Arc. Go to the **Overview** page in the Azure Local resource. On the **Server** tab on the right pane, **Azure Arc** should appear as **Connected**.
23-
- [Download the latest supported Ubuntu server image](https://ubuntu.com/download/server) on your Azure Local system. The supported OS versions are *Ubuntu 20.04*, *22.04*, and *24.04 LTS*. You prepare this image to create an Azure Local VM image.
21+
- [Download the latest supported Ubuntu server image](https://ubuntu.com/download/server) on your Azure Local system. The supported OS versions are *Ubuntu 20.04*, *22.04*, and *24.04 LTS*.
2422

2523
## Workflow
2624

27-
To prepare an Ubuntu image and create a VM image from that image:
25+
To prepare an Ubuntu image and create an Azure Local VM image from it:
2826

2927
1. [Create an Ubuntu VM](#step-1-create-an-ubuntu-vm)
3028
1. [Configure the VM](#step-2-configure-the-vm)
@@ -36,26 +34,25 @@ The following sections provide detailed instructions for each step in the workfl
3634
## Create a VM image from an Ubuntu image
3735

3836
> [!IMPORTANT]
39-
> - Do not use an Azure Virtual Machine VHD disk to prepare the VM image for Azure Local.
37+
>
38+
> - Do not use a virtual hard disk from an Azure VM to prepare the Azure Local VM image.
4039
> - We recommend that you prepare an Ubuntu image if you intend to enable guest management on the VMs.
4140
42-
Follow these steps on your Azure Local to create a VM image by using the Azure CLI.
43-
4441
### Step 1: Create an Ubuntu VM
4542

46-
To use the downloaded Ubuntu image to provision a VM:
43+
Follow these steps to provision a VM using the downloaded Ubuntu image.
4744

48-
1. Use the downloaded image to create a VM with the following specifications:
45+
1. Set up the VM with the following specifications:
4946
1. Provide a friendly name for your VM.
50-
47+
5148
:::image type="content" source="../manage/media/virtual-machine-image-linux-sysprep/ubuntu-virtual-machine-name.png" alt-text="Screenshot that shows the New Virtual Machine Wizard on the Specify Name and Location page." lightbox="../manage/media/virtual-machine-image-linux-sysprep/ubuntu-virtual-machine-name.png":::
5249

53-
1. Specify **Generation 2** for your VM as you're working with a VHDX image here.
50+
1. Specify **Generation 2** for your VM as you're working with a virtual hard disk extended image here.
5451

5552
:::image type="content" source="../manage/media/virtual-machine-image-linux-sysprep/ubuntu-virtual-machine-generation.png" alt-text="Screenshot that shows the New Virtual Machine Wizard on the Specify Generation page." lightbox="../manage/media/virtual-machine-image-linux-sysprep/ubuntu-virtual-machine-generation.png":::
56-
53+
5754
1. Select **Install operating system from a bootable image**. Point to the ISO that you downloaded earlier.
58-
55+
5956
:::image type="content" source="../manage/media/virtual-machine-image-linux-sysprep/ubuntu-virtual-machine-iso-option.png" alt-text="Screenshot that shows the New Virtual Machine Wizard on the Installation Options page." lightbox="../manage/media/virtual-machine-image-linux-sysprep/ubuntu-virtual-machine-iso-option.png":::
6057

6158
For step-by-step instructions, see [Provision a VM by using Hyper-V Manager](/windows-server/virtualization/hyper-v/get-started/create-a-virtual-machine-in-hyper-v?tabs=hyper-v-manager#create-a-virtual-machine).
@@ -135,4 +132,4 @@ Delete machine-specific files and data from your VM so that you can create a cle
135132
136133
## Related content
137134
138-
- [Create Azure Arc VMs](./manage-virtual-machines-in-azure-portal.md) on your Azure Local instance.
135+
- [Create Azure Local VMs](./manage-virtual-machines-in-azure-portal.md) on your Azure Local instance.

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

Lines changed: 12 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,28 @@
11
---
2-
title: Prepare Red Hat Enterprise Linux image for Azure Local VM via Azure CLI (preview)
2+
title: Prepare Red Hat Enterprise Linux image via Azure CLI for Azure Local VMs enabled by Azure Arc
33
description: Learn how to prepare a Red Hat Enterprise Linux image to create an Azure Local VM image (preview).
44
author: ronmiab
55
ms.author: robess
66
ms.topic: how-to
77
ms.service: azure-local
88
ms.custom: devx-track-azurecli, linux-related-content
9-
ms.date: 11/06/2024
10-
#Customer intent: As a Senior Content Developer, I want to provide customers with content and steps to help them successfully use Red Hat Enterprise Linux to create images on Azure Local.
9+
ms.date: 03/21/2025
1110
---
1211

13-
# Prepare a Red Hat Enterprise image for Azure Local virtual machines (preview)
12+
# Prepare a Red Hat Enterprise image for Azure Local VMs enabled by Azure Arc (preview)
1413

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

17-
This article describes how to prepare a Red Hat Enterprise Linux image to create a virtual machine (VM) on your Azure Local. You use the Azure CLI for the VM image creation.
16+
This article describes how to use Azure CLI to prepare a Red Hat Enterprise Linux image and create an Azure Local virtual machine (VM).
1817

1918
## Prerequisites
2019

21-
Before you begin, meet the following prerequisites:
22-
2320
- Have access to an Azure Local instance. This system is deployed, registered, and connected to Azure Arc. Go to the **Overview** page in the Azure Local resource. On the **Server** tab on the right pane, **Azure Arc** should appear as **Connected**.
24-
- [Download the latest supported Red Hat Enterprise server image](https://developers.redhat.com/products/rhel/download#rhel-new-product-download-list-61451) on your Azure Local instance. We support all Red Hat Enterprise Linux 7.x, 8.x, and 9.x versions. Here, we downloaded the *rhel-9.4-x86_64-boot.iso* file. You use this image to create a VM image.
21+
- [Download the latest supported Red Hat Enterprise server image](https://developers.redhat.com/products/rhel/download#rhel-new-product-download-list-61451) on your Azure Local instance. We support all Red Hat Enterprise Linux 7.x, 8.x, and 9.x versions. Here, we downloaded the *rhel-9.4-x86_64-boot.iso* file.
2522

2623
## Workflow
2724

28-
To prepare a Red Hat Enterprise image and create a VM image:
25+
To prepare a Red Hat Enterprise image and create an Azure Local VM image from it:
2926

3027
1. [Create a Red Hat Enterprise VM](./virtual-machine-image-red-hat-enterprise.md#create-a-vm-image-from-a-red-hat-enterprise-image)
3128
1. [Connect to a VM and install the Red Hat OS](./virtual-machine-image-red-hat-enterprise.md#step-2-connect-to-a-vm-and-install-the-red-hat-os)
@@ -38,22 +35,22 @@ The following sections provide detailed instructions for each step in the workfl
3835
## Create a VM image from a Red Hat Enterprise image
3936

4037
> [!IMPORTANT]
41-
> - Do not use an Azure Virtual Machine VHD disk to prepare the VM image for Azure Local.
38+
>
39+
> - Do not use a virtual hard disk from an Azure VM to prepare the Azure Local VM image.
4240
> - We recommend that you prepare a Red Hat Enterprise image if you intend to enable guest management on the VMs.
4341
4442
Follow these steps on your Azure Local system to create a VM image by using the Azure CLI.
4543

4644
### Step 1: Create a Red Hat Enterprise VM
4745

48-
To use the downloaded Red Hat Enterprise image to provision a VM:
49-
50-
1. Use the downloaded image to create a VM with the following specifications:
46+
Follow these steps to provision a VM using the downloaded Red Hat Enterprise image.
5147

48+
1. Set up the VM with the following specifications:
5249
1. Provide a friendly name for your VM.
5350

5451
:::image type="content" source="../manage/media/virtual-machine-image-red-hat-enterprise/red-hat-virtual-machine-name-and-location.png" alt-text="Screenshot that shows the New Virtual Machine Wizard on the Specify Name and Location page." lightbox="../manage/media/virtual-machine-image-red-hat-enterprise/red-hat-virtual-machine-name-and-location.png":::
5552

56-
1. Specify **Generation 2** for your VM as you're working with a VHDX image here.
53+
1. Specify **Generation 2** for your VM as you're working with a virtual hard disk v2 (VHDX) image here.
5754

5855
:::image type="content" source="../manage/media/virtual-machine-image-red-hat-enterprise/red-hat-virtual-machine-generation.png" alt-text="Screenshot that shows the New Virtual Machine Wizard on the Specify Generation page." lightbox="../manage/media/virtual-machine-image-red-hat-enterprise/red-hat-virtual-machine-generation.png":::
5956

@@ -260,4 +257,4 @@ Delete machine-specific files and data from your VM so that you can create a cle
260257
261258
## Related content
262259
263-
- [Create Azure Arc VMs](./manage-virtual-machines-in-azure-portal.md) on your Azure Local instance.
260+
- [Create Azure Local VMs](./manage-virtual-machines-in-azure-portal.md) on your Azure Local instance.

0 commit comments

Comments
 (0)