Can I perform Virtual Machine disk encryption for unman aged disk through power shell or ARM template
Asked
Active
Viewed 363 times
0
-
2yes you can, read the docs – 4c74356b41 Oct 18 '18 at 11:00
-
If the answer helps you solve the issue you can accept it. Or for more help, please let me know. – Charles Xu Oct 30 '18 at 00:50
1 Answers
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