Skip to main content
Jorge Bernhardt Jorge Bernhardt

Get-AzADUser

2019

How to Encrypt Disks on Azure VMs using PowerShell
·625 words·3 mins· 100 views · 5 likes
Add-AzKeyVaultKey Azure PowerShell Connect-AzAccount Get-AzADUser
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
Azure Key Vault Azure CLI Azure PowerShell Connect-AzAccount
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.