Set-AzKeyVaultAccessPolicy
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.
2021
How to use a VM system-assigned managed identity to access Azure Key Vault
·1070 words·6 mins·
100
views
·
5
likes
Hi, In a previous post, I showed you how to enable system-assigned managed identity on an Azure virtual machine. Today, I want to show you how to assign a managed identity to access an Azure resource securely.
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.
How to create an Azure Key Vault
·709 words·4 mins·
100
views
·
5
likes
This post is part of a series in which I will show how to create different resources in Microsoft Azure. Today I will show you how to create a very important service that works as a secure secrets store: An Azure Key Vault.