Skip to content

Commit 377dc93

Browse files
committed
Revisions
1 parent 37ff9cd commit 377dc93

File tree

1 file changed

+11
-14
lines changed

1 file changed

+11
-14
lines changed

articles/security/azure-security-disk-encryption-overview.md

Lines changed: 11 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.custom: seodec18
1212

1313
# Azure Disk Encryption overview
1414

15-
Azure Disk Encryption helps protect and safeguard your data to meet your organizational security and compliance commitments. It uses the [BitLocker](https://docs.microsoft.com/windows/security/information-protection/bitlocker/bitlocker-overview) feature of Windows and the [DM-Crypt](https://en.wikipedia.org/wiki/Dm-crypt) feature of Linux to provide volume encryption for the OS and data disks of Azure virtual machines (VMs). It is also integrated with [Azure Key Vault](https://azure.microsoft.com/documentation/services/key-vault/) to help you control and manage the disk encryption keys and secrets, and ensures that all data on the VM disks are encrypted at rest while in Azure storage. Azure Disk Encryption for Windows and Linux VMs is in General Availability in all Azure public regions and Azure Government regions for Standard VMs and VMs with Azure Premium Storage.
15+
Azure Disk Encryption helps protect and safeguard your data to meet your organizational security and compliance commitments. It uses the [BitLocker](https://docs.microsoft.com/windows/security/information-protection/bitlocker/bitlocker-overview) feature of Windows and the [DM-Crypt](https://en.wikipedia.org/wiki/Dm-crypt) feature of Linux to provide volume encryption for the OS and data disks of Azure virtual machines (VMs). It is also integrated with [Azure Key Vault](https://azure.microsoft.com/documentation/services/key-vault/) to help you control and manage the disk encryption keys and secrets, and ensures that all data on the VM disks are encrypted at rest while in Azure storage. Azure Disk Encryption for Windows and Linux VMs is in General Availability in all Azure public regions and Azure Government regions for Standard VMs and VMs with Azure Premium Storage.
1616

1717
If you use Azure Security Center, you're alerted if you have VMs that aren't encrypted. The alerts show as High Severity and the recommendation is to encrypt these VMs.
1818

@@ -24,10 +24,7 @@ If you use Azure Security Center, you're alerted if you have VMs that aren't enc
2424

2525
## Encryption scenarios
2626

27-
Azure Disk Encryption enables you to satisfy the following business needs:
28-
29-
* VMs are secured at rest by using industry-standard encryption technology to address organizational security and compliance requirements.
30-
* VMs boot under customer-controlled keys and policies. You can audit their usage in your key vault.
27+
With Azure Disk Encryption, you can address organizational security and compliance requirements by securing your Azure VMs at rest using industry-standard encryption technology. You can also configure VMs to boot under customer-controlled keys and policies (BYOK), and audit the usage of these keys in your key vault.
3128

3229
Azure Disk Encryption supports the following customer scenarios:
3330

@@ -37,14 +34,14 @@ Azure Disk Encryption supports the following customer scenarios:
3734
* Enabling and disabling encryption on Windows virtual machine scale sets.
3835
* Enabling and disabling encryption on data drives for Linux virtual machine scale sets.
3936
* Enabling and disabling encryption of managed disk VMs.
40-
* Update encryption settings of an existing encrypted Premium and non-Premium Storage VM.
41-
* Back up and restoration encrypted VMs.
37+
* Updating encryption settings of an existing encrypted Premium and non-Premium Storage VM.
38+
* Backing up and restoring encrypted VMs.
4239
* Bring your own encryption (BYOE) and bring your own key (BYOK) scenarios, in which the customers use their own encryption keys and store them in an Azure key vault.
4340

4441
The solution supports the following scenarios for VMs when they're enabled in Microsoft Azure:
4542

4643
* Integration with Azure Key Vault.
47-
* [Standard tier VMs](https://azure.microsoft.com/pricing/details/virtual-machines/). [Linux VMs](azure-security-disk-encryption-faq.md#bkmk_LinuxOSSupport) within these tiers must meet the minimum memory requirement of 7 GB.
44+
* [Standard tier VMs](https://azure.microsoft.com/pricing/details/virtual-machines/). [Linux VMs](azure-security-disk-encryption-faq.md#bkmk_LinuxOSSupport) within these tiers must meet the minimum memory requirement of 7 GB.
4845
* Enabling encryption on Windows and Linux VMs, managed disk, and scale set VMs from the supported Azure Gallery images.
4946
* Disabling encryption on OS and data drives for Windows VMs, scale set VMs, and managed disk VMs.
5047
* Disabling encryption on data drives for Linux VMs, scale set VMs, and managed disk VMs.
@@ -85,13 +82,13 @@ When you enable and deploy Disk Encryption for Azure VMs, the following capabili
8582
* Remove the disk encryption configuration settings from the VM.
8683
* Back up and restore the encrypted VMs by using the Azure Backup service.
8784

88-
Azure Disk Encryption for VMS for Windows and Linux includes:
85+
Azure Disk Encryption for VMs for Windows and Linux includes:
8986

90-
* The disk encryption extension for Windows.
91-
* The disk encryption extension for Linux.
92-
* The PowerShell disk encryption cmdlets.
93-
* The Azure CLI disk encryption cmdlets.
94-
* The Azure Resource Manager disk encryption templates.
87+
* [The disk encryption extension for Windows](../virtual-machines/extensions/azure-disk-enc-windows.md).
88+
* [The disk encryption extension for Linux](../virtual-machines/extensions/azure-disk-enc-linux.md).
89+
* T[he PowerShell disk encryption cmdlets](/powershell/module/az.compute/set-azvmdiskencryptionextension?view=azps-2.2.0).
90+
* [The Azure CLI disk encryption cmdlets](/cli/azure/vm/encryption?view=azure-cli-latest).
91+
* [The Azure Resource Manager disk encryption templates](azure-security-disk-encryption-appendix.md#resource-manager-templates).
9592

9693
The Azure Disk Encryption solution is supported on VMs that run Windows or Linux OS. For more information about the supported operating systems, see [Frequently asked questions](azure-security-disk-encryption-faq.md#bkmk_LinuxOSSupport).
9794

0 commit comments

Comments
 (0)