

That is, the repositories aren't Extended Update Support (EUS) and aren't Update Services for SAP (E4S). Unless otherwise indicated, all images are LVM partitioned and connect to regular RHEL repositories. To see a full list, use the Azure CLI command az vm image list -publisher redhat -all. The following table shows the different sets of images we offer. It's entitled to access SAP HANA repositories and base RHEL repositories.įor RHEL 7.x images, there are a few different image types. This image is a RHEL 6.7 for SAP HANA image. It's entitled to access SAP Applications repositories and base RHEL repositories.Ĭoncatenated values of the RHEL minor version and the date published, for example, 053121 This image is a RHEL 6.8 for SAP Applications image. PublisherĬoncatenated values of the RHEL minor version and the date published, for example, 010506Īll standard RHEL 6.x images follow this convention.Ĭoncatenated values of the RHEL minor version and the date published, for example, 1023Ĭoncatenated values of the RHEL minor version and the date published, for example, 053118 See RHEL Extended Lifecycle Support.įor RHEL 6.x images, the image types are shown in the following table. For continued support, enable ELS as part of the Extended Life-cycle Support phase. az vm create -name RhelVM -resource-group TestRG -image RedHat:RHEL:8-LVM:latest -no-waitĪs of December 30 2020, RHEL 6.10 entered end of life. The -no-wait parameter returns control to the command line while the create operation proceeds. Using latest provisions the latest available image for the given publisher, offer, and SKU.įor example, RedHat:RHEL:8-LVM:latest refers to the latest RHEL 8 family LVM-partitioned image available. The Azure REST API allows use of the moniker latest for the version instead of the specific version. az vm create -name RhelVM -resource-group TestRG -image RedHat:RHEL:8-LVM:0318 This command uses az vm create to create a RHEL 8.1 VM.

The combination of Publisher:Offer:SKU:Version is the image URN and uniquely identifies the image to be used.įor example, RedHat:RHEL:8-LVM:0318 refers to a RHEL 8.1 LVM-partitioned image built on March 18, 2020. To see the full set of available Red Hat images in Azure, use the az vm image list command: az vm image list -publisher RedHat -all -output tableĪzure organizes VM images by publisher, offer, SKU, and version. You can get the full set of available VM images by using the Azure CLI, PowerShell, and API.

When you search for Red Hat in Azure Marketplace or when you create a resource in the Azure portal, you see only some of the available RHEL images. For any problem related to RHEL images in Azure Marketplace, file a support ticket with Microsoft.
