Skip to content

Commit f504804

Browse files
Merge pull request #275894 from jackrichins/patch-86
Add link to BitLocker requirements
2 parents 9798759 + 06b5783 commit f504804

File tree

2 files changed

+8
-9
lines changed

2 files changed

+8
-9
lines changed

articles/virtual-machines/windows/disk-encryption-overview.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ ms.subservice: security
77
ms.collection: windows
88
ms.topic: conceptual
99
ms.author: mbaldwin
10-
ms.date: 02/20/2024
10+
ms.date: 05/21/2024
1111
---
1212

1313
# Azure Disk Encryption for Windows VMs
1414

1515
**Applies to:** :heavy_check_mark: Windows VMs :heavy_check_mark: Flexible scale sets
1616

17-
Azure Disk Encryption helps protect and safeguard your data to meet your organizational security and compliance commitments. It uses the [BitLocker](https://en.wikipedia.org/wiki/BitLocker) feature of Windows to provide volume encryption for the OS and data disks of Azure virtual machines (VMs), and is integrated with [Azure Key Vault](../../key-vault/index.yml) to help you control and manage the disk encryption keys and secrets.
17+
Azure Disk Encryption helps protect and safeguard your data to meet your organizational security and compliance commitments. It uses the [BitLocker](/windows/security/operating-system-security/data-protection/bitlocker/) feature of Windows to provide volume encryption for the OS and data disks of Azure virtual machines (VMs), and is integrated with [Azure Key Vault](../../key-vault/index.yml) to help you control and manage the disk encryption keys and secrets.
1818

1919
Azure Disk Encryption is zone resilient, the same way as Virtual Machines. For details, see [Azure Services that support Availability Zones](../../availability-zones/az-region.md).
2020

@@ -39,16 +39,14 @@ Azure Disk Encryption is not available on [Basic, A-series VMs](https://azure.mi
3939

4040
### Supported operating systems
4141

42-
- Windows client: Windows 8 and later.
43-
- Windows Server: Windows Server 2008 R2 and later.
44-
- Windows 10 Enterprise multi-session and later.
42+
All versions of Windows which support BitLocker and are configured to meet the requirements of BitLocker. For more information, see [BitLocker overview](/windows/security/operating-system-security/data-protection/bitlocker/).
4543

4644
> [!NOTE]
4745
> Windows Server 2022 and Windows 11 do not support an RSA 2048 bit key. For more information, see [FAQ: What size should I use for my key encryption key?](disk-encryption-faq.yml#what-size-should-i-use-for-my-key-encryption-key--kek--)
48-
>
49-
> Windows Server 2008 R2 requires the .NET Framework 4.5 to be installed for encryption; install it from Windows Update with the optional update Microsoft .NET Framework 4.5.2 for Windows Server 2008 R2 x64-based systems ([KB2901983](https://www.catalog.update.microsoft.com/Search.aspx?q=KB2901983)).
5046
>
5147
> Windows Server 2012 R2 Core and Windows Server 2016 Core requires the bdehdcfg component to be installed on the VM for encryption.
48+
>
49+
> Windows Server 2008 R2 requires the .NET Framework 4.5 to be installed for encryption; install it from Windows Update with the optional update Microsoft .NET Framework 4.5.2 for Windows Server 2008 R2 x64-based systems ([KB2901983](https://www.catalog.update.microsoft.com/Search.aspx?q=KB2901983)).
5250
5351
## Networking requirements
5452
To enable Azure Disk Encryption, the VMs must meet the following network endpoint configuration requirements:
@@ -84,7 +82,7 @@ The following table defines some of the common terms used in Azure disk encrypti
8482
| --- | --- |
8583
| Azure Key Vault | Key Vault is a cryptographic, key management service that's based on Federal Information Processing Standards (FIPS) validated hardware security modules. These standards help to safeguard your cryptographic keys and sensitive secrets. For more information, see the [Azure Key Vault](https://azure.microsoft.com/services/key-vault/) documentation and [Creating and configuring a key vault for Azure Disk Encryption](disk-encryption-key-vault.yml). |
8684
| Azure CLI | [The Azure CLI](/cli/azure/install-azure-cli) is optimized for managing and administering Azure resources from the command line.|
87-
| BitLocker |[BitLocker](/previous-versions/windows/it-pro/windows-server-2012-R2-and-2012/hh831713(v=ws.11)) is an industry-recognized Windows volume encryption technology that's used to enable disk encryption on Windows VMs. |
85+
| BitLocker |[BitLocker](/windows/security/operating-system-security/data-protection/bitlocker/) is an industry-recognized Windows volume encryption technology that's used to enable disk encryption on Windows VMs. |
8886
| Key encryption key (KEK) | The asymmetric key (RSA 2048) that you can use to protect or wrap the secret. You can provide a hardware security module (HSM)-protected key or software-protected key. For more information, see the [Azure Key Vault](https://azure.microsoft.com/services/key-vault/) documentation and [Creating and configuring a key vault for Azure Disk Encryption](disk-encryption-key-vault.yml). |
8987
| PowerShell cmdlets | For more information, see [Azure PowerShell cmdlets](/powershell/azure/). |
9088

articles/virtual-machines/windows/disk-encryption-windows.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.subservice: security
77
ms.collection: windows
88
ms.topic: how-to
99
ms.author: mbaldwin
10-
ms.date: 01/03/2024
10+
ms.date: 05/21/2024
1111
ms.custom: devx-track-azurepowershell, devx-track-azurecli
1212
---
1313

@@ -38,6 +38,7 @@ Encrypting or disabling encryption may cause a VM to reboot.
3838
Azure Disk Encryption does not work for the following scenarios, features, and technology:
3939

4040
- Encrypting basic tier VM or VMs created through the classic VM creation method.
41+
- All requirements and restrictions of BitLocker, such as requiring NTFS. For more information, see [BitLocker overview](/windows/security/operating-system-security/data-protection/bitlocker/#system-requirements).
4142
- Encrypting VMs configured with software-based RAID systems.
4243
- Encrypting VMs configured with Storage Spaces Direct (S2D), or Windows Server versions before 2016 configured with Windows Storage Spaces.
4344
- Integration with an on-premises key management system.

0 commit comments

Comments
 (0)