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
+11-4Lines changed: 11 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -172,25 +172,32 @@ The following is an example script. You should replace the Resource Group, locat
172
172
173
173
Red Hat Enterprise Linux Bring-Your-Own-Subscription Gold Images can be secured through the use of [Azure Disk Encryption](../../linux/disk-encryption-overview.md). However, the subscription **must** be registered before enabling encryption. Details on registering a RHEL BYOS Gold Image are available on the Red Hat site. See [How to register and subscribe a system to the Red Hat Customer Portal using Red Hat Subscription-Manager](https://access.redhat.com/solutions/253273); if you have an active Red Hat subscription, you can also read [Creating Red Hat Customer Portal Activation Keys](https://access.redhat.com/articles/1378093).
174
174
175
-
Azure Disk Encryption requirements and prerequisites are documented in [Azure Disk Encryption for Linux VMs](../../virtual-machines/linux/disk-encryption-overview.md#additional-vm-requirements); steps for applying Azure Disk Encryption are available in [Azure Disk Encryption scenarios on Linux VMs](../../linux/disk-encryption-linux.md) and related articles.
175
+
Azure Disk Encryption requirements and prerequisites are documented in [Azure Disk Encryption for Linux VMs](../../virtual-machines/linux/disk-encryption-overview.md#additional-vm-requirements). ADE is not supported on Red Hat images.
176
+
177
+
; steps for applying Azure Disk Encryption are available in [Azure Disk Encryption scenarios on Linux VMs](../../linux/disk-encryption-linux.md) and related articles.
176
178
177
179
Note that encryption will fail on a [Red Hat custom image](/linux/redhat-create-upload-vhd) that significantly deviates from the base image.
178
180
179
181
## Additional information
180
-
- If you attempt to provision a VM on a subscription that is not enabled for this offer, you will get the following error:.
182
+
- If you attempt to provision a VM on a subscription that is not enabled for this offer, you will get the following error:
183
+
181
184
```
182
185
"Offer with PublisherId: redhat, OfferId: rhel-byos, PlanId: rhel-lvm75 is private and can not be purchased by subscriptionId: GUID"
183
186
```
184
-
Contact Microsoft or Red Hat to enable your subscription.
187
+
188
+
In this case, contact Microsoft or Red Hat to enable your subscription.
185
189
186
-
- If you create a snapshot from the RHEL BYOS image AND publish the image in [Shared Image Gallery](https://docs.microsoft.com/azure/virtual-machines/linux/shared-image-galleries), you must provide plan information that matches the original source of the snapshot. For example, the command might look like (note the plan parameters in the final line):
190
+
- If you create a snapshot from the RHEL BYOS image and publish a custom image in [Shared Image Gallery](https://docs.microsoft.com/azure/virtual-machines/linux/shared-image-galleries), you must provide plan information that matches the original source of the snapshot. For example, the command might look like this:
[Azure Disk Encryption](#encrypt-red-hat-enterprise-linux-bring-your-own-subscription-gold-images) is not supported on custom images.
194
201
195
202
- If you are using automation to provision VMs from the RHEL BYOS images, you must provide plan parameters similar to what was shown above. For example, if you are using Terraform, you would provide the plan information in a [plan block](https://www.terraform.io/docs/providers/azurerm/r/virtual_machine.html#plan).
0 commit comments