How can I enable EncryptionAtHost for a VM Disk us...
# azure
r
How can I enable EncryptionAtHost for a VM Disk using the
azure-native
provider? I can’t seem to find that anywhere in the docs
g
@rough-ice-18151 - Here is an example from the docs. For Platform managed keys I believe you just need to set the
EncryptionAtHost
property on the VM. If you want to bring your own key you'll also need to create a disk encryption set which you can reference on the disk being attached to the VM.
r
Oooh, it's on the VM. I missed it there, thanks!