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: articles/virtual-machines/workloads/redhat/byos.md
+13-18Lines changed: 13 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
---
2
-
title: Red Hat Enterprise Linux bring-your-own-susbcription Azure images | Microsoft Docs
2
+
title: Red Hat Enterprise Linux bring-your-own-subscription Azure images | Microsoft Docs
3
3
description: Learn about bring-your-own-subscription images for Red Hat Enterprise Linux on Azure
4
4
services: virtual-machines-linux
5
5
documentationcenter: ''
@@ -13,7 +13,7 @@ ms.devlang: na
13
13
ms.topic: article
14
14
ms.tgt_pltfrm: vm-linux
15
15
ms.workload: infrastructure-services
16
-
ms.date: 6/6/2019
16
+
ms.date: 1/14/2020
17
17
ms.author: alsin
18
18
19
19
---
@@ -23,7 +23,7 @@ Red Hat Enterprise Linux (RHEL) images are available in Azure via a pay-as-you-g
23
23
24
24
## Important points to consider
25
25
26
-
- The Red Hat Gold Images provided in this program are production-ready RHEL images similar the RHEL PAYG images in the Azure Gallery/Marketplace. The registration process to obtain the images is in preview.
26
+
- The Red Hat Gold Images provided in this program are production-ready RHEL images similar the RHEL PAYG images in the Azure Gallery/Marketplace.
27
27
28
28
- The images follow our current policies described in [Red Hat Enterprise Linux images on Azure](./redhat-images.md)
29
29
@@ -35,12 +35,6 @@ Red Hat Enterprise Linux (RHEL) images are available in Azure via a pay-as-you-g
35
35
36
36
- It is currently not possible to dynamically switch between BYOS and PAYG billing models for Linux images. Redeploying the VM from the respective image is required to switch the billing model
37
37
38
-
- Azure Disk Encryption (ADE) is supported on these Red Hat Gold Images. ADE support is currently in preview. You must register with Red Hat using subscription-manager before configuring ADE. Once registered, to configure ADE refer to: [Enable Azure Disk Encryption for Linux IaaS VMs](https://docs.microsoft.com/azure/virtual-machines/linux/disk-encryption-overview)
39
-
40
-
- While the images won’t change (beyond standard updates and patches), the registration process is in preview and the flow will be further improved to streamline the process
41
-
42
-
- You have full control of the VMs already provisioned from these images or its snapshots regardless of the final implementation
43
-
44
38
## Requirements and conditions to access the Red Hat Gold Images
45
39
46
40
1. Get familiar with the [Red Hat Cloud Access program](https://www.redhat.com/en/technologies/cloud-computing/cloud-access) terms and enable your Red Hat subscriptions for Cloud Access at [Red Hat Subscription Manager](https://access.redhat.com/management/cloud). You will need to have on hand the Azure subscription(s) that are going to be registered for Cloud Access.
@@ -117,22 +111,23 @@ The following set of instructions will walk you through the initial deployment p
117
111
>On RHEL 8 `dnf` and `yum` are interchangeable, more about this in the [RHEL 8 Admin Guide](https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/configuring_basic_system_settings/installing-software-with-yum_configuring-basic-system-settings).
118
112
119
113
120
-
## Use the Red Hat Gold Images from the Azure PowerShell Cmdlet
114
+
## Use the Red Hat Gold Images from PowerShell
121
115
The following is an example script. You should replace the Resource Group, location, VM name, login information, and other variables with the configuration of your choosing. Publisher and plan information must be lowercase.
0 commit comments