Skip to content

Commit 6782627

Browse files
authored
grammar fixes
1 parent 3997edf commit 6782627

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/virtual-machines/linux/azure-hybrid-benefit-linux.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
title: Azure Hybrid Benefit for Linux virtual machines
33
description: Learn how Azure Hybrid Benefit can save you money on Linux virtual machines.
44
services: virtual-machines
5-
author: mathapli
5+
author: Dhiraj3030
66
manager: gachandw
77
ms.service: virtual-machines
88
ms.subservice: billing
99
ms.collection: linux
1010
ms.topic: conceptual
1111
ms.workload: infrastructure-services
1212
ms.date: 05/02/2023
13-
ms.author: mattmcinnes
13+
ms.author: dkulkarni
1414
ms.custom: kr2b-contr-experiment
1515
---
1616

@@ -122,14 +122,14 @@ az vm update -g myResourceGroup -n myVmName --license-type SLES_BYOS
122122

123123
#### Convert to PAYG using the Azure CLI
124124

125-
If the system was originally a PAYG image and customer wants to return the VM to a PAYG model, use a `--license-type` value of `None` as shows the example below:
125+
If the system was originally a PAYG image and you want to return the VM to a PAYG model, use a `--license-type` value of `None`. For example:
126126

127127
```azurecli
128128
# This will enable PAYG on a virtual machine using Azure Hybrid Benefit
129129
az vm update -g myResourceGroup -n myVmName --license-type None
130130
```
131131

132-
But if customer has a BYOS and wants to convert the VM to PAYG, use a `--license-type` value that covers the VM needs, those codes are described below in the document, for example for RHEL systems it could be any of the following: RHEL_BASE, RHEL_EUS, RHEL_SAPAPPS, RHEL_SAPHA, RHEL_BASEAPAPPS or RHEL_BASESAPHA.
132+
If you have a BYOS and want to convert the VM to PAYG, use a `--license-type` value that covers the VM needs as described futher in this article. For example, for RHEL systems you can use any of the following: RHEL_BASE, RHEL_EUS, RHEL_SAPAPPS, RHEL_SAPHA, RHEL_BASEAPAPPS or RHEL_BASESAPHA.
133133

134134
#### Convert multiple VM license models simultaneously using the Azure CLI
135135

0 commit comments

Comments
 (0)