Categories
Cloud Computing Information Security

Key Management in Azure

Most organizations have secrets, such as private keys and passwords that need to be protected. Many organizations (rightly) are very sensitive to where the secrets are stored, and how they are used. On premises, it’s possible to simply store the keys on a USB drive in a safe, for example, but for larger organizations this […]

Categories
Cloud Computing Cloud Migration Information Security

Key Vault and Disk Encryption

I have some follow-ups to my previous post on disk encryption in Azure, after I attended BRK3277 – Protect your data using Azure’s encryption capabilities and key management. I learned some interesting tidbits about how this works – the presenter is the owner of the functionality within Microsoft, so I’d consider his information to be authoritative. There’s […]

Categories
Cloud Computing Information Security

Encrypting a Virtual Machine in Azure

Note – Update 2018-11-13: The Azure team has released a new disk encryption method that is much less complex! You can read more about it here: https://docs.microsoft.com/en-us/azure/security/azure-security-disk-encryption-overview This post will walk you through the configuration necessary to encrypt a virtual machine’s hard drives in Azure. This post applies only to Windows VMs running in Microsoft Azure; […]