VM Encryption does not support Ubuntu 16.04.0-LTS
See original GitHub issueI am trying to encrypt a running Machine by azure-cli. The procedure failed with error message ‘Encryption is not supported for current VM…’, but the OS image of the running machine is Ubuntu 16.04.0-LTS provided by Azure. The VM size is Standard_D2. Looks like it validates the OS image with an incorrect SKU ‘16.04’.
supported = [
{
'offer': 'RHEL',
'publisher': 'RedHat',
'sku': '7.2'
},
{
'offer': 'RHEL',
'publisher': 'RedHat',
'sku': '7.3'
},
{
'offer': 'CentOS',
'publisher': 'OpenLogic',
'sku': '7.2n'
},
{
'offer': 'Ubuntu',
'publisher': 'Canonical',
'sku': '14.04'
},
{
'offer': 'Ubuntu',
'publisher': 'Canonical',
'sku': '16.04'
}]
Issue Analytics
- State:
- Created 7 years ago
- Comments:13 (7 by maintainers)
Top Results From Across the Web
Full_Disk_Encryption_Howto_20...
This page is an up-to-date guide (last revised August 2022) to comprehensive LUKS encryption, including GRUB, covering 18.04 LTS and later ...
Read more >Enabling disk encryption fails for Azure Ubuntu 16.04-LTS ...
For now, Azure does not support use Set-AzureRmVMDiskEncryptionExtension to encrypt Linux OS disk. Please refer to this article. -VolumeType.
Read more >Does Ubuntu server support encryption on arm devices?
Yes encryption is supported. However, the Pi4 bootloader cannot currently (late 2021) handle the normal Ubuntu Server installer.
Read more >zabbix ssl nginx - Travel Masters
macros are supported in web scenario Variables, Headers, SSL certificate ... if it can't successfully proxy a request to PHP-FPM, Ssl 16:27 0:00...
Read more >How To Secure Nginx with Let's Encrypt on Ubuntu 16.04
In this tutorial, you will use Certbot to obtain a free SSL certificate for Nginx on Ubuntu 16.04 and set up your certificate...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I got another error while encrypting VMs. Here is the information from
az vm encryption show -g group -n vm
Per internal mailing exchange, @andyzhangx, your issue should have been resolved. Closing