Skip to content

Commit fb7f334

Browse files
authored
Merge pull request #233828 from msaenzbosupport/patch-11
[Doc-A-Thon] Updating Ubuntu and SUSE name
2 parents cbc052b + eb0d1cb commit fb7f334

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/virtual-machines/extensions/key-vault-linux.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ The Key Vault VM extension provides automatic refresh of certificates stored in
2020

2121
The Key Vault VM extension supports these Linux distributions:
2222

23-
- Ubuntu-1804
24-
- Suse-15
23+
- Ubuntu 18.04
24+
- SUSE 15
2525
- [CBL-Mariner](https://github.com/microsoft/CBL-Mariner)
2626

2727
> [!NOTE]
28-
> To get extended security features, prepare to upgrade Ubuntu-1604 and Debian-9 systems as these versions are reaching their end of designated support period.
28+
> To get extended security features, prepare to upgrade Ubuntu 16.04 and Debian 9 systems as these versions are reaching their end of designated support period.
2929
>
3030
3131
> [!NOTE]
@@ -62,7 +62,7 @@ The Key Vault VM extension supports these Linux distributions:
6262
* Users can chose to upgrade their key vault vm extension version to `V2.0` to use full certificate chain download feature. Issuer certificates (intermediate and root) will be appended to the leaf certificate in the PEM file.
6363

6464
* If you prefer to upgrade to `v2.0`, you would need to delete `v1.0` first, then install `v2.0`.
65-
```
65+
```azurecli
6666
az vm extension delete --name KeyVaultForLinux --resource-group ${resourceGroup} --vm-name ${vmName}
6767
az vm extension set -n "KeyVaultForLinux" --publisher Microsoft.Azure.KeyVault --resource-group "${resourceGroup}" --vm-name "${vmName}" –settings .\akvvm.json –version 2.0
6868
```

0 commit comments

Comments
 (0)