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
Copy file name to clipboardExpand all lines: azure-local/manage/virtual-machine-image-centos.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ This article describes how to use Azure CLI to prepare a CentOS Linux image and
21
21
## Prerequisites
22
22
23
23
- 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**.
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. 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.
25
25
26
26
## Workflow
27
27
@@ -39,12 +39,12 @@ The following sections provide detailed instructions for each step in the workfl
39
39
40
40
> [!IMPORTANT]
41
41
>
42
-
> - Do not use a virtual hard disk from an Azure virtual machine to prepare the Azure Local VM image.
42
+
> - Do not use a virtual hard disk from an Azure VM to prepare the Azure Local VM image.
43
43
> - We recommend that you prepare a CentOS image if you intend to enable guest management on the VMs.
44
44
45
45
### Step 1: Create a CentOS VM
46
46
47
-
Use the downloaded CentOS image to create a virtual machine on your Azure Local instance and follow these steps:
47
+
Use the downloaded CentOS image to create a VM on your Azure Local instance and follow these steps:
48
48
49
49
1. Set up the VM with the following specifications:
Copy file name to clipboardExpand all lines: azure-local/manage/virtual-machine-image-linux-sysprep.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ This article describes how to use Azure CLI to prepare an Ubuntu image and creat
18
18
## Prerequisites
19
19
20
20
- 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**.
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*. 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*.
22
22
23
23
## Workflow
24
24
@@ -35,19 +35,19 @@ The following sections provide detailed instructions for each step in the workfl
35
35
36
36
> [!IMPORTANT]
37
37
>
38
-
> - Do not use a virtual hard disk from an Azure virtual machine to prepare the Azure Local VM image.
38
+
> - Do not use a virtual hard disk from an Azure VM to prepare the Azure Local VM image.
39
39
> - We recommend that you prepare an Ubuntu image if you intend to enable guest management on the VMs.
40
40
41
41
### Step 1: Create an Ubuntu VM
42
42
43
-
Use the downloaded Ubuntu image to create a virtual machine on your Azure Local instance and follow these steps:
43
+
Use the downloaded Ubuntu image to create a VM on your Azure Local instance and follow these steps:
44
44
45
45
1. Set up the VM with the following specifications:
46
46
1. Provide a friendly name for your VM.
47
47
48
48
:::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":::
49
49
50
-
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 v2 (VHDX) image here.
51
51
52
52
:::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":::
Copy file name to clipboardExpand all lines: azure-local/manage/virtual-machine-image-red-hat-enterprise.md
+5-6Lines changed: 5 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ This article describes how to use Azure CLI to prepare a Red Hat Enterprise Linu
18
18
## Prerequisites
19
19
20
20
- 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**.
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. 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.
22
22
23
23
## Workflow
24
24
@@ -36,22 +36,21 @@ The following sections provide detailed instructions for each step in the workfl
36
36
37
37
> [!IMPORTANT]
38
38
>
39
-
> - Do not use a virtual hard disk from an Azure virtual machine to prepare the Azure Local VM image.
39
+
> - Do not use a virtual hard disk from an Azure VM to prepare the Azure Local VM image.
40
40
> - We recommend that you prepare a Red Hat Enterprise image if you intend to enable guest management on the VMs.
41
41
42
42
Follow these steps on your Azure Local system to create a VM image by using the Azure CLI.
43
43
44
44
### Step 1: Create a Red Hat Enterprise VM
45
45
46
-
To use the downloaded Red Hat Enterprise image to provision a VM:
47
-
48
-
1. Use the downloaded image to create a VM with the following specifications:
46
+
Use the downloaded Red Hat Enterprise image to create a VM on your Azure Local instance and follow these steps:
49
47
48
+
1. Set up the VM with the following specifications:
50
49
1. Provide a friendly name for your VM.
51
50
52
51
:::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":::
53
52
54
-
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.
55
54
56
55
:::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":::
0 commit comments