You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/virtual-machines/windows/disk-encryption-overview.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ ms.date: 05/21/2024
14
14
15
15
**Applies to:**:heavy_check_mark: Windows VMs :heavy_check_mark: Flexible scale sets
16
16
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.
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.
18
18
19
19
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).
20
20
@@ -45,7 +45,7 @@ Azure Disk Encryption is not available on [Basic, A-series VMs](https://azure.mi
45
45
46
46
47
47
> [!NOTE]
48
-
> Azure Disk Encryption uses BitLocker and has all the requirements of BitLocker. For more information, see [BitLocker overview](windows/security/operating-system-security/data-protection/bitlocker/#system-requirements).
48
+
> Azure Disk Encryption uses BitLocker and has all the requirements of BitLocker. For more information, see [BitLocker overview](/windows/security/operating-system-security/data-protection/bitlocker/#system-requirements).
49
49
>
50
50
> 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--)
51
51
>
@@ -87,7 +87,7 @@ The following table defines some of the common terms used in Azure disk encrypti
87
87
| --- | --- |
88
88
| 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). |
89
89
| Azure CLI |[The Azure CLI](/cli/azure/install-azure-cli) is optimized for managing and administering Azure resources from the command line.|
90
-
| 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. |
90
+
| 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. |
91
91
| 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). |
92
92
| PowerShell cmdlets | For more information, see [Azure PowerShell cmdlets](/powershell/azure/). |
0 commit comments