Skip to content

Commit 0d2d81a

Browse files
committed
fixing validation errors
1 parent 148c4ce commit 0d2d81a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

articles/virtual-machines/linux/disk-encryption-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Linux server distributions that are not endorsed by Azure do not support Azure D
7777
> [!NOTE]
7878
> The new Azure Disk Encryption implementation is supported for RHEL OS and data disk for RHEL7 Pay-As-You-Go images.
7979
>
80-
> ADE is also supported for RHEL Bring-Your-Own-Subscription Gold Images, but only **after** the subscription has been registered . For more information, see [Red Hat Enterprise Linux Bring-Your-Own-Subscription Gold Images in Azure](../workloads/redhat/byos.md##encrypt-red-hat-enterprise-linux-BYOS-gold-images)
80+
> ADE is also supported for RHEL Bring-Your-Own-Subscription Gold Images, but only **after** the subscription has been registered . For more information, see [Red Hat Enterprise Linux Bring-Your-Own-Subscription Gold Images in Azure](../workloads/redhat/byos.md##encrypt-red-hat-enterprise-linux-bring-your-own-subscription-gold-images)
8181
8282
## Additional VM requirements
8383

articles/virtual-machines/workloads/redhat/byos.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ The following script is an example. Replace the resource group, location, VM nam
177177
New-AzureRmVM -ResourceGroupName $resourceGroup -Location $location -VM $vmConfig
178178
```
179179

180-
## Encrypt Red Hat Enterprise Linux BYOS Gold Images
180+
## Encrypt Red Hat Enterprise Linux bring-your-own-subscription Gold Images
181181

182182
Red Hat Enterprise Linux BYOS Gold Images can be secured through the use of [Azure Disk Encryption](../../linux/disk-encryption-overview.md). The subscription *must* be registered before you can enable encryption. For more information on how to register a RHEL BYOS Gold Image, 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).
183183

@@ -206,7 +206,7 @@ For steps to apply Azure Disk Encryption, see [Azure Disk Encryption scenarios o
206206
207207
Note the plan parameters in the final line.
208208
209-
[Azure Disk Encryption](#encrypt-red-hat-enterprise-linux-BYOS-gold-images) isn't supported on custom images.
209+
[Azure Disk Encryption](#encrypt-red-hat-enterprise-linux-bring-your-own-subscription-gold-images) isn't supported on custom images.
210210
211211
- If you use automation to provision VMs from the RHEL BYOS images, you must provide plan parameters similar to what was shown in the sample commands. For example, if you use Terraform, you provide the plan information in a [plan block](https://www.terraform.io/docs/providers/azurerm/r/virtual_machine.html#plan).
212212

0 commit comments

Comments
 (0)