twinkle hema
twinkle hema

Reputation: 75

How can we achieve VM Disk Encryption of unmanaged disk through Azure power shell

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

Upvotes: 0

Views: 389

Answers (1)

Charles Xu
Charles Xu

Reputation: 31454

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.

Upvotes: 1

Related Questions