How to find out if azure vm has KEK or BEK Encryption?

258 Views Asked by At

Is there nay powershell command by using which I can find out if the VM is KEK encrypted or BEK encrypted?

Also can I move a VM after decrypting it across subscription?

1

There are 1 best solutions below

1
On

Via powerhshell you can check the encryption status. It will only say whether the OS and data volumes are encrypted or not. sample

After decrypting I believe the movement should not be an issue though I have not tried it out personally. Also there are ways to move an encrypted VM to another subscription.