Skip to content

Commit a206797

Browse files
authored
Merge pull request #95946 from jamesongithub/jy/ahbsles
additional sles standard cleanup. update sle product names
2 parents 3961397 + 78f4c89 commit a206797

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

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

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,9 @@ To start using AHB for SLES Virtual Machines:
7575

7676
| License Type | Software Updates | Allowed Virtual Machines|
7777
|---|---|---|
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|
8181

8282
1. Wait for 5 minutes for the extension to read the license type value and install the repositories.
8383

@@ -137,7 +137,7 @@ You can install the `AHBForRHEL` extension. After successfully installing the ex
137137
## How to enable and disable AHB for SLES
138138
139139
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`.
141141
142142
### How to enable AHB for SLES using a CLI
143143
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
147147
1. Once, the extension is installed successfully, change the license type based on what you require:
148148
149149
```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
151151
az vm update -g myResourceGroup -n myVmName --license-type SLES
152152
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
154154
az vm update -g myResourceGroup -n myVmName --license-type SLES_SAP
155155
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
157157
az vm update -g myResourceGroup -n myVmName --license-type SLES_HPC
158158
159159
```
@@ -208,9 +208,9 @@ A: On using AHB for BYOS Virtual Machines, you'll essentially convert bring-your
208208
| RHEL_BASESAPAPPS | [RHEL for SAP Business Applications](https://azure.microsoft.com/pricing/details/virtual-machines/rhel-sap-business/) |
209209
| RHEL_BASESAPHA | [RHEL for SAP with HA](https://azure.microsoft.com/pricing/details/virtual-machines/rhel-sap-ha/) |
210210
| RHEL_EUS | [Red Hat Enterprise Linux](https://azure.microsoft.com/pricing/details/virtual-machines/red-hat/) |
211-
| SLES | [SLES Standard](https://azure.microsoft.com/pricing/details/virtual-machines/sles-standard/) |
212-
| SLES_SAP | [SLES SAP](https://azure.microsoft.com/pricing/details/virtual-machines/sles-sap/) |
213-
| SLES_HPC | [SLES HPC](https://azure.microsoft.com/pricing/details/virtual-machines/sles-hpc-standard/) |
211+
| SLES | [SLES](https://azure.microsoft.com/pricing/details/virtual-machines/sles-standard/) |
212+
| SLES_SAP | [SLES for SAP](https://azure.microsoft.com/pricing/details/virtual-machines/sles-sap/) |
213+
| SLES_HPC | [SLE HPC](https://azure.microsoft.com/pricing/details/virtual-machines/sles-hpc-standard/) |
214214
215215
*Q: Can I use a license type designated for RHEL (such as `RHEL_BASE`) with a SLES image, or vice versa?*
216216

0 commit comments

Comments
 (0)