Red Hat Enterprise Linux VM (RHEL 7.8 unmanaged)
This template allows deploying a Red Hat Enterprise Linux VM (RHEL 7.8), using the latest image for the selected RHEL version. This will deploy a Standard A1_v2 VM in the location of your chosen resource group with an additional 100 GiB data disk attached to the VM.
Independently form this template you can deploy a blank RHEL VM using the following Azure CLI commands (adjust parameters as needed):
azure config mode arm
azure group create TestCLIRG EastUS
azure vm quick-create TestCLIRG vm1 EastUS Linux RedHat:RHEL:7.8:latest azureuser
Note: this template and the above commands use RHEL Pay-As-You-Go VM image which carries an additional charge in addition to the base Linux VM price. Check out RHEL VM pricing for more details.
Tags: Microsoft.Storage/storageAccounts, Microsoft.Network/publicIPAddresses, Microsoft.Network/networkSecurityGroups, Microsoft.Network/virtualNetworks, Microsoft.Network/networkInterfaces, Microsoft.Compute/virtualMachines