Skip to content

Commit b4bf36c

Browse files
authored
Update azure-hybrid-benefit-linux.md
1 parent fcedbe1 commit b4bf36c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ If you deployed an Azure Marketplace image with PAYG licensing model and desire
201201
202202
#### [SUSE (SLES)](#tab/slesAzcliByosConv)
203203
204-
1. Install the Azure Hybrid Benefit extension on a running virtual machine. You can use the Azure portal or use the following command via the Azure CLI:
204+
1. Install the Azure Hybrid Benefit extension on a running virtual machine. You can use the following command via the Azure CLI:
205205
```azurecli
206206
az vm extension set -n AHBForSLES --publisher SUSE.AzureHybridBenefit --vm-name myVMName --resource-group myResourceGroup
207207
```
@@ -228,7 +228,7 @@ Converting to PAYG model is supported for Azure Marketplace images labeled BYOS,
228228
229229
#### [Red Hat (RHEL)](#tab/rhelazclipaygconv)
230230
231-
1. Install the Azure Hybrid Benefit extension on a running virtual machine. You can use the Azure portal or use the following command via the Azure CLI:
231+
1. Install the Azure Hybrid Benefit extension on a running virtual machine. You can use the following command via the Azure CLI:
232232
```azurecli
233233
az vm extension set -n AHBForRHEL --publisher Microsoft.Azure.AzureHybridBenefit --vm-name myVMName --resource-group myResourceGroup
234234
```

0 commit comments

Comments
 (0)