Reputation: 75
Can I perform Virtual Machine disk encryption for unman aged disk through power shell or ARM template
Upvotes: 0
Views: 389
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