Skip to content

Commit 3443b56

Browse files
committed
Fixed list of distros
2 parents 6255a68 + aa6f307 commit 3443b56

9 files changed

+69
-47
lines changed

articles/virtual-machines/linux/disk-encryption-faq.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ This article provides answers to frequently asked questions (FAQ) about Azure Di
1616

1717
## What is Azure Disk Encryption for Linux VMs?
1818

19-
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 ephemeral resource 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.
19+
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.
2020

2121
See [Supported VMs and operating systems](disk-encryption-overview.md#supported-vms-and-operating-systems).
2222

@@ -56,7 +56,7 @@ Storage server-side encryption encrypts Azure managed disks in Azure Storage. Ma
5656

5757
## How is Azure Disk Encryption different from Storage server-side encryption with customer-managed key and when should I use each solution?
5858

59-
Azure Disk Encryption provides end-to-end encryption for the OS disk, data disks, and the ephemeral resource disk with a customer-managed key.
59+
Azure Disk Encryption provides end-to-end encryption for the OS disk, data disks, and the temporary disk, using a customer-managed key.
6060
- If your requirements include encrypting all of the above and end-to-end encryption, use Azure Disk Encryption.
6161
- 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.
6262
- 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 [unsupported scenarios for Windows](disk-encryption-linux.md#unsupported-scenarios), consider [Server-side encryption with customer-managed keys](disk-encryption.md).

articles/virtual-machines/linux/disk-encryption-linux-aad.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ The following table lists Resource Manager template parameters for existing or r
158158
## <a name="bkmk_EFA"> </a>Use the EncryptFormatAll feature for data disks on Linux IaaS VMs
159159
The EncryptFormatAll parameter reduces the time for Linux data disks to be encrypted. Partitions that meet certain criteria are formatted (with their current file system). Then they're remounted back to where they were before command execution. If you want to exclude a data disk that meets the criteria, you can unmount it before you run the command.
160160
161-
After you run this command, any drives that were mounted previously are formatted. Then the encryption layer starts on top of the now empty drive. When this option is selected, the ephemeral resource disk attached to the VM is also encrypted. If the ephemeral drive is reset, it's reformatted and re-encrypted for the VM by the Azure Disk Encryption solution at the next opportunity.
161+
After you run this command, any drives that were mounted previously are formatted. Then the encryption layer starts on top of the now empty drive. When this option is selected, the temporary disk attached to the VM is also encrypted. If the ephemeral drive is reset, it's reformatted and re-encrypted for the VM by the Azure Disk Encryption solution at the next opportunity.
162162
163163
>[!WARNING]
164164
> EncryptFormatAll shouldn't be used when there's needed data on a VM's data volumes. You can exclude disks from encryption by unmounting them. Try out the EncryptFormatAll parameter on a test VM first to understand the feature parameter and its implication before you try it on the production VM. The EncryptFormatAll option formats the data disk, so all the data on it will be lost. Before you proceed, verify that any disks you want to exclude are properly unmounted. </br></br>

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

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.custom: seodec18
1414
# Azure Disk Encryption scenarios on Linux VMs
1515

1616

17-
Azure Disk Encryption for Linux virtual machines (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 ephemeral resource disk when using the EncryptFormatAll feature.
17+
Azure Disk Encryption for Linux virtual machines (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.
1818

1919
Azure Disk Encryption is [integrated with Azure Key Vault](disk-encryption-key-vault.md) to help you control and manage the disk encryption keys and secrets. For an overview of the service, see [Azure Disk Encryption for Linux VMs](disk-encryption-overview.md).
2020

@@ -210,9 +210,9 @@ For more information about configuring the Linux VM disk encryption template, se
210210
211211
## Use EncryptFormatAll feature for data disks on Linux VMs
212212
213-
The **EncryptFormatAll** parameter reduces the time for Linux data disks to be encrypted. Partitions meeting certain criteria will be formatted (with its current file system), then remounted back to where it was before command execution. If you wish to exclude a data disk that meets the criteria, you can unmount it before running the command.
213+
The **EncryptFormatAll** parameter reduces the time for Linux data disks to be encrypted. Partitions meeting certain criteria will be formatted, along with their current file systems, then remounted back to where they were before command execution. If you wish to exclude a data disk that meets the criteria, you can unmount it before running the command.
214214
215-
After running this command, any drives that were mounted previously will be formatted, and the encryption layer will be started on top of the now empty drive. When this option is selected, the ephemeral resource disk attached to the VM will also be encrypted. If the ephemeral drive is reset, it will be reformatted and re-encrypted for the VM by the Azure Disk Encryption solution at the next opportunity. Once the resource disk gets encrypted, the [Microsoft Azure Linux Agent](https://docs.microsoft.com/azure/virtual-machines/extensions/agent-linux) will not be able to manage the resource disk and enable the swap file, but you may manually configure the swap file.
215+
After running this command, any drives that were mounted previously will be formatted, and the encryption layer will be started on top of the now empty drive. When this option is selected, the temporary disk attached to the VM will also be encrypted. If the temporary disk is reset, it will be reformatted and re-encrypted for the VM by the Azure Disk Encryption solution at the next opportunity. Once the resource disk gets encrypted, the [Microsoft Azure Linux Agent](https://docs.microsoft.com/azure/virtual-machines/extensions/agent-linux) will not be able to manage the resource disk and enable the swap file, but you may manually configure the swap file.
216216
217217
>[!WARNING]
218218
> EncryptFormatAll shouldn't be used when there is needed data on a VM's data volumes. You may exclude disks from encryption by unmounting them. You should first try out the EncryptFormatAll first on a test VM, understand the feature parameter and its implication before trying it on the production VM. The EncryptFormatAll option formats the data disk and all the data on it will be lost. Before proceeding, verify that disks you wish to exclude are properly unmounted. </br></br>
@@ -412,9 +412,10 @@ Azure Disk Encryption does not work for the following Linux scenarios, features,
412412
- Encryption of shared/distributed file systems like (but not limited to): DFS, GFS, DRDB, and CephFS.
413413
- Moving an encrypted VM to another subscription.
414414
- Kernel Crash Dump (kdump).
415-
- Oracle ACFS (ASM Cluster File System)
416-
- Gen2 VMs (see: [Support for generation 2 VMs on Azure](generation-2.md#generation-1-vs-generation-2-capabilities))
417-
- Lsv2 series VMs (see: [Lsv2-series](../lsv2-series.md))
415+
- Oracle ACFS (ASM Cluster File System).
416+
- Gen2 VMs (see: [Support for generation 2 VMs on Azure](generation-2.md#generation-1-vs-generation-2-capabilities)).
417+
- Lsv2 series VMs (see: [Lsv2-series](../lsv2-series.md)).
418+
- A VM with "nested mount points"; that is, multiple mount points in a single path (such as "/1stmountpoint/data/2stmountpoint").
418419
419420
## Next steps
420421

articles/virtual-machines/linux/disk-encryption-overview-aad.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ The information in these sections remains the same:
2222
- [Additional VM requirements](disk-encryption-overview.md#additional-vm-requirements)
2323

2424

25-
26-
2725
## Networking and Group Policy
2826

2927
To enable the Azure Disk Encryption feature by using the older AAD parameter syntax, the infrastructure as a service (IaaS) VMs must meet the following network endpoint configuration requirements:

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

Lines changed: 27 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -52,29 +52,33 @@ Azure Disk Encryption is supported on a subset of the [Azure-endorsed Linux dist
5252

5353
Linux server distributions that are not endorsed by Azure do not support Azure Disk Encryption; of those that are endorsed, only the following distributions and versions support Azure Disk Encryption:
5454

55-
| Linux distribution | Version | Volume type supported for encryption|
56-
| --- | --- |--- |
57-
| Ubuntu | 18.04| OS and data disk |
58-
| Ubuntu | 16.04| OS and data disk |
59-
| Ubuntu | 14.04.5</br>[with Azure tuned kernel updated to 4.15 or later](disk-encryption-troubleshooting.md) | OS and data disk |
60-
| RHEL | 7.7 | OS and data disk (see note below) |
61-
| RHEL | 7.6 | OS and data disk (see note below) |
62-
| RHEL | 7.5 | OS and data disk (see note below) |
63-
| RHEL | 7.4 | OS and data disk (see note below) |
64-
| RHEL | 7.3 | OS and data disk (see note below) |
65-
| RHEL | 7.2 | OS and data disk (see note below) |
66-
| RHEL | 6.8 | Data disk (see note below) |
67-
| RHEL | 6.7 | Data disk (see note below) |
68-
| CentOS | 7.7 | OS and data disk |
69-
| CentOS | 7.6 | OS and data disk |
70-
| CentOS | 7.5 | OS and data disk |
71-
| CentOS | 7.4 | OS and data disk |
72-
| CentOS | 7.3 | OS and data disk |
73-
| CentOS | 7.2n | OS and data disk |
74-
| CentOS | 6.8 | Data disk |
75-
| openSUSE | 42.3 | Data disk |
76-
| SLES | 12-SP4 | Data disk |
77-
| SLES | 12-SP3 | Data disk |
55+
| Publisher | Offer | SKU | URN | Volume type supported for encryption |
56+
| --- | --- |--- | --- |
57+
| Canonical | Ubuntu 18.04 | 18.04-LTS | Canonical:UbuntuServer:18.04-LTS:latest | OS and data disk |
58+
| Canonical | Ubuntu 16.04 | 16.04-LTS | Canonical:UbuntuServer:18.04-LTS:latest | OS and data disk |
59+
| Canonical | Ubuntu 14.04.5</br>[with Azure tuned kernel updated to 4.15 or later](disk-encryption-troubleshooting.md) | 14.04.5-LTS | Canonical:UbuntuServer:14.04.5-LTS:latest | OS and data disk |
60+
| RedHat | RHEL 7.7 | 7.7 | RedHat:RHEL:7.7:latest | OS and data disk (see note below) |
61+
| RedHat | RHEL 7.7 | 7-LVM | RedHat:RHEL:7-LVM:latest | OS and data disk (see note below) |
62+
| RedHat | RHEL 7.6 | 7.6 | RedHat:RHEL:7.6:latest | OS and data disk (see note below) |
63+
| RedHat | RHEL 7.5 | 7.5 | RedHat:RHEL:7.5:latest | OS and data disk (see note below) |
64+
| RedHat | RHEL 7.4 | 7.4 | RedHat:RHEL:7.4:latest | OS and data disk (see note below) |
65+
| RedHat | RHEL 7.3 | 7.3 | RedHat:RHEL:7.3:latest | OS and data disk (see note below) |
66+
| RedHat | RHEL 7.2 | 7.2 | RedHat:RHEL:7.2:latest | OS and data disk (see note below) |
67+
| RedHat | RHEL 6.8 | 6.8 | RedHat:RHEL:6.8:latest | Data disk (see note below) |
68+
| RedHat | RHEL 6.7 | 6.7 | RedHat:RHEL:6.7:latest | Data disk (see note below) |
69+
| OpenLogic | CentOS 7.7 | 7.7 | OpenLogic:CentOS:7.7:latest | OS and data disk |
70+
| OpenLogic | CentOS 7.7 | 7-LVM | OpenLogic:CentOS:7-LVM:latest | OS and data disk |
71+
| OpenLogic | CentOS 7.6 | 7.6 | OpenLogic:CentOS:7.6:latest | OS and data disk |
72+
| OpenLogic | CentOS 7.5 | 7.5 | OpenLogic:CentOS:7.5:latest | OS and data disk |
73+
| OpenLogic | CentOS 7.4 | 7.4 | OpenLogic:CentOS:7.4:latest | OS and data disk |
74+
| OpenLogic | CentOS 7.3 | 7.3 | OpenLogic:CentOS:7.3:latest | OS and data disk |
75+
| OpenLogic | CentOS 7.2n | 7.2n | OpenLogic:CentOS:7.2n:latest | OS and data disk |
76+
| OpenLogic | CentOS 7.1 | 7.1 | OpenLogic:CentOS:7.1:latest | Data disk only |
77+
| OpenLogic | CentOS 7.0 | 7.0 | OpenLogic:CentOS:7.0:latest | Data disk only |
78+
| OpenLogic | CentOS 6.8 | 6.8 | OpenLogic:CentOS:6.8:latest | Data disk only |
79+
| SUSE | openSUSE 42.3 | 42.3 | SUSE:openSUSE-Leap:42.3:latest | Data disk only |
80+
| SUSE | SLES 12-SP4 | 12-SP4 | SUSE:SLES:12-SP4:latest | Data disk only |
81+
| SUSE | SLES HPC 12-SP3 | 12-SP3 | SUSE:SLES-HPC:12-SP3:latest | Data disk only |
7882

7983
> [!NOTE]
8084
> The new Azure Disk Encryption implementation is supported for RHEL OS and data disk for RHEL7 Pay-As-You-Go images.

articles/virtual-machines/linux/disk-encryption-portal-quickstart.md

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,19 @@ Sign in to the [Azure portal](https://portal.azure.com).
2929
1. For **Region**, select the same region you used when making your key vault above (e.g., **East US**).
3030
1. Make sure the **Size** is *Standard D2s v3*.
3131
1. Under **Administrator account**, select **Password**. Enter a user name and a password.
32-
![ResourceGroup creation screen](./media/disk-encryption/portal-qs-vm-creation.png)
32+
33+
:::image type="content" source="./media/disk-encryption/portal-qs-vm-creation.png" alt-text="ResourceGroup creation screen":::
34+
35+
36+
> [!WARNING]
37+
> The "Disks" tab features an "Encryption Type" field under **Disk options**. This field is used to specify encryption options for [Managed Disks](managed-disks-overview.md) + CMK, not for Azure Disk Encryption.
38+
>
39+
> To avoid confusion, we suggest you skip the *Disks* tab entirely while completing this tutorial.
40+
3341
1. Select the "Management" tab and verify that you have a Diagnostics Storage Account. If you have no storage accounts, select "Create New", give your new account a name, and select "Ok"
34-
![ResourceGroup creation screen](./media/disk-encryption/portal-qs-vm-creation-storage.png)
42+
43+
:::image type="content" source="./media/disk-encryption/portal-qs-vm-creation-storage.png" alt-text="ResourceGroup creation screen":::
44+
3545
1. Click "Review + Create".
3646
1. On the **Create a virtual machine** page, you can see the details about the VM you are about to create. When you are ready, select **Create**.
3747

@@ -43,19 +53,19 @@ It will take a few minutes for your VM to be deployed. When the deployment is fi
4353
1. On the left-hand sidebar, select **Disks**.
4454
1. On the Disks screen, select **Encryption**.
4555

46-
![disks and encryption selection](../media/disk-encryption/portal-qs-disks-to-encryption.png)
56+
:::image type="content" source="../media/disk-encryption/portal-qs-disks-to-encryption.png" alt-text="disks and encryption selection":::
4757

4858
1. On the encryption screen, under **Disks to encrypt**, choose **OS and data disks**.
4959
1. Under **Encryption settings**, choose **Select a key vault and key for encryption**.
5060
1. On the **Select key from Azure Key Vault** screen, select **Create New**.
5161

52-
![disks and encryption selection](../media/disk-encryption/portal-qs-keyvault-create.png)
62+
:::image type="content" source="../media/disk-encryption/portal-qs-keyvault-create.png" alt-text="disks and encryption selection":::
5363

5464
1. On the **Create key vault** screen, ensure that the Resource Group is the same as the one you used to create the VM.
5565
1. Give your key vault a name. Every key vault across Azure must have an unique name.
5666
1. On the **Access Policies** tab, check the **Azure Disk Encryption for volume encryption** box.
5767

58-
![disks and encryption selection](../media/disk-encryption/portal-qs-keyvault-enable.png)
68+
:::image type="content" source="../media/disk-encryption/portal-qs-keyvault-enable.png" alt-text="disks and encryption selection":::
5969

6070
1. Select **Review + create**.
6171
1. After the key vault has passed validation, select **Create**. This will return you to the **Select key from Azure Key Vault** screen.

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ This article provides answers to frequently asked questions (FAQ) about Azure Di
1616

1717
## What is Azure Disk Encryption for Windows VMs?
1818

19-
Azure Disk Encryption for Windows VMs uses the Bitlocker feature of Windows to provide full disk encryption of the OS disk and data disks. Additionally, it provides encryption of the ephemeral resource disk when the [VolumeType parameter is All](disk-encryption-windows.md#enable-encryption-on-a-newly-added-data-disk). The content flows encrypted from the VM to the Storage backend. Thereby, providing end-to-end encryption with a customer-managed key.
19+
Azure Disk Encryption for Windows VMs uses the Bitlocker feature of Windows to provide full disk encryption of the OS disk and data disks. Additionally, it provides encryption of the temporary disk when the [VolumeType parameter is All](disk-encryption-windows.md#enable-encryption-on-a-newly-added-data-disk). The content flows encrypted from the VM to the Storage backend. Thereby, providing end-to-end encryption with a customer-managed key.
2020

2121
See [Supported VMs and operating systems](disk-encryption-overview.md#supported-vms-and-operating-systems).
2222

@@ -56,7 +56,7 @@ Storage server-side encryption encrypts Azure managed disks in Azure Storage. Ma
5656

5757
## How is Azure Disk Encryption different from Storage server-side encryption with customer-managed key and when should I use each solution?
5858

59-
Azure Disk Encryption provides end-to-end encryption for the OS disk, data disks, and the ephemeral resource disk with a customer-managed key.
59+
Azure Disk Encryption provides end-to-end encryption for the OS disk, data disks, and the temporary disk with a customer-managed key.
6060

6161
- If your requirements include encrypting all of the above and end-to-end encryption, use Azure Disk Encryption.
6262
- 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.

0 commit comments

Comments
 (0)