Skip to content

Commit 830339b

Browse files
authored
Merge pull request #112367 from mitchcr/patch-2
Update azure-hybrid-benefit-linux.md
2 parents 4a27c3c + 6782627 commit 830339b

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

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

Lines changed: 5 additions & 3 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,13 +122,15 @@ az vm update -g myResourceGroup -n myVmName --license-type SLES_BYOS
122122

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

125-
To return a VM to a PAYG model, use a `--license-type` value of `None`:
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+
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.
133+
132134
#### Convert multiple VM license models simultaneously using the Azure CLI
133135

134136
To switch the licensing model on a large number of virtual machines, you can use the `--ids` parameter in the Azure CLI:

0 commit comments

Comments
 (0)