Why do I not see Encryption at host as an option?

palmer jay 1 Reputation point
2021-09-24T13:58:59.793+00:00

Hi all.
I have enabled encryption at host using the following command:
egister-AzProviderFeature -FeatureName "EncryptionAtHost" -ProviderNamespace "Microsoft.Compute"

After a few minutes i run:
Get-AzProviderFeature -FeatureName "EncryptionAtHost" -ProviderNamespace "Microsoft.Compute"

And i get this:
FeatureName ProviderName RegistrationState

-----------
------------ -----------------
EncryptionAtHost Microsoft.Compute Registered

But, when i go to deploy a VM in teh subscription, i don't see the option to select 'encryption at host' as it shows in the doc:
https://learn.microsoft.com/en-us/azure/virtual-machines/disks-enable-host-based-encryption-portal

What am I missing? Why can't i chose the option. Any ideas welcome.

Azure Disk Encryption
Azure Disk Encryption
An Azure service for virtual machines (VMs) that helps address organizational security and compliance requirements by encrypting the VM boot and data disks with keys and policies that are controlled in Azure Key Vault.
161 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. deherman-MSFT 33,306 Reputation points Microsoft Employee
    2021-09-24T18:10:08.24+00:00

    @palmer jay
    You need to sign into the portal with a specific link. Encryption at host is not currently visible in the public Azure portal without using the link. Also make sure you are using a supported VM.

    Please try the link and see if it works for you. If you are still facing issues please let us know and we can continue to investigate.

    https://aka.ms/diskencryptionupdates

    -------------------------------

    Please don’t forget to "Accept the answer" and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.

    0 comments No comments