0

Can I perform Virtual Machine disk encryption for unman aged disk through power shell or ARM template

twinkle hema
  • 75
  • 1
  • 11

1 Answers1

1

You can perform Virtual Machine disk encryption for unmanaged disk through PowerShell or template, also Azure CLI.

You can upload the encrypted VHD to your storage account and the encryption key material to your key vault. Then, provide the encryption configuration to enable encryption on a new Azure VM. For details about the steps follow Encryption workflow. And the command example here.

Charles Xu
  • 29,862
  • 2
  • 22
  • 39