简体   繁体   English

我们如何通过Azure Power Shell实现非托管磁盘的VM磁盘加密

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

我可以通过电源外壳或ARM模板对未老化的磁盘执行虚拟机磁盘加密吗

You can perform Virtual Machine disk encryption for unmanaged disk through PowerShell or template, also Azure CLI. 您可以通过PowerShell或模板以及Azure CLI对非托管磁盘执行虚拟机磁盘加密。

You can upload the encrypted VHD to your storage account and the encryption key material to your key vault. 您可以将加密的VHD上传到您的存储帐户,并将加密密钥材料上传到密钥库。 Then, provide the encryption configuration to enable encryption on a new Azure VM. 然后,提供加密配置以在新的Azure VM上启用加密。 For details about the steps follow Encryption workflow . 有关步骤的详细信息,请遵循加密工作流程 And the command example here . 和命令例子在这里

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM