From 2c1b7fc4e202c3a746dd6d7da7ad01e686bf66d7 Mon Sep 17 00:00:00 2001 From: "andre.v-MSFT" <62989298+v-Andre@users.noreply.github.com> Date: Mon, 23 Mar 2026 10:45:54 +0000 Subject: [PATCH] Update prerequisites for Red Hat Enterprise image Added prerequisites for cloud-init and kernel modules. --- azure-local/manage/virtual-machine-image-red-hat-enterprise.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/azure-local/manage/virtual-machine-image-red-hat-enterprise.md b/azure-local/manage/virtual-machine-image-red-hat-enterprise.md index dadf00f387..a58a3fab6b 100644 --- a/azure-local/manage/virtual-machine-image-red-hat-enterprise.md +++ b/azure-local/manage/virtual-machine-image-red-hat-enterprise.md @@ -23,6 +23,8 @@ This article describes how to use Azure CLI to prepare a Red Hat Enterprise Linu - 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**. - [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. +- If cloud-init is required, it should be stated in the prerequisites, including the necessary configuration. +- If specific kernel modules are required (or none are required), it should be stated in the prerequisites. <> ## High-level workflow