Skip to content

Commit f6de2fe

Browse files
committed
Updated quickstarts
1 parent 989003c commit f6de2fe

File tree

2 files changed

+29
-20
lines changed

2 files changed

+29
-20
lines changed

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

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,45 +1,46 @@
11
---
2-
title: Create and encrypt a Windows VM with the Azure portal
3-
description: In this quickstart, you learn how to use the Azure portal to create and encrypt a Windows virtual machine
2+
title: Create and encrypt a Linux VM with the Azure portal
3+
description: In this quickstart, you learn how to use the Azure portal to create and encrypt a Linux virtual machine
44
author: msmbaldwin
55
ms.author: mbaldwin
6-
ms.service: virtual-machines-windows
6+
ms.service: virtual-machines-linux
77
ms.subservice: security
88
ms.topic: quickstart
99
ms.date: 10/02/2019
1010
---
1111

12-
# Quickstart: Create and encrypt a Windows virtual machine with the Azure portal
12+
# Quickstart: Create and encrypt a virtual machine with the Azure portal
1313

14-
Azure virtual machines (VMs) can be created through the Azure portal. The Azure portal is a browser-based user interface to create VMs and their associated resources. In this quickstart you will use the Azure portal to deploy a Windows virtual machine (VM) running Ubuntu 18.04 LTS, create a key vault for the storage of encryption keys, and encrypt the VM.
14+
Azure virtual machines (VMs) can be created through the Azure portal. The Azure portal is a browser-based user interface to create VMs and their associated resources. In this quickstart you will use the Azure portal to deploy a Linux virtual machine (VM) running Ubuntu 18.04 LTS, create a key vault for the storage of encryption keys, and encrypt the VM.
1515

1616
If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) before you begin.
1717

1818
## Sign in to Azure
1919

2020
Sign in to the [Azure portal](https://portal.azure.com).
2121

22-
2322
## Create a virtual machine
2423

2524
1. Choose **Create a resource** in the upper left corner of the Azure portal.
26-
1. In the New page, under Popular, select **Windows Server 2016 Datacenter**.
27-
1. In the Basics tab, under Project details, make sure the correct subscription is selected and then choose to **Create new resource group**. Enter *myResourceGroup* as the name.
25+
1. In the New page, under Popular, select **Ubuntu Server 18.04 LTS**.
26+
1. In the **Basics** tab, under **Project details**, make sure the correct subscription is selected.
27+
1. For **Resource group**, select the resource group you created when making your key vault above (e.g., **myResourceGroup**).
2828
1. For **Virtual machine name**, enter *MyVM*.
29-
1. For **Region**, select the same region you used when making your key vault above (e.g., *East US*).
29+
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.
3232

33-
:::image type="content" source="../media/disk-encryption/portal-qs-windows-vm-creation.png" alt-text="ResourceGroup creation screen":::
33+
:::image type="content" source="./media/disk-encryption/portal-qs-vm-creation.png" alt-text="ResourceGroup creation screen":::
34+
3435

3536
> [!WARNING]
36-
> The "Disks" tab features an "Encryption Type" field under **Disk options**. This field is used to specify encryption options for [Managed Disks](managed-disks.md) + CMK, not for Azure Disk Encryption.
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.
3738
>
3839
> To avoid confusion, we suggest you skip the *Disks* tab entirely while completing this tutorial.
3940
40-
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".
41+
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"
4142

42-
:::image type="content" source="../media/disk-encryption/portal-qs-vm-creation-storage.png" alt-text="ResourceGroup creation screen":::
43+
:::image type="content" source="./media/disk-encryption/portal-qs-vm-creation-storage.png" alt-text="ResourceGroup creation screen":::
4344

4445
1. Click "Review + Create".
4546
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**.
@@ -71,14 +72,13 @@ It will take a few minutes for your VM to be deployed. When the deployment is fi
7172
1. Leave the **Key** field blank and choose **Select**.
7273
1. At the top of the encryption screen, click **Save**. A popup will warn you that the VM will reboot. Click **Yes**.
7374

74-
7575
## Clean up resources
7676

7777
When no longer needed, you can delete the resource group, virtual machine, and all related resources. To do so, select the resource group for the virtual machine, select Delete, then confirm the name of the resource group to delete.
7878

7979
## Next steps
8080

81-
In this quickstart, you created a Key Vault that was enable for encryption keys, created a virtual machine, and enabled the virtual machine for encryption.
81+
In this quickstart, you created a Key Vault that was enabled for encryption keys, created a virtual machine, and enabled the virtual machine for encryption.
8282

8383
> [!div class="nextstepaction"]
8484
> [Azure Disk Encryption overview](disk-encryption-overview.md)

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

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,18 @@ 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-windows-vm-creation.png)
32+
33+
:::image type="content" source="../media/disk-encryption/portal-qs-windows-vm-creation.png" alt-text="ResourceGroup creation screen":::
34+
35+
> [!WARNING]
36+
> 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.
37+
>
38+
> To avoid confusion, we suggest you skip the *Disks* tab entirely while completing this tutorial.
39+
3340
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)
41+
42+
:::image type="content" source="../media/disk-encryption/portal-qs-vm-creation-storage.png" alt-text="ResourceGroup creation screen":::
43+
3544
1. Click "Review + Create".
3645
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**.
3746

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

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

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

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

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

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

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

0 commit comments

Comments
 (0)