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-byos-linux.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -75,9 +75,9 @@ To start using AHB for SLES Virtual Machines:
75
75
76
76
| License Type | Software Updates | Allowed Virtual Machines|
77
77
|---|---|---|
78
-
| SLES | Installs SLES standard repositories into your virtual machine. | SLES BYOS Virtual Machines, SLES custom image Virtual Machines|
79
-
| SLES_SAP | Installs SLES SAP repositories into your virtual machine. | SLES SAP BYOS Virtual Machines, SLES custom image Virtual Machines|
80
-
| SLES_HPC | Installs SLES High Performance Compute related repositories into your virtual machine. |SLES HPC BYOS Virtual Machines, SLES custom image Virtual Machines|
78
+
| SLES | Installs SLES repositories into your virtual machine. | SLES BYOS Virtual Machines, SLES custom image Virtual Machines|
79
+
| SLES_SAP | Installs SLES for SAP repositories into your virtual machine. | SLES for SAP BYOS Virtual Machines, SLES for SAP custom image Virtual Machines|
80
+
| SLES_HPC | Installs SLE High Performance Computing related repositories into your virtual machine. |SLE HPC BYOS Virtual Machines, SLE HPC custom image Virtual Machines|
81
81
82
82
1. Wait for 5 minutes for the extension to read the license type value and install the repositories.
83
83
@@ -137,7 +137,7 @@ You can install the `AHBForRHEL` extension. After successfully installing the ex
137
137
## How to enable and disable AHB for SLES
138
138
139
139
You can install the `AHBForSLES` extension. After successfully installing the extension,
140
-
you can use the `az vm update` command to update existing license type on running Virtual Machines. For SLES Virtual Machines, run the command and set `--license-type` parameter to one of the following license types: `SLES_STANDARD`, `SLES_SAP` or `SLES_HPC`.
140
+
you can use the `az vm update` command to update existing license type on running Virtual Machines. For SLES Virtual Machines, run the command and set `--license-type` parameter to one of the following license types: `SLES`, `SLES_SAP` or `SLES_HPC`.
141
141
142
142
### How to enable AHB for SLES using a CLI
143
143
1. Install the AHB extension on a Virtual Machine that is up and running, with the portal, or via Azure CLI using the command below:
@@ -147,13 +147,13 @@ you can use the `az vm update` command to update existing license type on runnin
147
147
1. Once, the extension is installed successfully, change the license type based on what you require:
148
148
149
149
```azurecli
150
-
# This will enable AHB to fetch software updates for SLES STANDARD repositories
150
+
# This will enable AHB to fetch software updates for SLES repositories
151
151
az vm update -g myResourceGroup -n myVmName --license-type SLES
152
152
153
-
# This will enable AHB to fetch software updates for SLES SAP repositories
153
+
# This will enable AHB to fetch software updates for SLES for SAP repositories
154
154
az vm update -g myResourceGroup -n myVmName --license-type SLES_SAP
155
155
156
-
# This will enable AHB to fetch software updates for SLES HPC repositories
156
+
# This will enable AHB to fetch software updates for SLE HPC repositories
157
157
az vm update -g myResourceGroup -n myVmName --license-type SLES_HPC
158
158
159
159
```
@@ -208,9 +208,9 @@ A: On using AHB for BYOS Virtual Machines, you'll essentially convert bring-your
208
208
| RHEL_BASESAPAPPS | [RHEL for SAP Business Applications](https://azure.microsoft.com/pricing/details/virtual-machines/rhel-sap-business/) |
209
209
| RHEL_BASESAPHA | [RHEL for SAP with HA](https://azure.microsoft.com/pricing/details/virtual-machines/rhel-sap-ha/) |
210
210
| RHEL_EUS | [Red Hat Enterprise Linux](https://azure.microsoft.com/pricing/details/virtual-machines/red-hat/) |
0 commit comments