Set-AzVMDiskEncryptionExtension
2022
Azure Disk Encryption using PowerShell
·617 words·3 mins·
100
views
·
5
likes
Azure Disk Encryption (ADE) provides volume encryption for the OS and data disks of Azure virtual machines by using the DM-Crypt feature in Linux or the BitLocker feature of Windows. ADE is integrated with Azure Key Vault to help you control and manage the disk encryption keys and secrets.
2019
How to Encrypt Disks on Azure VMs using PowerShell
·625 words·3 mins·
100
views
·
5
likes
In my previous post, I showed you how to create a Key Vault. Today I will show you how to use that Key Vault to store the encryption key and then encrypt the disks of your virtual machines in Azure with PowerShell.