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/linux/disk-encryption-faq.yml
+16-22Lines changed: 16 additions & 22 deletions
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ metadata:
8
8
ms.subservice: security
9
9
ms.topic: faq
10
10
ms.author: mbaldwin
11
-
ms.date: 02/20/2024
11
+
ms.date: 08/06/2024
12
12
title: Azure Disk Encryption for Linux virtual machines FAQ
13
13
summary: |
14
14
This article provides answers to frequently asked questions (FAQ) about Azure Disk Encryption for Linux virtual machines (VMs). For more information about this service, see [Azure Disk Encryption overview](disk-encryption-overview.md).
@@ -18,21 +18,21 @@ sections:
18
18
- name: Ignored
19
19
questions:
20
20
- question: |
21
-
What is Azure Disk Encryption for Linux VMs?
21
+
What is Azure Disk Encryption for Linux virtual machines?
22
22
answer: |
23
-
Azure Disk Encryption for Linux VMs uses the dm-crypt feature of Linux to provide full disk encryption of the OS disk* and data disks. Additionally, it provides encryption of the temporary disk when using the [EncryptFormatAll feature](disk-encryption-linux.md#use-encryptformatall-feature-for-data-disks-on-linux-vms). The content flows encrypted from the VM to the Storage backend. Thereby, providing end-to-end encryption with a customer-managed key.
23
+
Azure Disk Encryption for Linux virtual machines uses the dm-crypt feature of Linux to provide full disk encryption of the OS disk* and data disks. Additionally, it provides encryption of the temporary disk when using the [EncryptFormatAll feature](disk-encryption-linux.md#use-encryptformatall-feature-for-data-disks-on-linux-vms). The content flows encrypted from the VM to the Storage backend with a customer-managed key.
24
24
25
-
See [Supported VMs and operating systems](disk-encryption-overview.md#supported-vms-and-operating-systems).
25
+
See [Supported virtual machines and operating systems](disk-encryption-overview.md#supported-vms-and-operating-systems).
26
26
27
27
- question: |
28
28
Where is Azure Disk Encryption in general availability (GA)?
29
29
answer: |
30
-
Azure Disk Encryption for Linux VMs is in general availability in all Azure public regions.
30
+
Azure Disk Encryption for Linux virtual machines is in general availability in all Azure public regions.
31
31
32
32
- question: |
33
33
What user experiences are available with Azure Disk Encryption?
34
34
answer: |
35
-
Azure Disk Encryption GA supports Azure Resource Manager templates, Azure PowerShell, and Azure CLI. The different user experiences give you flexibility. You have three different options for enabling disk encryption for your VMs. For more information on the user experience and step-by-step guidance available in Azure Disk Encryption, see [Azure Disk Encryption scenarios for Linux](disk-encryption-linux.md).
35
+
Azure Disk Encryption GA supports Azure Resource Manager templates, Azure PowerShell, and Azure CLI. The different user experiences give you flexibility. You have three different options for enabling disk encryption for your virtual machines. For more information on the user experience and step-by-step guidance available in Azure Disk Encryption, see [Azure Disk Encryption scenarios for Linux](disk-encryption-linux.md).
36
36
37
37
- question: |
38
38
How much does Azure Disk Encryption cost?
@@ -54,7 +54,7 @@ sections:
54
54
answer: |
55
55
Yes, you can encrypt both boot and data volumes, or you can encrypt the data volume without having to encrypt the OS volume first.
56
56
57
-
After you've encrypted the OS volume, disabling encryption on the OS volume isn't supported. For Linux VMs in a scale set, only the data volume can be encrypted.
57
+
After you've encrypted the OS volume, disabling encryption on the OS volume isn't supported. For Linux virtual machines in a scale set, only the data volume can be encrypted.
58
58
59
59
- question: |
60
60
Can I encrypt an unmounted volume with Azure Disk Encryption?
@@ -67,23 +67,17 @@ sections:
67
67
Storage server-side encryption encrypts Azure managed disks in Azure Storage. Managed disks are encrypted by default with Server-side encryption with a platform-managed key (as of June 10, 2017). You can manage encryption of managed disks with your own keys by specifying a customer-managed key. For more information see: [Server-side encryption of Azure managed disks](../disk-encryption.md).
68
68
69
69
- question: |
70
-
How is Azure Disk Encryption different from Storage server-side encryption with customer-managed key and when should I use each solution?
70
+
How is Azure Disk Encryption different from other disk encryption solutions and when should I use each solution?
71
71
answer: |
72
-
Azure Disk Encryption provides end-to-end encryption for the OS disk, data disks, and the temporary disk, using a customer-managed key.
73
-
- If your requirements include encrypting all of the above and end-to-end encryption, use Azure Disk Encryption.
74
-
- If your requirements include encrypting only data at rest with customer-managed key, then use [Server-side encryption with customer-managed keys](../disk-encryption.md). You cannot encrypt a disk with both Azure Disk Encryption and Storage server-side encryption with customer-managed keys.
75
-
- If your Linux distro is not listed under [supported operating systems for Azure Disk Encryption](disk-encryption-overview.md#supported-operating-systems) or you are using a scenario called out in the [restrictions](disk-encryption-linux.md#restrictions), consider [Server-side encryption with customer-managed keys](../disk-encryption.md).
76
-
- If your organization's policy allows you to encrypt content at rest with an Azure-managed key, then no action is needed - the content is encrypted by default. For managed disks, the content inside storage is encrypted by default with Server-side encryption with platform-managed key. The key is managed by the Azure Storage service.
77
-
78
-
72
+
See [Overview of managed disk encryption options](../disk-encryption-overview.md).
79
73
80
74
- question: |
81
75
How do I rotate secrets or encryption keys?
82
76
answer: |
83
77
To rotate secrets, just call the same command you used originally to enable disk encryption, specifying a different Key Vault. To rotate the key encryption key, call the same command you used originally to enable disk encryption, specifying the new key encryption.
84
78
85
79
>[!WARNING]
86
-
> - If you have previously used [Azure Disk Encryption with Microsoft Entra app](disk-encryption-linux-aad.md) by specifying Microsoft Entra credentials to encrypt this VM, you will have to continue use this option to encrypt your VM. You can't use Azure Disk Encryption on this encrypted VM as this isn't a supported scenario, meaning switching away from Microsoft Entra application for this encrypted VM isn't supported yet.
80
+
> - If you previously used [Azure Disk Encryption with Microsoft Entra app](disk-encryption-linux-aad.md) by specifying Microsoft Entra credentials to encrypt this VM, you must continue to use this option to encrypt your VM. You can't use Azure Disk Encryption on this encrypted VM as this isn't a supported scenario, meaning switching away from Microsoft Entra application for this encrypted VM isn't supported yet.
87
81
88
82
- question: |
89
83
How do I add or remove a key encryption key if I didn't originally use one?
@@ -118,10 +112,10 @@ sections:
118
112
- question: |
119
113
Is Azure Disk Encryption using a Microsoft Entra app (previous release) still supported?
120
114
answer: |
121
-
Yes. Disk encryption using a Microsoft Entra app is still supported. However, when encrypting new VMs it's recommended that you use the new method rather than encrypting with a Microsoft Entra app.
115
+
Yes. Disk encryption using a Microsoft Entra app is still supported. However, when encrypting new virtual machines it's recommended that you use the new method rather than encrypting with a Microsoft Entra app.
122
116
123
117
- question: |
124
-
Can I migrate VMs that were encrypted with a Microsoft Entra app to encryption without a Microsoft Entra app?
118
+
Can I migrate virtual machines that were encrypted with a Microsoft Entra app to encryption without a Microsoft Entra app?
125
119
answer: Currently, there isn't a direct migration path for machines that were encrypted with a Microsoft Entra app to encryption without a Microsoft Entra app. Additionally, there isn't a direct path from encryption without a Microsoft Entra app to encryption with an AD app.
126
120
127
121
- question: |
@@ -149,7 +143,7 @@ sections:
149
143
answer: |
150
144
The following workflow is recommended to have the best results on Linux:
151
145
* Start from the unmodified stock gallery image corresponding to the needed OS distro and version
152
-
* Back up any mounted drives that will be encrypted. This back up allows for recovery if there's a failure, for example if the VM is rebooted before encryption has completed.
146
+
* Back up any mounted drives you want encrypted. This back up allows for recovery if there's a failure, for example if the VM is rebooted before encryption has completed.
153
147
* Encrypt (can take several hours or even days depending on VM characteristics and size of any attached data disks)
154
148
* Customize, and add software to the image as needed.
155
149
@@ -158,7 +152,7 @@ sections:
158
152
- question: |
159
153
What is the disk "Bek Volume" or "/mnt/azure_bek_disk"?
160
154
answer: |
161
-
The "Bek volume" is a local data volume that securely stores the encryption keys for Encrypted Azure VMs.
155
+
The "Bek volume" is a local data volume that securely stores the encryption keys for Encrypted Azure virtual machines.
162
156
> [!NOTE]
163
157
> Do not delete or edit any contents in this disk. Do not unmount the disk since the encryption key presence is needed for any encryption operations on the IaaS VM.
164
158
@@ -178,12 +172,12 @@ sections:
178
172
answer: |
179
173
Encryption of XFS OS disks is supported.
180
174
181
-
Encryption of XFS data disks is supported only when the EncryptFormatAll parameter is used. This will reformat the volume, erasing any data previously there. For more information, see the [EncryptFormatAll criteria](disk-encryption-linux.md#use-encryptformatall-feature-for-data-disks-on-linux-vms).
175
+
Encryption of XFS data disks is supported only when the EncryptFormatAll parameter is used. This option reformats the volume, erasing any data previously there. For more information, see the [EncryptFormatAll criteria](disk-encryption-linux.md#use-encryptformatall-feature-for-data-disks-on-linux-vms).
182
176
183
177
- question: |
184
178
Is resizing the OS partition supported?
185
179
answer: |
186
-
Resize of an ADE encrypted OS disk is currently not supported.
180
+
Resize of an Azure Disk Encryption encrypted OS disk isn't supported.
0 commit comments