You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/virtual-machines/linux/azure-hybrid-benefit-linux.md
-10Lines changed: 0 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -178,11 +178,6 @@ If you deployed an Azure Marketplace image with PAYG licensing model and desire
178
178
179
179
#### [Red Hat (RHEL)](#tab/rhelAzcliByosConv)
180
180
181
-
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:
182
-
```azurecli
183
-
az vm extension set -n AHBForRHEL --publisher Microsoft.Azure.AzureHybridBenefit --vm-name myVMName --resource-group myResourceGroup
184
-
```
185
-
186
181
1. Apply the `RHEL_BYOS` license type to the machine:
187
182
188
183
```azurecli
@@ -200,11 +195,6 @@ If you deployed an Azure Marketplace image with PAYG licensing model and desire
200
195
201
196
#### [SUSE (SLES)](#tab/slesAzcliByosConv)
202
197
203
-
1. Install the Azure Hybrid Benefit extension on a running virtual machine. You can use the following command via the Azure CLI:
204
-
```azurecli
205
-
az vm extension set -n AHBForSLES --publisher SUSE.AzureHybridBenefit --vm-name myVMName --resource-group myResourceGroup
206
-
```
207
-
208
198
1. Apply the `SLES_BYOS` license type to the virtual machine.
0 commit comments