Skip to content

Commit cd66c4c

Browse files
Merge pull request #264895 from Yudai-Tomita/Yudai-Tomita-patch-1
Update azure-hybrid-benefit-linux.md
2 parents 2acfe4d + b4bf36c commit cd66c4c

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
@@ -200,7 +200,7 @@ If you deployed an Azure Marketplace image with PAYG licensing model and desire
200200
201201
#### [SUSE (SLES)](#tab/slesAzcliByosConv)
202202
203-
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:
203+
1. Install the Azure Hybrid Benefit extension on a running virtual machine. You can use the following command via the Azure CLI:
204204
```azurecli
205205
az vm extension set -n AHBForSLES --publisher SUSE.AzureHybridBenefit --vm-name myVMName --resource-group myResourceGroup
206206
```
@@ -227,7 +227,7 @@ Converting to PAYG model is supported for Azure Marketplace images labeled BYOS,
227227
228228
#### [Red Hat (RHEL)](#tab/rhelazclipaygconv)
229229
230-
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:
230+
1. Install the Azure Hybrid Benefit extension on a running virtual machine. You can use the following command via the Azure CLI:
231231
```azurecli
232232
az vm extension set -n AHBForRHEL --publisher Microsoft.Azure.AzureHybridBenefit --vm-name myVMName --resource-group myResourceGroup
233233
```

0 commit comments

Comments
 (0)