Skip to content

Commit 43e84de

Browse files
authored
Update azure-hybrid-benefit-linux.md
required edits
1 parent 1e197b4 commit 43e84de

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,8 @@ You can use the `az vm extension` and `az vm update` commands to update existing
9999
```azurecli
100100
az vm extension
101101
```
102-
> [!Note]
103-
> The complete az vm extension depends on the particular distribution you are using, please refer to the next section for the complete details.
102+
> [!Note]
103+
> The complete az vm extension depends on the particular distribution you are using, please refer to the next section for the complete details.
104104
105105
1. Update with the correct license type
106106
```azurecli
@@ -244,14 +244,14 @@ Converting to PAYG model is supported for Azure Marketplace images labeled BYOS,
244244
az vm update -g myResourceGroup -n myVmName --license-type SLES_HPC
245245
```
246246
247-
1. If you desire to return to BYOS model, you need to set up the "None" licesnse type, otherwise, it continues to be PAYG.
247+
1. If you desire to return to BYOS model, you need to set up the "None" license type, otherwise, it continues to be PAYG.
248248
```azurecli
249249
# If the image started as BYOS and was converted to PAYG, the following command will revert it back to BYOS.
250250
az vm update -g myResourceGroup -n myVmName --license-type NONE
251251
```
252252
---
253253
254-
#### [Multiple VMs](#tab/paygclimultiple)
254+
#### [Multiple VMs]
255255
256256
The following command converts the machines specified in the argument to BYOS.
257257

0 commit comments

Comments
 (0)