How To Create a Red Hat Enterprise Linux VM in Microsoft Azure

Table of Contents

Supported Red Hat Enterprise Linux Versions by Microsoft Azure

The Red Hat Enterprise Linux image is available in Microsoft Azure and you can create a Red Hat Enterprise Linux VM in Azure.

Red Hat Enterprise Linux server version in Azure Marketplace:

  • Red Hat Enterprise Linux 6.x
  • Red Hat Enterprise Linux 7.x
  • Red Hat Enterprise Linux 8.x

Create a Red Hat Enterprise Linux VM in Azure Portal

1. You can try the following steps to create a Red Hat Enterprise Linux VM in Azure:

How To Create a Red Hat Enterprise Linux VM in Microsoft Azure

2. On the Create a virtual machine window, select the following.

  • Subscription – Select your Azure subscription.
  • Resource Group – Select the Azure resource group for Red Hat Enterprise Linux VM or you can create a new one.
  • Virtual Machine Name – Specify the VM name. This will be the computer name after you image VM with Red Hat Enterprise Linux .
  • Region – Select the region.
How To Create a Red Hat Enterprise Linux VM in Microsoft Azure

3. Availability options: Selecting multiple zones will create one VM per zone.

How To Create a Red Hat Enterprise Linux VM in Microsoft Azure

4. Image – Select the drop-down and select Red Hat Enterprise Linux as image. If you don’t see the Red Hat Enterprise Linux option, then select See all images.

How To Create a Red Hat Enterprise Linux VM in Microsoft Azure

5. On the Marketplace window, type Red Hat Enterprise Linux as the search term and press Enter key. From the results, select Red Hat Enterprise Linux and now select Red Hat edition.

How To Create a Red Hat Enterprise Linux VM in Microsoft Azure

6. Size: You can custom VM size to increase or reduce RAM and CPU for the VM.

How To Create a Red Hat Enterprise Linux VM in Microsoft Azure

7. Select VM Size as you need, depending on RAM, CPU and Cost.

How To Create a Red Hat Enterprise Linux VM in Microsoft Azure

8. By default, Microsoft recommended you use SSH public key authentication type. It’s more secure but for demo purpose, i’ll using the traditional way with clear text password. How to connect to a Linux VM in Azure using SSH public key authentication.

How To Create a Red Hat Enterprise Linux VM in Microsoft Azure

Create an account to connect to Linux VM using SSH.

How To Create a Red Hat Enterprise Linux VM in Microsoft Azure

9. Select OS disk type: You can select Premium SSD, Stardard SSD or Standard HDD.

Premium SSDStandard SSDStandard HDD
Disk typeSSDSSDHDD
ScenarioProduction and performance sensitive workloadsWeb servers, lightly used enterprise applications and dev/testBackup, non-critical, infrequent access
Max disk size32,767 GiB32,767 GiB32,767 GiB
Max throughput900 MB/s750 MB/s500 MB/s
Max IOPS20,0006,0002,000
How To Create a Red Hat Enterprise Linux VM in Microsoft Azure

10. Network configuration: By default, an IP public will created with the VM. We’ll connect to this VM over SSH using this IP.

How To Create a Red Hat Enterprise Linux VM in Microsoft Azure

11. Management: Disable auto-shutdown feature by uncheck the checkbox.

How To Create a Red Hat Enterprise Linux VM in Microsoft Azure

12. Once you see Validation passed, create the Red Hat Enterprise Linux virtual machine by selecting button.

How To Create a Red Hat Enterprise Linux VM in Microsoft Azure

13. The Red Hat Enterprise Linux Virtual Machine is now being created. You see the status as deployment is in progress. Wait for a few minutes while the VM is created.

How To Create a Red Hat Enterprise Linux VM in Microsoft Azure

14. Your Deployment is complete – Congratulations, you have successfully created Red Hat Enterprise Linux VM in Azure. From the same screen, you can download deployment details. Select Go to Resource.

How To Create a Red Hat Enterprise Linux VM in Microsoft Azure

Connect to Red Hat Enterprise Linux VM in Azure SSH

15. Once you create a Red Hat Enterprise Linux VM in Azure, you can connect to the virtual machine and access it via SSH (22) using IP Public. On the VM resource window, select Connect then select SSH.

How To Create a Red Hat Enterprise Linux VM in Microsoft Azure

16. In this page, Microsoft guides you how to SSH to the VM using a public key. If you using password authentication type, let open PuTTY or Windows PowerShell to connect to the VM.

How To Create a Red Hat Enterprise Linux VM in Microsoft Azure

Connect to the VM using PowerShell. How to SSH using PowerShell.

Windows PowerShell
Copyright (C) Microsoft Corporation. All rights reserved.

PS C:\Users\mpnadmin> ssh [email protected]
[email protected]'s password:
Last login: Sun May 29 10:37:00 2022 from 20.232.18.206
[mpnroot@imapsync ~]$

Connect to the VM using PuTTY. How to connect to a Linux server using PuTTY.

How To Create a Red Hat Enterprise Linux VM in Microsoft Azure
How To Create a Red Hat Enterprise Linux VM in Microsoft Azure

Finally, your Red Hat Enterprise Linux VM is ready in minutes.

How To Create a Red Hat Enterprise Linux VM in Microsoft Azure

Leave a Comment

Required fields are marked *